@meetkai/mka1 0.53.7 → 0.53.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +85 -6
- package/bin/mcp-server.js.map +17 -17
- package/dist/commonjs/funcs/llmEvalsListSamples.js +1 -0
- package/dist/commonjs/funcs/llmEvalsListSamples.js.map +1 -1
- package/dist/commonjs/lib/config.d.ts +3 -3
- package/dist/commonjs/lib/config.js +3 -3
- package/dist/commonjs/mcp-server/mcp-server.js +1 -1
- package/dist/commonjs/mcp-server/server.js +1 -1
- package/dist/commonjs/models/components/evalsampleobject.d.ts +5 -0
- package/dist/commonjs/models/components/evalsampleobject.d.ts.map +1 -1
- package/dist/commonjs/models/components/evalsampleobject.js +2 -0
- package/dist/commonjs/models/components/evalsampleobject.js.map +1 -1
- package/dist/commonjs/models/components/evalsuiteobject.d.ts +10 -0
- package/dist/commonjs/models/components/evalsuiteobject.d.ts.map +1 -1
- package/dist/commonjs/models/components/evalsuiteobject.js +8 -0
- package/dist/commonjs/models/components/evalsuiteobject.js.map +1 -1
- package/dist/commonjs/models/operations/cancelevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/cancelevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/cancelevalrun.js +8 -0
- package/dist/commonjs/models/operations/cancelevalrun.js.map +1 -1
- package/dist/commonjs/models/operations/createevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/createevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/createevalrun.js +8 -0
- package/dist/commonjs/models/operations/createevalrun.js.map +1 -1
- package/dist/commonjs/models/operations/getevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/getevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/getevalrun.js +8 -0
- package/dist/commonjs/models/operations/getevalrun.js.map +1 -1
- package/dist/commonjs/models/operations/listevalruns.d.ts +10 -0
- package/dist/commonjs/models/operations/listevalruns.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalruns.js +8 -0
- package/dist/commonjs/models/operations/listevalruns.js.map +1 -1
- package/dist/commonjs/models/operations/listevalsamples.d.ts +2 -0
- package/dist/commonjs/models/operations/listevalsamples.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalsamples.js +4 -0
- package/dist/commonjs/models/operations/listevalsamples.js.map +1 -1
- package/dist/commonjs/models/operations/listevalscheduleruns.d.ts +10 -0
- package/dist/commonjs/models/operations/listevalscheduleruns.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalscheduleruns.js +8 -0
- package/dist/commonjs/models/operations/listevalscheduleruns.js.map +1 -1
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.d.ts +10 -0
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.d.ts.map +1 -1
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.js +8 -0
- package/dist/commonjs/models/operations/listevalsuiteleaderboardruns.js.map +1 -1
- package/dist/commonjs/models/operations/rerunfailedevalsamples.d.ts +10 -0
- package/dist/commonjs/models/operations/rerunfailedevalsamples.d.ts.map +1 -1
- package/dist/commonjs/models/operations/rerunfailedevalsamples.js +8 -0
- package/dist/commonjs/models/operations/rerunfailedevalsamples.js.map +1 -1
- package/dist/commonjs/models/operations/retryfailedevalrun.d.ts +10 -0
- package/dist/commonjs/models/operations/retryfailedevalrun.d.ts.map +1 -1
- package/dist/commonjs/models/operations/retryfailedevalrun.js +8 -0
- package/dist/commonjs/models/operations/retryfailedevalrun.js.map +1 -1
- package/dist/commonjs/react-query/llmEvalsListSamples.core.d.ts +1 -0
- package/dist/commonjs/react-query/llmEvalsListSamples.core.d.ts.map +1 -1
- package/dist/commonjs/react-query/llmEvalsListSamples.core.js +1 -0
- package/dist/commonjs/react-query/llmEvalsListSamples.core.js.map +1 -1
- package/dist/commonjs/react-query/llmEvalsListSamples.d.ts +2 -0
- package/dist/commonjs/react-query/llmEvalsListSamples.d.ts.map +1 -1
- package/dist/commonjs/react-query/llmEvalsListSamples.js.map +1 -1
- package/dist/esm/funcs/llmEvalsListSamples.js +1 -0
- package/dist/esm/funcs/llmEvalsListSamples.js.map +1 -1
- package/dist/esm/lib/config.d.ts +3 -3
- package/dist/esm/lib/config.js +3 -3
- package/dist/esm/mcp-server/mcp-server.js +1 -1
- package/dist/esm/mcp-server/server.js +1 -1
- package/dist/esm/models/components/evalsampleobject.d.ts +5 -0
- package/dist/esm/models/components/evalsampleobject.d.ts.map +1 -1
- package/dist/esm/models/components/evalsampleobject.js +2 -0
- package/dist/esm/models/components/evalsampleobject.js.map +1 -1
- package/dist/esm/models/components/evalsuiteobject.d.ts +10 -0
- package/dist/esm/models/components/evalsuiteobject.d.ts.map +1 -1
- package/dist/esm/models/components/evalsuiteobject.js +8 -0
- package/dist/esm/models/components/evalsuiteobject.js.map +1 -1
- package/dist/esm/models/operations/cancelevalrun.d.ts +10 -0
- package/dist/esm/models/operations/cancelevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/cancelevalrun.js +8 -0
- package/dist/esm/models/operations/cancelevalrun.js.map +1 -1
- package/dist/esm/models/operations/createevalrun.d.ts +10 -0
- package/dist/esm/models/operations/createevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/createevalrun.js +8 -0
- package/dist/esm/models/operations/createevalrun.js.map +1 -1
- package/dist/esm/models/operations/getevalrun.d.ts +10 -0
- package/dist/esm/models/operations/getevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/getevalrun.js +8 -0
- package/dist/esm/models/operations/getevalrun.js.map +1 -1
- package/dist/esm/models/operations/listevalruns.d.ts +10 -0
- package/dist/esm/models/operations/listevalruns.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalruns.js +8 -0
- package/dist/esm/models/operations/listevalruns.js.map +1 -1
- package/dist/esm/models/operations/listevalsamples.d.ts +2 -0
- package/dist/esm/models/operations/listevalsamples.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalsamples.js +4 -0
- package/dist/esm/models/operations/listevalsamples.js.map +1 -1
- package/dist/esm/models/operations/listevalscheduleruns.d.ts +10 -0
- package/dist/esm/models/operations/listevalscheduleruns.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalscheduleruns.js +8 -0
- package/dist/esm/models/operations/listevalscheduleruns.js.map +1 -1
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.d.ts +10 -0
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.d.ts.map +1 -1
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.js +8 -0
- package/dist/esm/models/operations/listevalsuiteleaderboardruns.js.map +1 -1
- package/dist/esm/models/operations/rerunfailedevalsamples.d.ts +10 -0
- package/dist/esm/models/operations/rerunfailedevalsamples.d.ts.map +1 -1
- package/dist/esm/models/operations/rerunfailedevalsamples.js +8 -0
- package/dist/esm/models/operations/rerunfailedevalsamples.js.map +1 -1
- package/dist/esm/models/operations/retryfailedevalrun.d.ts +10 -0
- package/dist/esm/models/operations/retryfailedevalrun.d.ts.map +1 -1
- package/dist/esm/models/operations/retryfailedevalrun.js +8 -0
- package/dist/esm/models/operations/retryfailedevalrun.js.map +1 -1
- package/dist/esm/react-query/llmEvalsListSamples.core.d.ts +1 -0
- package/dist/esm/react-query/llmEvalsListSamples.core.d.ts.map +1 -1
- package/dist/esm/react-query/llmEvalsListSamples.core.js +1 -0
- package/dist/esm/react-query/llmEvalsListSamples.core.js.map +1 -1
- package/dist/esm/react-query/llmEvalsListSamples.d.ts +2 -0
- package/dist/esm/react-query/llmEvalsListSamples.d.ts.map +1 -1
- package/dist/esm/react-query/llmEvalsListSamples.js.map +1 -1
- package/jsr.json +1 -1
- package/package.json +1 -1
- package/src/funcs/llmEvalsListSamples.ts +1 -0
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/evalsampleobject.ts +7 -0
- package/src/models/components/evalsuiteobject.ts +18 -0
- package/src/models/operations/cancelevalrun.ts +18 -0
- package/src/models/operations/createevalrun.ts +18 -0
- package/src/models/operations/getevalrun.ts +18 -0
- package/src/models/operations/listevalruns.ts +18 -0
- package/src/models/operations/listevalsamples.ts +6 -0
- package/src/models/operations/listevalscheduleruns.ts +18 -0
- package/src/models/operations/listevalsuiteleaderboardruns.ts +18 -0
- package/src/models/operations/rerunfailedevalsamples.ts +18 -0
- package/src/models/operations/retryfailedevalrun.ts +18 -0
- package/src/react-query/llmEvalsListSamples.core.ts +2 -0
- package/src/react-query/llmEvalsListSamples.ts +2 -0
package/src/lib/config.ts
CHANGED
|
@@ -65,7 +65,7 @@ export function serverURLFromOptions(options: SDKOptions): URL | null {
|
|
|
65
65
|
export const SDK_METADATA = {
|
|
66
66
|
language: "typescript",
|
|
67
67
|
openapiDocVersion: "1.1.0",
|
|
68
|
-
sdkVersion: "0.53.
|
|
69
|
-
genVersion: "2.
|
|
70
|
-
userAgent: "speakeasy-sdk/typescript 0.53.
|
|
68
|
+
sdkVersion: "0.53.9",
|
|
69
|
+
genVersion: "2.928.0",
|
|
70
|
+
userAgent: "speakeasy-sdk/typescript 0.53.9 2.928.0 1.1.0 @meetkai/mka1",
|
|
71
71
|
} as const;
|
package/src/mcp-server/server.ts
CHANGED
|
@@ -26,6 +26,10 @@ export type EvalSampleObject = {
|
|
|
26
26
|
target: string | null;
|
|
27
27
|
responseId: string | null;
|
|
28
28
|
outputText: string | null;
|
|
29
|
+
/**
|
|
30
|
+
* Model reasoning ('thinking') captured from the response's reasoning items, kept separate from `output_text` so graders and extraction never see it. Truncated at 64 KB of UTF-8 with a marker appended. Null when the model returned none, when the provider only sent encrypted reasoning, and for transcription tasks.
|
|
31
|
+
*/
|
|
32
|
+
reasoning: string | null;
|
|
29
33
|
extractedOutput: string | null;
|
|
30
34
|
scores: { [k: string]: any };
|
|
31
35
|
judge: { [k: string]: any } | null;
|
|
@@ -53,6 +57,7 @@ export const EvalSampleObject$inboundSchema: z.ZodType<
|
|
|
53
57
|
target: z.nullable(z.string()),
|
|
54
58
|
response_id: z.nullable(z.string()),
|
|
55
59
|
output_text: z.nullable(z.string()),
|
|
60
|
+
reasoning: z.nullable(z.string()),
|
|
56
61
|
extracted_output: z.nullable(z.string()),
|
|
57
62
|
scores: z.record(z.any()),
|
|
58
63
|
judge: z.nullable(z.record(z.any())),
|
|
@@ -88,6 +93,7 @@ export type EvalSampleObject$Outbound = {
|
|
|
88
93
|
target: string | null;
|
|
89
94
|
response_id: string | null;
|
|
90
95
|
output_text: string | null;
|
|
96
|
+
reasoning: string | null;
|
|
91
97
|
extracted_output: string | null;
|
|
92
98
|
scores: { [k: string]: any };
|
|
93
99
|
judge: { [k: string]: any } | null;
|
|
@@ -115,6 +121,7 @@ export const EvalSampleObject$outboundSchema: z.ZodType<
|
|
|
115
121
|
target: z.nullable(z.string()),
|
|
116
122
|
responseId: z.nullable(z.string()),
|
|
117
123
|
outputText: z.nullable(z.string()),
|
|
124
|
+
reasoning: z.nullable(z.string()),
|
|
118
125
|
extractedOutput: z.nullable(z.string()),
|
|
119
126
|
scores: z.record(z.any()),
|
|
120
127
|
judge: z.nullable(z.record(z.any())),
|
|
@@ -13,6 +13,14 @@ export type EvalSuiteObject = {
|
|
|
13
13
|
object: "eval.suite";
|
|
14
14
|
name: string;
|
|
15
15
|
description: string | null;
|
|
16
|
+
/**
|
|
17
|
+
* The org that owns this suite.
|
|
18
|
+
*/
|
|
19
|
+
orgId: string;
|
|
20
|
+
/**
|
|
21
|
+
* The team that owns this suite.
|
|
22
|
+
*/
|
|
23
|
+
teamId: string;
|
|
16
24
|
activeVersion: number;
|
|
17
25
|
latestVersion: number;
|
|
18
26
|
metadata: { [k: string]: string };
|
|
@@ -30,6 +38,8 @@ export const EvalSuiteObject$inboundSchema: z.ZodType<
|
|
|
30
38
|
object: z.literal("eval.suite"),
|
|
31
39
|
name: z.string(),
|
|
32
40
|
description: z.nullable(z.string()),
|
|
41
|
+
org_id: z.string(),
|
|
42
|
+
team_id: z.string(),
|
|
33
43
|
active_version: z.number().int(),
|
|
34
44
|
latest_version: z.number().int(),
|
|
35
45
|
metadata: z.record(z.string()),
|
|
@@ -37,6 +47,8 @@ export const EvalSuiteObject$inboundSchema: z.ZodType<
|
|
|
37
47
|
updated_at: z.number().int(),
|
|
38
48
|
}).transform((v) => {
|
|
39
49
|
return remap$(v, {
|
|
50
|
+
"org_id": "orgId",
|
|
51
|
+
"team_id": "teamId",
|
|
40
52
|
"active_version": "activeVersion",
|
|
41
53
|
"latest_version": "latestVersion",
|
|
42
54
|
"created_at": "createdAt",
|
|
@@ -49,6 +61,8 @@ export type EvalSuiteObject$Outbound = {
|
|
|
49
61
|
object: "eval.suite";
|
|
50
62
|
name: string;
|
|
51
63
|
description: string | null;
|
|
64
|
+
org_id: string;
|
|
65
|
+
team_id: string;
|
|
52
66
|
active_version: number;
|
|
53
67
|
latest_version: number;
|
|
54
68
|
metadata: { [k: string]: string };
|
|
@@ -66,6 +80,8 @@ export const EvalSuiteObject$outboundSchema: z.ZodType<
|
|
|
66
80
|
object: z.literal("eval.suite"),
|
|
67
81
|
name: z.string(),
|
|
68
82
|
description: z.nullable(z.string()),
|
|
83
|
+
orgId: z.string(),
|
|
84
|
+
teamId: z.string(),
|
|
69
85
|
activeVersion: z.number().int(),
|
|
70
86
|
latestVersion: z.number().int(),
|
|
71
87
|
metadata: z.record(z.string()),
|
|
@@ -73,6 +89,8 @@ export const EvalSuiteObject$outboundSchema: z.ZodType<
|
|
|
73
89
|
updatedAt: z.number().int(),
|
|
74
90
|
}).transform((v) => {
|
|
75
91
|
return remap$(v, {
|
|
92
|
+
orgId: "org_id",
|
|
93
|
+
teamId: "team_id",
|
|
76
94
|
activeVersion: "active_version",
|
|
77
95
|
latestVersion: "latest_version",
|
|
78
96
|
createdAt: "created_at",
|
|
@@ -96,6 +96,14 @@ export type CancelEvalRunResponseBody = {
|
|
|
96
96
|
suiteId: string;
|
|
97
97
|
suiteVersion: number;
|
|
98
98
|
suiteVersionId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The org that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
orgId: string;
|
|
103
|
+
/**
|
|
104
|
+
* The team that owns this run.
|
|
105
|
+
*/
|
|
106
|
+
teamId: string;
|
|
99
107
|
status: components.EvalRunStatus;
|
|
100
108
|
models: Array<string>;
|
|
101
109
|
taskIds: Array<string> | null;
|
|
@@ -482,6 +490,8 @@ export const CancelEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
482
490
|
suite_id: z.string(),
|
|
483
491
|
suite_version: z.number().int(),
|
|
484
492
|
suite_version_id: z.string(),
|
|
493
|
+
org_id: z.string(),
|
|
494
|
+
team_id: z.string(),
|
|
485
495
|
status: components.EvalRunStatus$inboundSchema,
|
|
486
496
|
models: z.array(z.string()),
|
|
487
497
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -503,6 +513,8 @@ export const CancelEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
503
513
|
"suite_id": "suiteId",
|
|
504
514
|
"suite_version": "suiteVersion",
|
|
505
515
|
"suite_version_id": "suiteVersionId",
|
|
516
|
+
"org_id": "orgId",
|
|
517
|
+
"team_id": "teamId",
|
|
506
518
|
"task_ids": "taskIds",
|
|
507
519
|
"judge_model": "judgeModel",
|
|
508
520
|
"embedding_model": "embeddingModel",
|
|
@@ -522,6 +534,8 @@ export type CancelEvalRunResponseBody$Outbound = {
|
|
|
522
534
|
suite_id: string;
|
|
523
535
|
suite_version: number;
|
|
524
536
|
suite_version_id: string;
|
|
537
|
+
org_id: string;
|
|
538
|
+
team_id: string;
|
|
525
539
|
status: string;
|
|
526
540
|
models: Array<string>;
|
|
527
541
|
task_ids: Array<string> | null;
|
|
@@ -551,6 +565,8 @@ export const CancelEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
551
565
|
suiteId: z.string(),
|
|
552
566
|
suiteVersion: z.number().int(),
|
|
553
567
|
suiteVersionId: z.string(),
|
|
568
|
+
orgId: z.string(),
|
|
569
|
+
teamId: z.string(),
|
|
554
570
|
status: components.EvalRunStatus$outboundSchema,
|
|
555
571
|
models: z.array(z.string()),
|
|
556
572
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -572,6 +588,8 @@ export const CancelEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
572
588
|
suiteId: "suite_id",
|
|
573
589
|
suiteVersion: "suite_version",
|
|
574
590
|
suiteVersionId: "suite_version_id",
|
|
591
|
+
orgId: "org_id",
|
|
592
|
+
teamId: "team_id",
|
|
575
593
|
taskIds: "task_ids",
|
|
576
594
|
judgeModel: "judge_model",
|
|
577
595
|
embeddingModel: "embedding_model",
|
|
@@ -92,6 +92,14 @@ export type CreateEvalRunResponseBody = {
|
|
|
92
92
|
suiteId: string;
|
|
93
93
|
suiteVersion: number;
|
|
94
94
|
suiteVersionId: string;
|
|
95
|
+
/**
|
|
96
|
+
* The org that owns this run.
|
|
97
|
+
*/
|
|
98
|
+
orgId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The team that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
teamId: string;
|
|
95
103
|
status: components.EvalRunStatus;
|
|
96
104
|
models: Array<string>;
|
|
97
105
|
taskIds: Array<string> | null;
|
|
@@ -452,6 +460,8 @@ export const CreateEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
452
460
|
suite_id: z.string(),
|
|
453
461
|
suite_version: z.number().int(),
|
|
454
462
|
suite_version_id: z.string(),
|
|
463
|
+
org_id: z.string(),
|
|
464
|
+
team_id: z.string(),
|
|
455
465
|
status: components.EvalRunStatus$inboundSchema,
|
|
456
466
|
models: z.array(z.string()),
|
|
457
467
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -473,6 +483,8 @@ export const CreateEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
473
483
|
"suite_id": "suiteId",
|
|
474
484
|
"suite_version": "suiteVersion",
|
|
475
485
|
"suite_version_id": "suiteVersionId",
|
|
486
|
+
"org_id": "orgId",
|
|
487
|
+
"team_id": "teamId",
|
|
476
488
|
"task_ids": "taskIds",
|
|
477
489
|
"judge_model": "judgeModel",
|
|
478
490
|
"embedding_model": "embeddingModel",
|
|
@@ -492,6 +504,8 @@ export type CreateEvalRunResponseBody$Outbound = {
|
|
|
492
504
|
suite_id: string;
|
|
493
505
|
suite_version: number;
|
|
494
506
|
suite_version_id: string;
|
|
507
|
+
org_id: string;
|
|
508
|
+
team_id: string;
|
|
495
509
|
status: string;
|
|
496
510
|
models: Array<string>;
|
|
497
511
|
task_ids: Array<string> | null;
|
|
@@ -521,6 +535,8 @@ export const CreateEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
521
535
|
suiteId: z.string(),
|
|
522
536
|
suiteVersion: z.number().int(),
|
|
523
537
|
suiteVersionId: z.string(),
|
|
538
|
+
orgId: z.string(),
|
|
539
|
+
teamId: z.string(),
|
|
524
540
|
status: components.EvalRunStatus$outboundSchema,
|
|
525
541
|
models: z.array(z.string()),
|
|
526
542
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -542,6 +558,8 @@ export const CreateEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
542
558
|
suiteId: "suite_id",
|
|
543
559
|
suiteVersion: "suite_version",
|
|
544
560
|
suiteVersionId: "suite_version_id",
|
|
561
|
+
orgId: "org_id",
|
|
562
|
+
teamId: "team_id",
|
|
545
563
|
taskIds: "task_ids",
|
|
546
564
|
judgeModel: "judge_model",
|
|
547
565
|
embeddingModel: "embedding_model",
|
|
@@ -92,6 +92,14 @@ export type GetEvalRunResponseBody = {
|
|
|
92
92
|
suiteId: string;
|
|
93
93
|
suiteVersion: number;
|
|
94
94
|
suiteVersionId: string;
|
|
95
|
+
/**
|
|
96
|
+
* The org that owns this run.
|
|
97
|
+
*/
|
|
98
|
+
orgId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The team that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
teamId: string;
|
|
95
103
|
status: components.EvalRunStatus;
|
|
96
104
|
models: Array<string>;
|
|
97
105
|
taskIds: Array<string> | null;
|
|
@@ -474,6 +482,8 @@ export const GetEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
474
482
|
suite_id: z.string(),
|
|
475
483
|
suite_version: z.number().int(),
|
|
476
484
|
suite_version_id: z.string(),
|
|
485
|
+
org_id: z.string(),
|
|
486
|
+
team_id: z.string(),
|
|
477
487
|
status: components.EvalRunStatus$inboundSchema,
|
|
478
488
|
models: z.array(z.string()),
|
|
479
489
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -495,6 +505,8 @@ export const GetEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
495
505
|
"suite_id": "suiteId",
|
|
496
506
|
"suite_version": "suiteVersion",
|
|
497
507
|
"suite_version_id": "suiteVersionId",
|
|
508
|
+
"org_id": "orgId",
|
|
509
|
+
"team_id": "teamId",
|
|
498
510
|
"task_ids": "taskIds",
|
|
499
511
|
"judge_model": "judgeModel",
|
|
500
512
|
"embedding_model": "embeddingModel",
|
|
@@ -514,6 +526,8 @@ export type GetEvalRunResponseBody$Outbound = {
|
|
|
514
526
|
suite_id: string;
|
|
515
527
|
suite_version: number;
|
|
516
528
|
suite_version_id: string;
|
|
529
|
+
org_id: string;
|
|
530
|
+
team_id: string;
|
|
517
531
|
status: string;
|
|
518
532
|
models: Array<string>;
|
|
519
533
|
task_ids: Array<string> | null;
|
|
@@ -543,6 +557,8 @@ export const GetEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
543
557
|
suiteId: z.string(),
|
|
544
558
|
suiteVersion: z.number().int(),
|
|
545
559
|
suiteVersionId: z.string(),
|
|
560
|
+
orgId: z.string(),
|
|
561
|
+
teamId: z.string(),
|
|
546
562
|
status: components.EvalRunStatus$outboundSchema,
|
|
547
563
|
models: z.array(z.string()),
|
|
548
564
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -564,6 +580,8 @@ export const GetEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
564
580
|
suiteId: "suite_id",
|
|
565
581
|
suiteVersion: "suite_version",
|
|
566
582
|
suiteVersionId: "suite_version_id",
|
|
583
|
+
orgId: "org_id",
|
|
584
|
+
teamId: "team_id",
|
|
567
585
|
taskIds: "task_ids",
|
|
568
586
|
judgeModel: "judge_model",
|
|
569
587
|
embeddingModel: "embedding_model",
|
|
@@ -106,6 +106,14 @@ export type ListEvalRunsData = {
|
|
|
106
106
|
suiteId: string;
|
|
107
107
|
suiteVersion: number;
|
|
108
108
|
suiteVersionId: string;
|
|
109
|
+
/**
|
|
110
|
+
* The org that owns this run.
|
|
111
|
+
*/
|
|
112
|
+
orgId: string;
|
|
113
|
+
/**
|
|
114
|
+
* The team that owns this run.
|
|
115
|
+
*/
|
|
116
|
+
teamId: string;
|
|
109
117
|
status: components.EvalRunStatus;
|
|
110
118
|
models: Array<string>;
|
|
111
119
|
taskIds: Array<string> | null;
|
|
@@ -524,6 +532,8 @@ export const ListEvalRunsData$inboundSchema: z.ZodType<
|
|
|
524
532
|
suite_id: z.string(),
|
|
525
533
|
suite_version: z.number().int(),
|
|
526
534
|
suite_version_id: z.string(),
|
|
535
|
+
org_id: z.string(),
|
|
536
|
+
team_id: z.string(),
|
|
527
537
|
status: components.EvalRunStatus$inboundSchema,
|
|
528
538
|
models: z.array(z.string()),
|
|
529
539
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -545,6 +555,8 @@ export const ListEvalRunsData$inboundSchema: z.ZodType<
|
|
|
545
555
|
"suite_id": "suiteId",
|
|
546
556
|
"suite_version": "suiteVersion",
|
|
547
557
|
"suite_version_id": "suiteVersionId",
|
|
558
|
+
"org_id": "orgId",
|
|
559
|
+
"team_id": "teamId",
|
|
548
560
|
"task_ids": "taskIds",
|
|
549
561
|
"judge_model": "judgeModel",
|
|
550
562
|
"embedding_model": "embeddingModel",
|
|
@@ -564,6 +576,8 @@ export type ListEvalRunsData$Outbound = {
|
|
|
564
576
|
suite_id: string;
|
|
565
577
|
suite_version: number;
|
|
566
578
|
suite_version_id: string;
|
|
579
|
+
org_id: string;
|
|
580
|
+
team_id: string;
|
|
567
581
|
status: string;
|
|
568
582
|
models: Array<string>;
|
|
569
583
|
task_ids: Array<string> | null;
|
|
@@ -593,6 +607,8 @@ export const ListEvalRunsData$outboundSchema: z.ZodType<
|
|
|
593
607
|
suiteId: z.string(),
|
|
594
608
|
suiteVersion: z.number().int(),
|
|
595
609
|
suiteVersionId: z.string(),
|
|
610
|
+
orgId: z.string(),
|
|
611
|
+
teamId: z.string(),
|
|
596
612
|
status: components.EvalRunStatus$outboundSchema,
|
|
597
613
|
models: z.array(z.string()),
|
|
598
614
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -614,6 +630,8 @@ export const ListEvalRunsData$outboundSchema: z.ZodType<
|
|
|
614
630
|
suiteId: "suite_id",
|
|
615
631
|
suiteVersion: "suite_version",
|
|
616
632
|
suiteVersionId: "suite_version_id",
|
|
633
|
+
orgId: "org_id",
|
|
634
|
+
teamId: "team_id",
|
|
617
635
|
taskIds: "task_ids",
|
|
618
636
|
judgeModel: "judge_model",
|
|
619
637
|
embeddingModel: "embedding_model",
|
|
@@ -31,6 +31,7 @@ export type ListEvalSamplesRequest = {
|
|
|
31
31
|
scoreMin?: number | undefined;
|
|
32
32
|
scoreMax?: number | undefined;
|
|
33
33
|
includeDatasetRow?: boolean | undefined;
|
|
34
|
+
includeReasoning?: boolean | undefined;
|
|
34
35
|
sampleIndex?: string | undefined;
|
|
35
36
|
/**
|
|
36
37
|
* Optional external end-user identifier forwarded by the API gateway.
|
|
@@ -63,6 +64,7 @@ export const ListEvalSamplesRequest$inboundSchema: z.ZodType<
|
|
|
63
64
|
score_min: z.number().optional(),
|
|
64
65
|
score_max: z.number().optional(),
|
|
65
66
|
include_dataset_row: z.boolean().default(true),
|
|
67
|
+
include_reasoning: z.boolean().default(false),
|
|
66
68
|
sample_index: z.string().optional(),
|
|
67
69
|
"X-On-Behalf-Of": z.string().optional(),
|
|
68
70
|
}).transform((v) => {
|
|
@@ -73,6 +75,7 @@ export const ListEvalSamplesRequest$inboundSchema: z.ZodType<
|
|
|
73
75
|
"score_min": "scoreMin",
|
|
74
76
|
"score_max": "scoreMax",
|
|
75
77
|
"include_dataset_row": "includeDatasetRow",
|
|
78
|
+
"include_reasoning": "includeReasoning",
|
|
76
79
|
"sample_index": "sampleIndex",
|
|
77
80
|
"X-On-Behalf-Of": "xOnBehalfOf",
|
|
78
81
|
});
|
|
@@ -89,6 +92,7 @@ export type ListEvalSamplesRequest$Outbound = {
|
|
|
89
92
|
score_min?: number | undefined;
|
|
90
93
|
score_max?: number | undefined;
|
|
91
94
|
include_dataset_row: boolean;
|
|
95
|
+
include_reasoning: boolean;
|
|
92
96
|
sample_index?: string | undefined;
|
|
93
97
|
"X-On-Behalf-Of"?: string | undefined;
|
|
94
98
|
};
|
|
@@ -109,6 +113,7 @@ export const ListEvalSamplesRequest$outboundSchema: z.ZodType<
|
|
|
109
113
|
scoreMin: z.number().optional(),
|
|
110
114
|
scoreMax: z.number().optional(),
|
|
111
115
|
includeDatasetRow: z.boolean().default(true),
|
|
116
|
+
includeReasoning: z.boolean().default(false),
|
|
112
117
|
sampleIndex: z.string().optional(),
|
|
113
118
|
xOnBehalfOf: z.string().optional(),
|
|
114
119
|
}).transform((v) => {
|
|
@@ -119,6 +124,7 @@ export const ListEvalSamplesRequest$outboundSchema: z.ZodType<
|
|
|
119
124
|
scoreMin: "score_min",
|
|
120
125
|
scoreMax: "score_max",
|
|
121
126
|
includeDatasetRow: "include_dataset_row",
|
|
127
|
+
includeReasoning: "include_reasoning",
|
|
122
128
|
sampleIndex: "sample_index",
|
|
123
129
|
xOnBehalfOf: "X-On-Behalf-Of",
|
|
124
130
|
});
|
|
@@ -111,6 +111,14 @@ export type ListEvalScheduleRunsData = {
|
|
|
111
111
|
suiteId: string;
|
|
112
112
|
suiteVersion: number;
|
|
113
113
|
suiteVersionId: string;
|
|
114
|
+
/**
|
|
115
|
+
* The org that owns this run.
|
|
116
|
+
*/
|
|
117
|
+
orgId: string;
|
|
118
|
+
/**
|
|
119
|
+
* The team that owns this run.
|
|
120
|
+
*/
|
|
121
|
+
teamId: string;
|
|
114
122
|
status: components.EvalRunStatus;
|
|
115
123
|
models: Array<string>;
|
|
116
124
|
taskIds: Array<string> | null;
|
|
@@ -545,6 +553,8 @@ export const ListEvalScheduleRunsData$inboundSchema: z.ZodType<
|
|
|
545
553
|
suite_id: z.string(),
|
|
546
554
|
suite_version: z.number().int(),
|
|
547
555
|
suite_version_id: z.string(),
|
|
556
|
+
org_id: z.string(),
|
|
557
|
+
team_id: z.string(),
|
|
548
558
|
status: components.EvalRunStatus$inboundSchema,
|
|
549
559
|
models: z.array(z.string()),
|
|
550
560
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -566,6 +576,8 @@ export const ListEvalScheduleRunsData$inboundSchema: z.ZodType<
|
|
|
566
576
|
"suite_id": "suiteId",
|
|
567
577
|
"suite_version": "suiteVersion",
|
|
568
578
|
"suite_version_id": "suiteVersionId",
|
|
579
|
+
"org_id": "orgId",
|
|
580
|
+
"team_id": "teamId",
|
|
569
581
|
"task_ids": "taskIds",
|
|
570
582
|
"judge_model": "judgeModel",
|
|
571
583
|
"embedding_model": "embeddingModel",
|
|
@@ -585,6 +597,8 @@ export type ListEvalScheduleRunsData$Outbound = {
|
|
|
585
597
|
suite_id: string;
|
|
586
598
|
suite_version: number;
|
|
587
599
|
suite_version_id: string;
|
|
600
|
+
org_id: string;
|
|
601
|
+
team_id: string;
|
|
588
602
|
status: string;
|
|
589
603
|
models: Array<string>;
|
|
590
604
|
task_ids: Array<string> | null;
|
|
@@ -614,6 +628,8 @@ export const ListEvalScheduleRunsData$outboundSchema: z.ZodType<
|
|
|
614
628
|
suiteId: z.string(),
|
|
615
629
|
suiteVersion: z.number().int(),
|
|
616
630
|
suiteVersionId: z.string(),
|
|
631
|
+
orgId: z.string(),
|
|
632
|
+
teamId: z.string(),
|
|
617
633
|
status: components.EvalRunStatus$outboundSchema,
|
|
618
634
|
models: z.array(z.string()),
|
|
619
635
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -635,6 +651,8 @@ export const ListEvalScheduleRunsData$outboundSchema: z.ZodType<
|
|
|
635
651
|
suiteId: "suite_id",
|
|
636
652
|
suiteVersion: "suite_version",
|
|
637
653
|
suiteVersionId: "suite_version_id",
|
|
654
|
+
orgId: "org_id",
|
|
655
|
+
teamId: "team_id",
|
|
638
656
|
taskIds: "task_ids",
|
|
639
657
|
judgeModel: "judge_model",
|
|
640
658
|
embeddingModel: "embedding_model",
|
|
@@ -97,6 +97,14 @@ export type ListEvalSuiteLeaderboardRunsData = {
|
|
|
97
97
|
suiteId: string;
|
|
98
98
|
suiteVersion: number;
|
|
99
99
|
suiteVersionId: string;
|
|
100
|
+
/**
|
|
101
|
+
* The org that owns this run.
|
|
102
|
+
*/
|
|
103
|
+
orgId: string;
|
|
104
|
+
/**
|
|
105
|
+
* The team that owns this run.
|
|
106
|
+
*/
|
|
107
|
+
teamId: string;
|
|
100
108
|
status: components.EvalRunStatus;
|
|
101
109
|
models: Array<string>;
|
|
102
110
|
taskIds: Array<string> | null;
|
|
@@ -555,6 +563,8 @@ export const ListEvalSuiteLeaderboardRunsData$inboundSchema: z.ZodType<
|
|
|
555
563
|
suite_id: z.string(),
|
|
556
564
|
suite_version: z.number().int(),
|
|
557
565
|
suite_version_id: z.string(),
|
|
566
|
+
org_id: z.string(),
|
|
567
|
+
team_id: z.string(),
|
|
558
568
|
status: components.EvalRunStatus$inboundSchema,
|
|
559
569
|
models: z.array(z.string()),
|
|
560
570
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -580,6 +590,8 @@ export const ListEvalSuiteLeaderboardRunsData$inboundSchema: z.ZodType<
|
|
|
580
590
|
"suite_id": "suiteId",
|
|
581
591
|
"suite_version": "suiteVersion",
|
|
582
592
|
"suite_version_id": "suiteVersionId",
|
|
593
|
+
"org_id": "orgId",
|
|
594
|
+
"team_id": "teamId",
|
|
583
595
|
"task_ids": "taskIds",
|
|
584
596
|
"judge_model": "judgeModel",
|
|
585
597
|
"embedding_model": "embeddingModel",
|
|
@@ -599,6 +611,8 @@ export type ListEvalSuiteLeaderboardRunsData$Outbound = {
|
|
|
599
611
|
suite_id: string;
|
|
600
612
|
suite_version: number;
|
|
601
613
|
suite_version_id: string;
|
|
614
|
+
org_id: string;
|
|
615
|
+
team_id: string;
|
|
602
616
|
status: string;
|
|
603
617
|
models: Array<string>;
|
|
604
618
|
task_ids: Array<string> | null;
|
|
@@ -628,6 +642,8 @@ export const ListEvalSuiteLeaderboardRunsData$outboundSchema: z.ZodType<
|
|
|
628
642
|
suiteId: z.string(),
|
|
629
643
|
suiteVersion: z.number().int(),
|
|
630
644
|
suiteVersionId: z.string(),
|
|
645
|
+
orgId: z.string(),
|
|
646
|
+
teamId: z.string(),
|
|
631
647
|
status: components.EvalRunStatus$outboundSchema,
|
|
632
648
|
models: z.array(z.string()),
|
|
633
649
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -653,6 +669,8 @@ export const ListEvalSuiteLeaderboardRunsData$outboundSchema: z.ZodType<
|
|
|
653
669
|
suiteId: "suite_id",
|
|
654
670
|
suiteVersion: "suite_version",
|
|
655
671
|
suiteVersionId: "suite_version_id",
|
|
672
|
+
orgId: "org_id",
|
|
673
|
+
teamId: "team_id",
|
|
656
674
|
taskIds: "task_ids",
|
|
657
675
|
judgeModel: "judge_model",
|
|
658
676
|
embeddingModel: "embedding_model",
|
|
@@ -96,6 +96,14 @@ export type RerunFailedEvalSamplesResponseBody = {
|
|
|
96
96
|
suiteId: string;
|
|
97
97
|
suiteVersion: number;
|
|
98
98
|
suiteVersionId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The org that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
orgId: string;
|
|
103
|
+
/**
|
|
104
|
+
* The team that owns this run.
|
|
105
|
+
*/
|
|
106
|
+
teamId: string;
|
|
99
107
|
status: components.EvalRunStatus;
|
|
100
108
|
models: Array<string>;
|
|
101
109
|
taskIds: Array<string> | null;
|
|
@@ -492,6 +500,8 @@ export const RerunFailedEvalSamplesResponseBody$inboundSchema: z.ZodType<
|
|
|
492
500
|
suite_id: z.string(),
|
|
493
501
|
suite_version: z.number().int(),
|
|
494
502
|
suite_version_id: z.string(),
|
|
503
|
+
org_id: z.string(),
|
|
504
|
+
team_id: z.string(),
|
|
495
505
|
status: components.EvalRunStatus$inboundSchema,
|
|
496
506
|
models: z.array(z.string()),
|
|
497
507
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -515,6 +525,8 @@ export const RerunFailedEvalSamplesResponseBody$inboundSchema: z.ZodType<
|
|
|
515
525
|
"suite_id": "suiteId",
|
|
516
526
|
"suite_version": "suiteVersion",
|
|
517
527
|
"suite_version_id": "suiteVersionId",
|
|
528
|
+
"org_id": "orgId",
|
|
529
|
+
"team_id": "teamId",
|
|
518
530
|
"task_ids": "taskIds",
|
|
519
531
|
"judge_model": "judgeModel",
|
|
520
532
|
"embedding_model": "embeddingModel",
|
|
@@ -534,6 +546,8 @@ export type RerunFailedEvalSamplesResponseBody$Outbound = {
|
|
|
534
546
|
suite_id: string;
|
|
535
547
|
suite_version: number;
|
|
536
548
|
suite_version_id: string;
|
|
549
|
+
org_id: string;
|
|
550
|
+
team_id: string;
|
|
537
551
|
status: string;
|
|
538
552
|
models: Array<string>;
|
|
539
553
|
task_ids: Array<string> | null;
|
|
@@ -563,6 +577,8 @@ export const RerunFailedEvalSamplesResponseBody$outboundSchema: z.ZodType<
|
|
|
563
577
|
suiteId: z.string(),
|
|
564
578
|
suiteVersion: z.number().int(),
|
|
565
579
|
suiteVersionId: z.string(),
|
|
580
|
+
orgId: z.string(),
|
|
581
|
+
teamId: z.string(),
|
|
566
582
|
status: components.EvalRunStatus$outboundSchema,
|
|
567
583
|
models: z.array(z.string()),
|
|
568
584
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -586,6 +602,8 @@ export const RerunFailedEvalSamplesResponseBody$outboundSchema: z.ZodType<
|
|
|
586
602
|
suiteId: "suite_id",
|
|
587
603
|
suiteVersion: "suite_version",
|
|
588
604
|
suiteVersionId: "suite_version_id",
|
|
605
|
+
orgId: "org_id",
|
|
606
|
+
teamId: "team_id",
|
|
589
607
|
taskIds: "task_ids",
|
|
590
608
|
judgeModel: "judge_model",
|
|
591
609
|
embeddingModel: "embedding_model",
|
|
@@ -96,6 +96,14 @@ export type RetryFailedEvalRunResponseBody = {
|
|
|
96
96
|
suiteId: string;
|
|
97
97
|
suiteVersion: number;
|
|
98
98
|
suiteVersionId: string;
|
|
99
|
+
/**
|
|
100
|
+
* The org that owns this run.
|
|
101
|
+
*/
|
|
102
|
+
orgId: string;
|
|
103
|
+
/**
|
|
104
|
+
* The team that owns this run.
|
|
105
|
+
*/
|
|
106
|
+
teamId: string;
|
|
99
107
|
status: components.EvalRunStatus;
|
|
100
108
|
models: Array<string>;
|
|
101
109
|
taskIds: Array<string> | null;
|
|
@@ -488,6 +496,8 @@ export const RetryFailedEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
488
496
|
suite_id: z.string(),
|
|
489
497
|
suite_version: z.number().int(),
|
|
490
498
|
suite_version_id: z.string(),
|
|
499
|
+
org_id: z.string(),
|
|
500
|
+
team_id: z.string(),
|
|
491
501
|
status: components.EvalRunStatus$inboundSchema,
|
|
492
502
|
models: z.array(z.string()),
|
|
493
503
|
task_ids: z.nullable(z.array(z.string())),
|
|
@@ -509,6 +519,8 @@ export const RetryFailedEvalRunResponseBody$inboundSchema: z.ZodType<
|
|
|
509
519
|
"suite_id": "suiteId",
|
|
510
520
|
"suite_version": "suiteVersion",
|
|
511
521
|
"suite_version_id": "suiteVersionId",
|
|
522
|
+
"org_id": "orgId",
|
|
523
|
+
"team_id": "teamId",
|
|
512
524
|
"task_ids": "taskIds",
|
|
513
525
|
"judge_model": "judgeModel",
|
|
514
526
|
"embedding_model": "embeddingModel",
|
|
@@ -528,6 +540,8 @@ export type RetryFailedEvalRunResponseBody$Outbound = {
|
|
|
528
540
|
suite_id: string;
|
|
529
541
|
suite_version: number;
|
|
530
542
|
suite_version_id: string;
|
|
543
|
+
org_id: string;
|
|
544
|
+
team_id: string;
|
|
531
545
|
status: string;
|
|
532
546
|
models: Array<string>;
|
|
533
547
|
task_ids: Array<string> | null;
|
|
@@ -557,6 +571,8 @@ export const RetryFailedEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
557
571
|
suiteId: z.string(),
|
|
558
572
|
suiteVersion: z.number().int(),
|
|
559
573
|
suiteVersionId: z.string(),
|
|
574
|
+
orgId: z.string(),
|
|
575
|
+
teamId: z.string(),
|
|
560
576
|
status: components.EvalRunStatus$outboundSchema,
|
|
561
577
|
models: z.array(z.string()),
|
|
562
578
|
taskIds: z.nullable(z.array(z.string())),
|
|
@@ -578,6 +594,8 @@ export const RetryFailedEvalRunResponseBody$outboundSchema: z.ZodType<
|
|
|
578
594
|
suiteId: "suite_id",
|
|
579
595
|
suiteVersion: "suite_version",
|
|
580
596
|
suiteVersionId: "suite_version_id",
|
|
597
|
+
orgId: "org_id",
|
|
598
|
+
teamId: "team_id",
|
|
581
599
|
taskIds: "task_ids",
|
|
582
600
|
judgeModel: "judge_model",
|
|
583
601
|
embeddingModel: "embedding_model",
|
|
@@ -52,6 +52,7 @@ export function buildLlmEvalsListSamplesQuery(
|
|
|
52
52
|
scoreMin: request.scoreMin,
|
|
53
53
|
scoreMax: request.scoreMax,
|
|
54
54
|
includeDatasetRow: request.includeDatasetRow,
|
|
55
|
+
includeReasoning: request.includeReasoning,
|
|
55
56
|
sampleIndex: request.sampleIndex,
|
|
56
57
|
xOnBehalfOf: request.xOnBehalfOf,
|
|
57
58
|
}),
|
|
@@ -90,6 +91,7 @@ export function queryKeyLlmEvalsListSamples(
|
|
|
90
91
|
scoreMin?: number | undefined;
|
|
91
92
|
scoreMax?: number | undefined;
|
|
92
93
|
includeDatasetRow?: boolean | undefined;
|
|
94
|
+
includeReasoning?: boolean | undefined;
|
|
93
95
|
sampleIndex?: string | undefined;
|
|
94
96
|
xOnBehalfOf?: string | undefined;
|
|
95
97
|
},
|
|
@@ -115,6 +115,7 @@ export function setLlmEvalsListSamplesData(
|
|
|
115
115
|
scoreMin?: number | undefined;
|
|
116
116
|
scoreMax?: number | undefined;
|
|
117
117
|
includeDatasetRow?: boolean | undefined;
|
|
118
|
+
includeReasoning?: boolean | undefined;
|
|
118
119
|
sampleIndex?: string | undefined;
|
|
119
120
|
xOnBehalfOf?: string | undefined;
|
|
120
121
|
},
|
|
@@ -141,6 +142,7 @@ export function invalidateLlmEvalsListSamples(
|
|
|
141
142
|
scoreMin?: number | undefined;
|
|
142
143
|
scoreMax?: number | undefined;
|
|
143
144
|
includeDatasetRow?: boolean | undefined;
|
|
145
|
+
includeReasoning?: boolean | undefined;
|
|
144
146
|
sampleIndex?: string | undefined;
|
|
145
147
|
xOnBehalfOf?: string | undefined;
|
|
146
148
|
},
|