UNPKG
@convo-lang/convo-lang
Version:
latest (0.9.7)
0.9.7
0.9.6
0.9.5
0.9.1
0.8.18
0.8.16
0.8.15
0.8.14
0.8.13
0.8.0
0.7.50
0.7.48
0.7.47
0.7.46
0.7.45
0.7.44
0.7.43
0.7.42
0.7.41
0.7.40
0.7.39
0.7.38
0.7.37
0.7.36
0.7.34
0.7.33
0.7.32
0.7.31
0.7.30
0.7.29
0.7.28
0.7.27
0.7.26
0.7.25
0.7.24
0.7.23
0.7.22
0.7.21
0.7.20
0.7.19
0.7.18
0.7.17
0.7.16
0.7.14
0.7.13
0.7.12
0.7.11
0.7.10
0.7.9
0.7.7
0.7.6
0.7.5
0.7.2
0.7.1
0.7.0
0.6.8
0.6.7
0.6.5
0.5.8
0.5.7
0.5.6
A Conversational Language
github.com/convo-lang/convo-lang
convo-lang/convo-lang
@convo-lang/convo-lang
/
esm
/
src
/
lib
/
testing
/
convo-testing-types.d.ts
13 lines
(12 loc)
•
277 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
export
interface
ConvoModelTestResult
{
model
:
string
;
testName
:
string
;
passed
:
boolean
;
errorMessage
?:
string
;
errorStack
?:
string
;
warnings
?:
string
[];
comments
?:
string
[];
convo
:
string
;
debugOutput
?:
string
[];
durationMs
:
number
; }