@meetkai/mka1 0.53.28 → 0.53.29
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 +84 -5
- 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 +2 -2
- package/dist/commonjs/lib/config.js +2 -2
- 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 +2 -2
- package/dist/esm/lib/config.js +2 -2
- 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 +2 -2
- 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/bin/mcp-server.js
CHANGED
|
@@ -52876,9 +52876,9 @@ var init_config = __esm(() => {
|
|
|
52876
52876
|
SDK_METADATA = {
|
|
52877
52877
|
language: "typescript",
|
|
52878
52878
|
openapiDocVersion: "1.1.0",
|
|
52879
|
-
sdkVersion: "0.53.
|
|
52879
|
+
sdkVersion: "0.53.29",
|
|
52880
52880
|
genVersion: "2.930.0",
|
|
52881
|
-
userAgent: "speakeasy-sdk/typescript 0.53.
|
|
52881
|
+
userAgent: "speakeasy-sdk/typescript 0.53.29 2.930.0 1.1.0 @meetkai/mka1"
|
|
52882
52882
|
};
|
|
52883
52883
|
});
|
|
52884
52884
|
|
|
@@ -65697,6 +65697,7 @@ var init_evalsampleobject = __esm(() => {
|
|
|
65697
65697
|
target: nullableType(stringType()),
|
|
65698
65698
|
response_id: nullableType(stringType()),
|
|
65699
65699
|
output_text: nullableType(stringType()),
|
|
65700
|
+
reasoning: nullableType(stringType()),
|
|
65700
65701
|
extracted_output: nullableType(stringType()),
|
|
65701
65702
|
scores: recordType(anyType()),
|
|
65702
65703
|
judge: nullableType(recordType(anyType())),
|
|
@@ -65731,6 +65732,7 @@ var init_evalsampleobject = __esm(() => {
|
|
|
65731
65732
|
target: nullableType(stringType()),
|
|
65732
65733
|
responseId: nullableType(stringType()),
|
|
65733
65734
|
outputText: nullableType(stringType()),
|
|
65735
|
+
reasoning: nullableType(stringType()),
|
|
65734
65736
|
extractedOutput: nullableType(stringType()),
|
|
65735
65737
|
scores: recordType(anyType()),
|
|
65736
65738
|
judge: nullableType(recordType(anyType())),
|
|
@@ -65841,6 +65843,8 @@ var init_evalsuiteobject = __esm(() => {
|
|
|
65841
65843
|
object: literalType("eval.suite"),
|
|
65842
65844
|
name: stringType(),
|
|
65843
65845
|
description: nullableType(stringType()),
|
|
65846
|
+
org_id: stringType(),
|
|
65847
|
+
team_id: stringType(),
|
|
65844
65848
|
active_version: numberType().int(),
|
|
65845
65849
|
latest_version: numberType().int(),
|
|
65846
65850
|
metadata: recordType(stringType()),
|
|
@@ -65848,6 +65852,8 @@ var init_evalsuiteobject = __esm(() => {
|
|
|
65848
65852
|
updated_at: numberType().int()
|
|
65849
65853
|
}).transform((v2) => {
|
|
65850
65854
|
return remap(v2, {
|
|
65855
|
+
org_id: "orgId",
|
|
65856
|
+
team_id: "teamId",
|
|
65851
65857
|
active_version: "activeVersion",
|
|
65852
65858
|
latest_version: "latestVersion",
|
|
65853
65859
|
created_at: "createdAt",
|
|
@@ -65859,6 +65865,8 @@ var init_evalsuiteobject = __esm(() => {
|
|
|
65859
65865
|
object: literalType("eval.suite"),
|
|
65860
65866
|
name: stringType(),
|
|
65861
65867
|
description: nullableType(stringType()),
|
|
65868
|
+
orgId: stringType(),
|
|
65869
|
+
teamId: stringType(),
|
|
65862
65870
|
activeVersion: numberType().int(),
|
|
65863
65871
|
latestVersion: numberType().int(),
|
|
65864
65872
|
metadata: recordType(stringType()),
|
|
@@ -65866,6 +65874,8 @@ var init_evalsuiteobject = __esm(() => {
|
|
|
65866
65874
|
updatedAt: numberType().int()
|
|
65867
65875
|
}).transform((v2) => {
|
|
65868
65876
|
return remap(v2, {
|
|
65877
|
+
orgId: "org_id",
|
|
65878
|
+
teamId: "team_id",
|
|
65869
65879
|
activeVersion: "active_version",
|
|
65870
65880
|
latestVersion: "latest_version",
|
|
65871
65881
|
createdAt: "created_at",
|
|
@@ -84244,6 +84254,8 @@ var init_cancelevalrun = __esm(() => {
|
|
|
84244
84254
|
suite_id: stringType(),
|
|
84245
84255
|
suite_version: numberType().int(),
|
|
84246
84256
|
suite_version_id: stringType(),
|
|
84257
|
+
org_id: stringType(),
|
|
84258
|
+
team_id: stringType(),
|
|
84247
84259
|
status: EvalRunStatus$inboundSchema,
|
|
84248
84260
|
models: arrayType(stringType()),
|
|
84249
84261
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -84265,6 +84277,8 @@ var init_cancelevalrun = __esm(() => {
|
|
|
84265
84277
|
suite_id: "suiteId",
|
|
84266
84278
|
suite_version: "suiteVersion",
|
|
84267
84279
|
suite_version_id: "suiteVersionId",
|
|
84280
|
+
org_id: "orgId",
|
|
84281
|
+
team_id: "teamId",
|
|
84268
84282
|
task_ids: "taskIds",
|
|
84269
84283
|
judge_model: "judgeModel",
|
|
84270
84284
|
embedding_model: "embeddingModel",
|
|
@@ -84283,6 +84297,8 @@ var init_cancelevalrun = __esm(() => {
|
|
|
84283
84297
|
suiteId: stringType(),
|
|
84284
84298
|
suiteVersion: numberType().int(),
|
|
84285
84299
|
suiteVersionId: stringType(),
|
|
84300
|
+
orgId: stringType(),
|
|
84301
|
+
teamId: stringType(),
|
|
84286
84302
|
status: EvalRunStatus$outboundSchema,
|
|
84287
84303
|
models: arrayType(stringType()),
|
|
84288
84304
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -84304,6 +84320,8 @@ var init_cancelevalrun = __esm(() => {
|
|
|
84304
84320
|
suiteId: "suite_id",
|
|
84305
84321
|
suiteVersion: "suite_version",
|
|
84306
84322
|
suiteVersionId: "suite_version_id",
|
|
84323
|
+
orgId: "org_id",
|
|
84324
|
+
teamId: "team_id",
|
|
84307
84325
|
taskIds: "task_ids",
|
|
84308
84326
|
judgeModel: "judge_model",
|
|
84309
84327
|
embeddingModel: "embedding_model",
|
|
@@ -85819,6 +85837,8 @@ var init_createevalrun = __esm(() => {
|
|
|
85819
85837
|
suite_id: stringType(),
|
|
85820
85838
|
suite_version: numberType().int(),
|
|
85821
85839
|
suite_version_id: stringType(),
|
|
85840
|
+
org_id: stringType(),
|
|
85841
|
+
team_id: stringType(),
|
|
85822
85842
|
status: EvalRunStatus$inboundSchema,
|
|
85823
85843
|
models: arrayType(stringType()),
|
|
85824
85844
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -85840,6 +85860,8 @@ var init_createevalrun = __esm(() => {
|
|
|
85840
85860
|
suite_id: "suiteId",
|
|
85841
85861
|
suite_version: "suiteVersion",
|
|
85842
85862
|
suite_version_id: "suiteVersionId",
|
|
85863
|
+
org_id: "orgId",
|
|
85864
|
+
team_id: "teamId",
|
|
85843
85865
|
task_ids: "taskIds",
|
|
85844
85866
|
judge_model: "judgeModel",
|
|
85845
85867
|
embedding_model: "embeddingModel",
|
|
@@ -85858,6 +85880,8 @@ var init_createevalrun = __esm(() => {
|
|
|
85858
85880
|
suiteId: stringType(),
|
|
85859
85881
|
suiteVersion: numberType().int(),
|
|
85860
85882
|
suiteVersionId: stringType(),
|
|
85883
|
+
orgId: stringType(),
|
|
85884
|
+
teamId: stringType(),
|
|
85861
85885
|
status: EvalRunStatus$outboundSchema,
|
|
85862
85886
|
models: arrayType(stringType()),
|
|
85863
85887
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -85879,6 +85903,8 @@ var init_createevalrun = __esm(() => {
|
|
|
85879
85903
|
suiteId: "suite_id",
|
|
85880
85904
|
suiteVersion: "suite_version",
|
|
85881
85905
|
suiteVersionId: "suite_version_id",
|
|
85906
|
+
orgId: "org_id",
|
|
85907
|
+
teamId: "team_id",
|
|
85882
85908
|
taskIds: "task_ids",
|
|
85883
85909
|
judgeModel: "judge_model",
|
|
85884
85910
|
embeddingModel: "embedding_model",
|
|
@@ -89902,6 +89928,8 @@ var init_getevalrun = __esm(() => {
|
|
|
89902
89928
|
suite_id: stringType(),
|
|
89903
89929
|
suite_version: numberType().int(),
|
|
89904
89930
|
suite_version_id: stringType(),
|
|
89931
|
+
org_id: stringType(),
|
|
89932
|
+
team_id: stringType(),
|
|
89905
89933
|
status: EvalRunStatus$inboundSchema,
|
|
89906
89934
|
models: arrayType(stringType()),
|
|
89907
89935
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -89923,6 +89951,8 @@ var init_getevalrun = __esm(() => {
|
|
|
89923
89951
|
suite_id: "suiteId",
|
|
89924
89952
|
suite_version: "suiteVersion",
|
|
89925
89953
|
suite_version_id: "suiteVersionId",
|
|
89954
|
+
org_id: "orgId",
|
|
89955
|
+
team_id: "teamId",
|
|
89926
89956
|
task_ids: "taskIds",
|
|
89927
89957
|
judge_model: "judgeModel",
|
|
89928
89958
|
embedding_model: "embeddingModel",
|
|
@@ -89941,6 +89971,8 @@ var init_getevalrun = __esm(() => {
|
|
|
89941
89971
|
suiteId: stringType(),
|
|
89942
89972
|
suiteVersion: numberType().int(),
|
|
89943
89973
|
suiteVersionId: stringType(),
|
|
89974
|
+
orgId: stringType(),
|
|
89975
|
+
teamId: stringType(),
|
|
89944
89976
|
status: EvalRunStatus$outboundSchema,
|
|
89945
89977
|
models: arrayType(stringType()),
|
|
89946
89978
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -89962,6 +89994,8 @@ var init_getevalrun = __esm(() => {
|
|
|
89962
89994
|
suiteId: "suite_id",
|
|
89963
89995
|
suiteVersion: "suite_version",
|
|
89964
89996
|
suiteVersionId: "suite_version_id",
|
|
89997
|
+
orgId: "org_id",
|
|
89998
|
+
teamId: "team_id",
|
|
89965
89999
|
taskIds: "task_ids",
|
|
89966
90000
|
judgeModel: "judge_model",
|
|
89967
90001
|
embeddingModel: "embedding_model",
|
|
@@ -93132,6 +93166,8 @@ var init_listevalruns = __esm(() => {
|
|
|
93132
93166
|
suite_id: stringType(),
|
|
93133
93167
|
suite_version: numberType().int(),
|
|
93134
93168
|
suite_version_id: stringType(),
|
|
93169
|
+
org_id: stringType(),
|
|
93170
|
+
team_id: stringType(),
|
|
93135
93171
|
status: EvalRunStatus$inboundSchema,
|
|
93136
93172
|
models: arrayType(stringType()),
|
|
93137
93173
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -93153,6 +93189,8 @@ var init_listevalruns = __esm(() => {
|
|
|
93153
93189
|
suite_id: "suiteId",
|
|
93154
93190
|
suite_version: "suiteVersion",
|
|
93155
93191
|
suite_version_id: "suiteVersionId",
|
|
93192
|
+
org_id: "orgId",
|
|
93193
|
+
team_id: "teamId",
|
|
93156
93194
|
task_ids: "taskIds",
|
|
93157
93195
|
judge_model: "judgeModel",
|
|
93158
93196
|
embedding_model: "embeddingModel",
|
|
@@ -93171,6 +93209,8 @@ var init_listevalruns = __esm(() => {
|
|
|
93171
93209
|
suiteId: stringType(),
|
|
93172
93210
|
suiteVersion: numberType().int(),
|
|
93173
93211
|
suiteVersionId: stringType(),
|
|
93212
|
+
orgId: stringType(),
|
|
93213
|
+
teamId: stringType(),
|
|
93174
93214
|
status: EvalRunStatus$outboundSchema,
|
|
93175
93215
|
models: arrayType(stringType()),
|
|
93176
93216
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -93192,6 +93232,8 @@ var init_listevalruns = __esm(() => {
|
|
|
93192
93232
|
suiteId: "suite_id",
|
|
93193
93233
|
suiteVersion: "suite_version",
|
|
93194
93234
|
suiteVersionId: "suite_version_id",
|
|
93235
|
+
orgId: "org_id",
|
|
93236
|
+
teamId: "team_id",
|
|
93195
93237
|
taskIds: "task_ids",
|
|
93196
93238
|
judgeModel: "judge_model",
|
|
93197
93239
|
embeddingModel: "embedding_model",
|
|
@@ -93259,6 +93301,7 @@ var init_listevalsamples = __esm(() => {
|
|
|
93259
93301
|
score_min: numberType().optional(),
|
|
93260
93302
|
score_max: numberType().optional(),
|
|
93261
93303
|
include_dataset_row: booleanType().default(true),
|
|
93304
|
+
include_reasoning: booleanType().default(false),
|
|
93262
93305
|
sample_index: stringType().optional(),
|
|
93263
93306
|
"X-On-Behalf-Of": stringType().optional()
|
|
93264
93307
|
}).transform((v2) => {
|
|
@@ -93269,6 +93312,7 @@ var init_listevalsamples = __esm(() => {
|
|
|
93269
93312
|
score_min: "scoreMin",
|
|
93270
93313
|
score_max: "scoreMax",
|
|
93271
93314
|
include_dataset_row: "includeDatasetRow",
|
|
93315
|
+
include_reasoning: "includeReasoning",
|
|
93272
93316
|
sample_index: "sampleIndex",
|
|
93273
93317
|
"X-On-Behalf-Of": "xOnBehalfOf"
|
|
93274
93318
|
});
|
|
@@ -93284,6 +93328,7 @@ var init_listevalsamples = __esm(() => {
|
|
|
93284
93328
|
scoreMin: numberType().optional(),
|
|
93285
93329
|
scoreMax: numberType().optional(),
|
|
93286
93330
|
includeDatasetRow: booleanType().default(true),
|
|
93331
|
+
includeReasoning: booleanType().default(false),
|
|
93287
93332
|
sampleIndex: stringType().optional(),
|
|
93288
93333
|
xOnBehalfOf: stringType().optional()
|
|
93289
93334
|
}).transform((v2) => {
|
|
@@ -93294,6 +93339,7 @@ var init_listevalsamples = __esm(() => {
|
|
|
93294
93339
|
scoreMin: "score_min",
|
|
93295
93340
|
scoreMax: "score_max",
|
|
93296
93341
|
includeDatasetRow: "include_dataset_row",
|
|
93342
|
+
includeReasoning: "include_reasoning",
|
|
93297
93343
|
sampleIndex: "sample_index",
|
|
93298
93344
|
xOnBehalfOf: "X-On-Behalf-Of"
|
|
93299
93345
|
});
|
|
@@ -93495,6 +93541,8 @@ var init_listevalscheduleruns = __esm(() => {
|
|
|
93495
93541
|
suite_id: stringType(),
|
|
93496
93542
|
suite_version: numberType().int(),
|
|
93497
93543
|
suite_version_id: stringType(),
|
|
93544
|
+
org_id: stringType(),
|
|
93545
|
+
team_id: stringType(),
|
|
93498
93546
|
status: EvalRunStatus$inboundSchema,
|
|
93499
93547
|
models: arrayType(stringType()),
|
|
93500
93548
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -93516,6 +93564,8 @@ var init_listevalscheduleruns = __esm(() => {
|
|
|
93516
93564
|
suite_id: "suiteId",
|
|
93517
93565
|
suite_version: "suiteVersion",
|
|
93518
93566
|
suite_version_id: "suiteVersionId",
|
|
93567
|
+
org_id: "orgId",
|
|
93568
|
+
team_id: "teamId",
|
|
93519
93569
|
task_ids: "taskIds",
|
|
93520
93570
|
judge_model: "judgeModel",
|
|
93521
93571
|
embedding_model: "embeddingModel",
|
|
@@ -93534,6 +93584,8 @@ var init_listevalscheduleruns = __esm(() => {
|
|
|
93534
93584
|
suiteId: stringType(),
|
|
93535
93585
|
suiteVersion: numberType().int(),
|
|
93536
93586
|
suiteVersionId: stringType(),
|
|
93587
|
+
orgId: stringType(),
|
|
93588
|
+
teamId: stringType(),
|
|
93537
93589
|
status: EvalRunStatus$outboundSchema,
|
|
93538
93590
|
models: arrayType(stringType()),
|
|
93539
93591
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -93555,6 +93607,8 @@ var init_listevalscheduleruns = __esm(() => {
|
|
|
93555
93607
|
suiteId: "suite_id",
|
|
93556
93608
|
suiteVersion: "suite_version",
|
|
93557
93609
|
suiteVersionId: "suite_version_id",
|
|
93610
|
+
orgId: "org_id",
|
|
93611
|
+
teamId: "team_id",
|
|
93558
93612
|
taskIds: "task_ids",
|
|
93559
93613
|
judgeModel: "judge_model",
|
|
93560
93614
|
embeddingModel: "embedding_model",
|
|
@@ -94085,6 +94139,8 @@ var init_listevalsuiteleaderboardruns = __esm(() => {
|
|
|
94085
94139
|
suite_id: stringType(),
|
|
94086
94140
|
suite_version: numberType().int(),
|
|
94087
94141
|
suite_version_id: stringType(),
|
|
94142
|
+
org_id: stringType(),
|
|
94143
|
+
team_id: stringType(),
|
|
94088
94144
|
status: EvalRunStatus$inboundSchema,
|
|
94089
94145
|
models: arrayType(stringType()),
|
|
94090
94146
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -94106,6 +94162,8 @@ var init_listevalsuiteleaderboardruns = __esm(() => {
|
|
|
94106
94162
|
suite_id: "suiteId",
|
|
94107
94163
|
suite_version: "suiteVersion",
|
|
94108
94164
|
suite_version_id: "suiteVersionId",
|
|
94165
|
+
org_id: "orgId",
|
|
94166
|
+
team_id: "teamId",
|
|
94109
94167
|
task_ids: "taskIds",
|
|
94110
94168
|
judge_model: "judgeModel",
|
|
94111
94169
|
embedding_model: "embeddingModel",
|
|
@@ -94124,6 +94182,8 @@ var init_listevalsuiteleaderboardruns = __esm(() => {
|
|
|
94124
94182
|
suiteId: stringType(),
|
|
94125
94183
|
suiteVersion: numberType().int(),
|
|
94126
94184
|
suiteVersionId: stringType(),
|
|
94185
|
+
orgId: stringType(),
|
|
94186
|
+
teamId: stringType(),
|
|
94127
94187
|
status: EvalRunStatus$outboundSchema,
|
|
94128
94188
|
models: arrayType(stringType()),
|
|
94129
94189
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -94145,6 +94205,8 @@ var init_listevalsuiteleaderboardruns = __esm(() => {
|
|
|
94145
94205
|
suiteId: "suite_id",
|
|
94146
94206
|
suiteVersion: "suite_version",
|
|
94147
94207
|
suiteVersionId: "suite_version_id",
|
|
94208
|
+
orgId: "org_id",
|
|
94209
|
+
teamId: "team_id",
|
|
94148
94210
|
taskIds: "task_ids",
|
|
94149
94211
|
judgeModel: "judge_model",
|
|
94150
94212
|
embeddingModel: "embedding_model",
|
|
@@ -96580,6 +96642,8 @@ var init_rerunfailedevalsamples = __esm(() => {
|
|
|
96580
96642
|
suite_id: stringType(),
|
|
96581
96643
|
suite_version: numberType().int(),
|
|
96582
96644
|
suite_version_id: stringType(),
|
|
96645
|
+
org_id: stringType(),
|
|
96646
|
+
team_id: stringType(),
|
|
96583
96647
|
status: EvalRunStatus$inboundSchema,
|
|
96584
96648
|
models: arrayType(stringType()),
|
|
96585
96649
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -96601,6 +96665,8 @@ var init_rerunfailedevalsamples = __esm(() => {
|
|
|
96601
96665
|
suite_id: "suiteId",
|
|
96602
96666
|
suite_version: "suiteVersion",
|
|
96603
96667
|
suite_version_id: "suiteVersionId",
|
|
96668
|
+
org_id: "orgId",
|
|
96669
|
+
team_id: "teamId",
|
|
96604
96670
|
task_ids: "taskIds",
|
|
96605
96671
|
judge_model: "judgeModel",
|
|
96606
96672
|
embedding_model: "embeddingModel",
|
|
@@ -96619,6 +96685,8 @@ var init_rerunfailedevalsamples = __esm(() => {
|
|
|
96619
96685
|
suiteId: stringType(),
|
|
96620
96686
|
suiteVersion: numberType().int(),
|
|
96621
96687
|
suiteVersionId: stringType(),
|
|
96688
|
+
orgId: stringType(),
|
|
96689
|
+
teamId: stringType(),
|
|
96622
96690
|
status: EvalRunStatus$outboundSchema,
|
|
96623
96691
|
models: arrayType(stringType()),
|
|
96624
96692
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -96640,6 +96708,8 @@ var init_rerunfailedevalsamples = __esm(() => {
|
|
|
96640
96708
|
suiteId: "suite_id",
|
|
96641
96709
|
suiteVersion: "suite_version",
|
|
96642
96710
|
suiteVersionId: "suite_version_id",
|
|
96711
|
+
orgId: "org_id",
|
|
96712
|
+
teamId: "team_id",
|
|
96643
96713
|
taskIds: "task_ids",
|
|
96644
96714
|
judgeModel: "judge_model",
|
|
96645
96715
|
embeddingModel: "embedding_model",
|
|
@@ -96895,6 +96965,8 @@ var init_retryfailedevalrun = __esm(() => {
|
|
|
96895
96965
|
suite_id: stringType(),
|
|
96896
96966
|
suite_version: numberType().int(),
|
|
96897
96967
|
suite_version_id: stringType(),
|
|
96968
|
+
org_id: stringType(),
|
|
96969
|
+
team_id: stringType(),
|
|
96898
96970
|
status: EvalRunStatus$inboundSchema,
|
|
96899
96971
|
models: arrayType(stringType()),
|
|
96900
96972
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -96916,6 +96988,8 @@ var init_retryfailedevalrun = __esm(() => {
|
|
|
96916
96988
|
suite_id: "suiteId",
|
|
96917
96989
|
suite_version: "suiteVersion",
|
|
96918
96990
|
suite_version_id: "suiteVersionId",
|
|
96991
|
+
org_id: "orgId",
|
|
96992
|
+
team_id: "teamId",
|
|
96919
96993
|
task_ids: "taskIds",
|
|
96920
96994
|
judge_model: "judgeModel",
|
|
96921
96995
|
embedding_model: "embeddingModel",
|
|
@@ -96934,6 +97008,8 @@ var init_retryfailedevalrun = __esm(() => {
|
|
|
96934
97008
|
suiteId: stringType(),
|
|
96935
97009
|
suiteVersion: numberType().int(),
|
|
96936
97010
|
suiteVersionId: stringType(),
|
|
97011
|
+
orgId: stringType(),
|
|
97012
|
+
teamId: stringType(),
|
|
96937
97013
|
status: EvalRunStatus$outboundSchema,
|
|
96938
97014
|
models: arrayType(stringType()),
|
|
96939
97015
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -96955,6 +97031,8 @@ var init_retryfailedevalrun = __esm(() => {
|
|
|
96955
97031
|
suiteId: "suite_id",
|
|
96956
97032
|
suiteVersion: "suite_version",
|
|
96957
97033
|
suiteVersionId: "suite_version_id",
|
|
97034
|
+
orgId: "org_id",
|
|
97035
|
+
teamId: "team_id",
|
|
96958
97036
|
taskIds: "task_ids",
|
|
96959
97037
|
judgeModel: "judge_model",
|
|
96960
97038
|
embeddingModel: "embedding_model",
|
|
@@ -116485,6 +116563,7 @@ async function $do143(client, request, options) {
|
|
|
116485
116563
|
const query = encodeFormQuery({
|
|
116486
116564
|
after: payload.after,
|
|
116487
116565
|
include_dataset_row: payload.include_dataset_row,
|
|
116566
|
+
include_reasoning: payload.include_reasoning,
|
|
116488
116567
|
limit: payload.limit,
|
|
116489
116568
|
model: payload.model,
|
|
116490
116569
|
sample_index: payload.sample_index,
|
|
@@ -137970,7 +138049,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
|
|
|
137970
138049
|
function createMCPServer(deps) {
|
|
137971
138050
|
const server = new McpServer({
|
|
137972
138051
|
name: "SDK",
|
|
137973
|
-
version: "0.53.
|
|
138052
|
+
version: "0.53.29"
|
|
137974
138053
|
});
|
|
137975
138054
|
const client = new SDKCore({
|
|
137976
138055
|
bearerAuth: deps.bearerAuth,
|
|
@@ -139816,7 +139895,7 @@ var routes = rn({
|
|
|
139816
139895
|
var app = Ve(routes, {
|
|
139817
139896
|
name: "mcp",
|
|
139818
139897
|
versionInfo: {
|
|
139819
|
-
currentVersion: "0.53.
|
|
139898
|
+
currentVersion: "0.53.29"
|
|
139820
139899
|
}
|
|
139821
139900
|
});
|
|
139822
139901
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -139824,5 +139903,5 @@ export {
|
|
|
139824
139903
|
app
|
|
139825
139904
|
};
|
|
139826
139905
|
|
|
139827
|
-
//# debugId=
|
|
139906
|
+
//# debugId=18CCB62BC341AA7B64756E2164756E21
|
|
139828
139907
|
//# sourceMappingURL=mcp-server.js.map
|