@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/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.
|
|
52880
|
-
genVersion: "2.
|
|
52881
|
-
userAgent: "speakeasy-sdk/typescript 0.53.
|
|
52879
|
+
sdkVersion: "0.53.9",
|
|
52880
|
+
genVersion: "2.928.0",
|
|
52881
|
+
userAgent: "speakeasy-sdk/typescript 0.53.9 2.928.0 1.1.0 @meetkai/mka1"
|
|
52882
52882
|
};
|
|
52883
52883
|
});
|
|
52884
52884
|
|
|
@@ -65578,6 +65578,7 @@ var init_evalsampleobject = __esm(() => {
|
|
|
65578
65578
|
target: nullableType(stringType()),
|
|
65579
65579
|
response_id: nullableType(stringType()),
|
|
65580
65580
|
output_text: nullableType(stringType()),
|
|
65581
|
+
reasoning: nullableType(stringType()),
|
|
65581
65582
|
extracted_output: nullableType(stringType()),
|
|
65582
65583
|
scores: recordType(anyType()),
|
|
65583
65584
|
judge: nullableType(recordType(anyType())),
|
|
@@ -65612,6 +65613,7 @@ var init_evalsampleobject = __esm(() => {
|
|
|
65612
65613
|
target: nullableType(stringType()),
|
|
65613
65614
|
responseId: nullableType(stringType()),
|
|
65614
65615
|
outputText: nullableType(stringType()),
|
|
65616
|
+
reasoning: nullableType(stringType()),
|
|
65615
65617
|
extractedOutput: nullableType(stringType()),
|
|
65616
65618
|
scores: recordType(anyType()),
|
|
65617
65619
|
judge: nullableType(recordType(anyType())),
|
|
@@ -65722,6 +65724,8 @@ var init_evalsuiteobject = __esm(() => {
|
|
|
65722
65724
|
object: literalType("eval.suite"),
|
|
65723
65725
|
name: stringType(),
|
|
65724
65726
|
description: nullableType(stringType()),
|
|
65727
|
+
org_id: stringType(),
|
|
65728
|
+
team_id: stringType(),
|
|
65725
65729
|
active_version: numberType().int(),
|
|
65726
65730
|
latest_version: numberType().int(),
|
|
65727
65731
|
metadata: recordType(stringType()),
|
|
@@ -65729,6 +65733,8 @@ var init_evalsuiteobject = __esm(() => {
|
|
|
65729
65733
|
updated_at: numberType().int()
|
|
65730
65734
|
}).transform((v2) => {
|
|
65731
65735
|
return remap(v2, {
|
|
65736
|
+
org_id: "orgId",
|
|
65737
|
+
team_id: "teamId",
|
|
65732
65738
|
active_version: "activeVersion",
|
|
65733
65739
|
latest_version: "latestVersion",
|
|
65734
65740
|
created_at: "createdAt",
|
|
@@ -65740,6 +65746,8 @@ var init_evalsuiteobject = __esm(() => {
|
|
|
65740
65746
|
object: literalType("eval.suite"),
|
|
65741
65747
|
name: stringType(),
|
|
65742
65748
|
description: nullableType(stringType()),
|
|
65749
|
+
orgId: stringType(),
|
|
65750
|
+
teamId: stringType(),
|
|
65743
65751
|
activeVersion: numberType().int(),
|
|
65744
65752
|
latestVersion: numberType().int(),
|
|
65745
65753
|
metadata: recordType(stringType()),
|
|
@@ -65747,6 +65755,8 @@ var init_evalsuiteobject = __esm(() => {
|
|
|
65747
65755
|
updatedAt: numberType().int()
|
|
65748
65756
|
}).transform((v2) => {
|
|
65749
65757
|
return remap(v2, {
|
|
65758
|
+
orgId: "org_id",
|
|
65759
|
+
teamId: "team_id",
|
|
65750
65760
|
activeVersion: "active_version",
|
|
65751
65761
|
latestVersion: "latest_version",
|
|
65752
65762
|
createdAt: "created_at",
|
|
@@ -84035,6 +84045,8 @@ var init_cancelevalrun = __esm(() => {
|
|
|
84035
84045
|
suite_id: stringType(),
|
|
84036
84046
|
suite_version: numberType().int(),
|
|
84037
84047
|
suite_version_id: stringType(),
|
|
84048
|
+
org_id: stringType(),
|
|
84049
|
+
team_id: stringType(),
|
|
84038
84050
|
status: EvalRunStatus$inboundSchema,
|
|
84039
84051
|
models: arrayType(stringType()),
|
|
84040
84052
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -84056,6 +84068,8 @@ var init_cancelevalrun = __esm(() => {
|
|
|
84056
84068
|
suite_id: "suiteId",
|
|
84057
84069
|
suite_version: "suiteVersion",
|
|
84058
84070
|
suite_version_id: "suiteVersionId",
|
|
84071
|
+
org_id: "orgId",
|
|
84072
|
+
team_id: "teamId",
|
|
84059
84073
|
task_ids: "taskIds",
|
|
84060
84074
|
judge_model: "judgeModel",
|
|
84061
84075
|
embedding_model: "embeddingModel",
|
|
@@ -84074,6 +84088,8 @@ var init_cancelevalrun = __esm(() => {
|
|
|
84074
84088
|
suiteId: stringType(),
|
|
84075
84089
|
suiteVersion: numberType().int(),
|
|
84076
84090
|
suiteVersionId: stringType(),
|
|
84091
|
+
orgId: stringType(),
|
|
84092
|
+
teamId: stringType(),
|
|
84077
84093
|
status: EvalRunStatus$outboundSchema,
|
|
84078
84094
|
models: arrayType(stringType()),
|
|
84079
84095
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -84095,6 +84111,8 @@ var init_cancelevalrun = __esm(() => {
|
|
|
84095
84111
|
suiteId: "suite_id",
|
|
84096
84112
|
suiteVersion: "suite_version",
|
|
84097
84113
|
suiteVersionId: "suite_version_id",
|
|
84114
|
+
orgId: "org_id",
|
|
84115
|
+
teamId: "team_id",
|
|
84098
84116
|
taskIds: "task_ids",
|
|
84099
84117
|
judgeModel: "judge_model",
|
|
84100
84118
|
embeddingModel: "embedding_model",
|
|
@@ -85610,6 +85628,8 @@ var init_createevalrun = __esm(() => {
|
|
|
85610
85628
|
suite_id: stringType(),
|
|
85611
85629
|
suite_version: numberType().int(),
|
|
85612
85630
|
suite_version_id: stringType(),
|
|
85631
|
+
org_id: stringType(),
|
|
85632
|
+
team_id: stringType(),
|
|
85613
85633
|
status: EvalRunStatus$inboundSchema,
|
|
85614
85634
|
models: arrayType(stringType()),
|
|
85615
85635
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -85631,6 +85651,8 @@ var init_createevalrun = __esm(() => {
|
|
|
85631
85651
|
suite_id: "suiteId",
|
|
85632
85652
|
suite_version: "suiteVersion",
|
|
85633
85653
|
suite_version_id: "suiteVersionId",
|
|
85654
|
+
org_id: "orgId",
|
|
85655
|
+
team_id: "teamId",
|
|
85634
85656
|
task_ids: "taskIds",
|
|
85635
85657
|
judge_model: "judgeModel",
|
|
85636
85658
|
embedding_model: "embeddingModel",
|
|
@@ -85649,6 +85671,8 @@ var init_createevalrun = __esm(() => {
|
|
|
85649
85671
|
suiteId: stringType(),
|
|
85650
85672
|
suiteVersion: numberType().int(),
|
|
85651
85673
|
suiteVersionId: stringType(),
|
|
85674
|
+
orgId: stringType(),
|
|
85675
|
+
teamId: stringType(),
|
|
85652
85676
|
status: EvalRunStatus$outboundSchema,
|
|
85653
85677
|
models: arrayType(stringType()),
|
|
85654
85678
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -85670,6 +85694,8 @@ var init_createevalrun = __esm(() => {
|
|
|
85670
85694
|
suiteId: "suite_id",
|
|
85671
85695
|
suiteVersion: "suite_version",
|
|
85672
85696
|
suiteVersionId: "suite_version_id",
|
|
85697
|
+
orgId: "org_id",
|
|
85698
|
+
teamId: "team_id",
|
|
85673
85699
|
taskIds: "task_ids",
|
|
85674
85700
|
judgeModel: "judge_model",
|
|
85675
85701
|
embeddingModel: "embedding_model",
|
|
@@ -89693,6 +89719,8 @@ var init_getevalrun = __esm(() => {
|
|
|
89693
89719
|
suite_id: stringType(),
|
|
89694
89720
|
suite_version: numberType().int(),
|
|
89695
89721
|
suite_version_id: stringType(),
|
|
89722
|
+
org_id: stringType(),
|
|
89723
|
+
team_id: stringType(),
|
|
89696
89724
|
status: EvalRunStatus$inboundSchema,
|
|
89697
89725
|
models: arrayType(stringType()),
|
|
89698
89726
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -89714,6 +89742,8 @@ var init_getevalrun = __esm(() => {
|
|
|
89714
89742
|
suite_id: "suiteId",
|
|
89715
89743
|
suite_version: "suiteVersion",
|
|
89716
89744
|
suite_version_id: "suiteVersionId",
|
|
89745
|
+
org_id: "orgId",
|
|
89746
|
+
team_id: "teamId",
|
|
89717
89747
|
task_ids: "taskIds",
|
|
89718
89748
|
judge_model: "judgeModel",
|
|
89719
89749
|
embedding_model: "embeddingModel",
|
|
@@ -89732,6 +89762,8 @@ var init_getevalrun = __esm(() => {
|
|
|
89732
89762
|
suiteId: stringType(),
|
|
89733
89763
|
suiteVersion: numberType().int(),
|
|
89734
89764
|
suiteVersionId: stringType(),
|
|
89765
|
+
orgId: stringType(),
|
|
89766
|
+
teamId: stringType(),
|
|
89735
89767
|
status: EvalRunStatus$outboundSchema,
|
|
89736
89768
|
models: arrayType(stringType()),
|
|
89737
89769
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -89753,6 +89785,8 @@ var init_getevalrun = __esm(() => {
|
|
|
89753
89785
|
suiteId: "suite_id",
|
|
89754
89786
|
suiteVersion: "suite_version",
|
|
89755
89787
|
suiteVersionId: "suite_version_id",
|
|
89788
|
+
orgId: "org_id",
|
|
89789
|
+
teamId: "team_id",
|
|
89756
89790
|
taskIds: "task_ids",
|
|
89757
89791
|
judgeModel: "judge_model",
|
|
89758
89792
|
embeddingModel: "embedding_model",
|
|
@@ -92923,6 +92957,8 @@ var init_listevalruns = __esm(() => {
|
|
|
92923
92957
|
suite_id: stringType(),
|
|
92924
92958
|
suite_version: numberType().int(),
|
|
92925
92959
|
suite_version_id: stringType(),
|
|
92960
|
+
org_id: stringType(),
|
|
92961
|
+
team_id: stringType(),
|
|
92926
92962
|
status: EvalRunStatus$inboundSchema,
|
|
92927
92963
|
models: arrayType(stringType()),
|
|
92928
92964
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -92944,6 +92980,8 @@ var init_listevalruns = __esm(() => {
|
|
|
92944
92980
|
suite_id: "suiteId",
|
|
92945
92981
|
suite_version: "suiteVersion",
|
|
92946
92982
|
suite_version_id: "suiteVersionId",
|
|
92983
|
+
org_id: "orgId",
|
|
92984
|
+
team_id: "teamId",
|
|
92947
92985
|
task_ids: "taskIds",
|
|
92948
92986
|
judge_model: "judgeModel",
|
|
92949
92987
|
embedding_model: "embeddingModel",
|
|
@@ -92962,6 +93000,8 @@ var init_listevalruns = __esm(() => {
|
|
|
92962
93000
|
suiteId: stringType(),
|
|
92963
93001
|
suiteVersion: numberType().int(),
|
|
92964
93002
|
suiteVersionId: stringType(),
|
|
93003
|
+
orgId: stringType(),
|
|
93004
|
+
teamId: stringType(),
|
|
92965
93005
|
status: EvalRunStatus$outboundSchema,
|
|
92966
93006
|
models: arrayType(stringType()),
|
|
92967
93007
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -92983,6 +93023,8 @@ var init_listevalruns = __esm(() => {
|
|
|
92983
93023
|
suiteId: "suite_id",
|
|
92984
93024
|
suiteVersion: "suite_version",
|
|
92985
93025
|
suiteVersionId: "suite_version_id",
|
|
93026
|
+
orgId: "org_id",
|
|
93027
|
+
teamId: "team_id",
|
|
92986
93028
|
taskIds: "task_ids",
|
|
92987
93029
|
judgeModel: "judge_model",
|
|
92988
93030
|
embeddingModel: "embedding_model",
|
|
@@ -93050,6 +93092,7 @@ var init_listevalsamples = __esm(() => {
|
|
|
93050
93092
|
score_min: numberType().optional(),
|
|
93051
93093
|
score_max: numberType().optional(),
|
|
93052
93094
|
include_dataset_row: booleanType().default(true),
|
|
93095
|
+
include_reasoning: booleanType().default(false),
|
|
93053
93096
|
sample_index: stringType().optional(),
|
|
93054
93097
|
"X-On-Behalf-Of": stringType().optional()
|
|
93055
93098
|
}).transform((v2) => {
|
|
@@ -93060,6 +93103,7 @@ var init_listevalsamples = __esm(() => {
|
|
|
93060
93103
|
score_min: "scoreMin",
|
|
93061
93104
|
score_max: "scoreMax",
|
|
93062
93105
|
include_dataset_row: "includeDatasetRow",
|
|
93106
|
+
include_reasoning: "includeReasoning",
|
|
93063
93107
|
sample_index: "sampleIndex",
|
|
93064
93108
|
"X-On-Behalf-Of": "xOnBehalfOf"
|
|
93065
93109
|
});
|
|
@@ -93075,6 +93119,7 @@ var init_listevalsamples = __esm(() => {
|
|
|
93075
93119
|
scoreMin: numberType().optional(),
|
|
93076
93120
|
scoreMax: numberType().optional(),
|
|
93077
93121
|
includeDatasetRow: booleanType().default(true),
|
|
93122
|
+
includeReasoning: booleanType().default(false),
|
|
93078
93123
|
sampleIndex: stringType().optional(),
|
|
93079
93124
|
xOnBehalfOf: stringType().optional()
|
|
93080
93125
|
}).transform((v2) => {
|
|
@@ -93085,6 +93130,7 @@ var init_listevalsamples = __esm(() => {
|
|
|
93085
93130
|
scoreMin: "score_min",
|
|
93086
93131
|
scoreMax: "score_max",
|
|
93087
93132
|
includeDatasetRow: "include_dataset_row",
|
|
93133
|
+
includeReasoning: "include_reasoning",
|
|
93088
93134
|
sampleIndex: "sample_index",
|
|
93089
93135
|
xOnBehalfOf: "X-On-Behalf-Of"
|
|
93090
93136
|
});
|
|
@@ -93286,6 +93332,8 @@ var init_listevalscheduleruns = __esm(() => {
|
|
|
93286
93332
|
suite_id: stringType(),
|
|
93287
93333
|
suite_version: numberType().int(),
|
|
93288
93334
|
suite_version_id: stringType(),
|
|
93335
|
+
org_id: stringType(),
|
|
93336
|
+
team_id: stringType(),
|
|
93289
93337
|
status: EvalRunStatus$inboundSchema,
|
|
93290
93338
|
models: arrayType(stringType()),
|
|
93291
93339
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -93307,6 +93355,8 @@ var init_listevalscheduleruns = __esm(() => {
|
|
|
93307
93355
|
suite_id: "suiteId",
|
|
93308
93356
|
suite_version: "suiteVersion",
|
|
93309
93357
|
suite_version_id: "suiteVersionId",
|
|
93358
|
+
org_id: "orgId",
|
|
93359
|
+
team_id: "teamId",
|
|
93310
93360
|
task_ids: "taskIds",
|
|
93311
93361
|
judge_model: "judgeModel",
|
|
93312
93362
|
embedding_model: "embeddingModel",
|
|
@@ -93325,6 +93375,8 @@ var init_listevalscheduleruns = __esm(() => {
|
|
|
93325
93375
|
suiteId: stringType(),
|
|
93326
93376
|
suiteVersion: numberType().int(),
|
|
93327
93377
|
suiteVersionId: stringType(),
|
|
93378
|
+
orgId: stringType(),
|
|
93379
|
+
teamId: stringType(),
|
|
93328
93380
|
status: EvalRunStatus$outboundSchema,
|
|
93329
93381
|
models: arrayType(stringType()),
|
|
93330
93382
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -93346,6 +93398,8 @@ var init_listevalscheduleruns = __esm(() => {
|
|
|
93346
93398
|
suiteId: "suite_id",
|
|
93347
93399
|
suiteVersion: "suite_version",
|
|
93348
93400
|
suiteVersionId: "suite_version_id",
|
|
93401
|
+
orgId: "org_id",
|
|
93402
|
+
teamId: "team_id",
|
|
93349
93403
|
taskIds: "task_ids",
|
|
93350
93404
|
judgeModel: "judge_model",
|
|
93351
93405
|
embeddingModel: "embedding_model",
|
|
@@ -93876,6 +93930,8 @@ var init_listevalsuiteleaderboardruns = __esm(() => {
|
|
|
93876
93930
|
suite_id: stringType(),
|
|
93877
93931
|
suite_version: numberType().int(),
|
|
93878
93932
|
suite_version_id: stringType(),
|
|
93933
|
+
org_id: stringType(),
|
|
93934
|
+
team_id: stringType(),
|
|
93879
93935
|
status: EvalRunStatus$inboundSchema,
|
|
93880
93936
|
models: arrayType(stringType()),
|
|
93881
93937
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -93897,6 +93953,8 @@ var init_listevalsuiteleaderboardruns = __esm(() => {
|
|
|
93897
93953
|
suite_id: "suiteId",
|
|
93898
93954
|
suite_version: "suiteVersion",
|
|
93899
93955
|
suite_version_id: "suiteVersionId",
|
|
93956
|
+
org_id: "orgId",
|
|
93957
|
+
team_id: "teamId",
|
|
93900
93958
|
task_ids: "taskIds",
|
|
93901
93959
|
judge_model: "judgeModel",
|
|
93902
93960
|
embedding_model: "embeddingModel",
|
|
@@ -93915,6 +93973,8 @@ var init_listevalsuiteleaderboardruns = __esm(() => {
|
|
|
93915
93973
|
suiteId: stringType(),
|
|
93916
93974
|
suiteVersion: numberType().int(),
|
|
93917
93975
|
suiteVersionId: stringType(),
|
|
93976
|
+
orgId: stringType(),
|
|
93977
|
+
teamId: stringType(),
|
|
93918
93978
|
status: EvalRunStatus$outboundSchema,
|
|
93919
93979
|
models: arrayType(stringType()),
|
|
93920
93980
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -93936,6 +93996,8 @@ var init_listevalsuiteleaderboardruns = __esm(() => {
|
|
|
93936
93996
|
suiteId: "suite_id",
|
|
93937
93997
|
suiteVersion: "suite_version",
|
|
93938
93998
|
suiteVersionId: "suite_version_id",
|
|
93999
|
+
orgId: "org_id",
|
|
94000
|
+
teamId: "team_id",
|
|
93939
94001
|
taskIds: "task_ids",
|
|
93940
94002
|
judgeModel: "judge_model",
|
|
93941
94003
|
embeddingModel: "embedding_model",
|
|
@@ -96341,6 +96403,8 @@ var init_rerunfailedevalsamples = __esm(() => {
|
|
|
96341
96403
|
suite_id: stringType(),
|
|
96342
96404
|
suite_version: numberType().int(),
|
|
96343
96405
|
suite_version_id: stringType(),
|
|
96406
|
+
org_id: stringType(),
|
|
96407
|
+
team_id: stringType(),
|
|
96344
96408
|
status: EvalRunStatus$inboundSchema,
|
|
96345
96409
|
models: arrayType(stringType()),
|
|
96346
96410
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -96362,6 +96426,8 @@ var init_rerunfailedevalsamples = __esm(() => {
|
|
|
96362
96426
|
suite_id: "suiteId",
|
|
96363
96427
|
suite_version: "suiteVersion",
|
|
96364
96428
|
suite_version_id: "suiteVersionId",
|
|
96429
|
+
org_id: "orgId",
|
|
96430
|
+
team_id: "teamId",
|
|
96365
96431
|
task_ids: "taskIds",
|
|
96366
96432
|
judge_model: "judgeModel",
|
|
96367
96433
|
embedding_model: "embeddingModel",
|
|
@@ -96380,6 +96446,8 @@ var init_rerunfailedevalsamples = __esm(() => {
|
|
|
96380
96446
|
suiteId: stringType(),
|
|
96381
96447
|
suiteVersion: numberType().int(),
|
|
96382
96448
|
suiteVersionId: stringType(),
|
|
96449
|
+
orgId: stringType(),
|
|
96450
|
+
teamId: stringType(),
|
|
96383
96451
|
status: EvalRunStatus$outboundSchema,
|
|
96384
96452
|
models: arrayType(stringType()),
|
|
96385
96453
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -96401,6 +96469,8 @@ var init_rerunfailedevalsamples = __esm(() => {
|
|
|
96401
96469
|
suiteId: "suite_id",
|
|
96402
96470
|
suiteVersion: "suite_version",
|
|
96403
96471
|
suiteVersionId: "suite_version_id",
|
|
96472
|
+
orgId: "org_id",
|
|
96473
|
+
teamId: "team_id",
|
|
96404
96474
|
taskIds: "task_ids",
|
|
96405
96475
|
judgeModel: "judge_model",
|
|
96406
96476
|
embeddingModel: "embedding_model",
|
|
@@ -96656,6 +96726,8 @@ var init_retryfailedevalrun = __esm(() => {
|
|
|
96656
96726
|
suite_id: stringType(),
|
|
96657
96727
|
suite_version: numberType().int(),
|
|
96658
96728
|
suite_version_id: stringType(),
|
|
96729
|
+
org_id: stringType(),
|
|
96730
|
+
team_id: stringType(),
|
|
96659
96731
|
status: EvalRunStatus$inboundSchema,
|
|
96660
96732
|
models: arrayType(stringType()),
|
|
96661
96733
|
task_ids: nullableType(arrayType(stringType())),
|
|
@@ -96677,6 +96749,8 @@ var init_retryfailedevalrun = __esm(() => {
|
|
|
96677
96749
|
suite_id: "suiteId",
|
|
96678
96750
|
suite_version: "suiteVersion",
|
|
96679
96751
|
suite_version_id: "suiteVersionId",
|
|
96752
|
+
org_id: "orgId",
|
|
96753
|
+
team_id: "teamId",
|
|
96680
96754
|
task_ids: "taskIds",
|
|
96681
96755
|
judge_model: "judgeModel",
|
|
96682
96756
|
embedding_model: "embeddingModel",
|
|
@@ -96695,6 +96769,8 @@ var init_retryfailedevalrun = __esm(() => {
|
|
|
96695
96769
|
suiteId: stringType(),
|
|
96696
96770
|
suiteVersion: numberType().int(),
|
|
96697
96771
|
suiteVersionId: stringType(),
|
|
96772
|
+
orgId: stringType(),
|
|
96773
|
+
teamId: stringType(),
|
|
96698
96774
|
status: EvalRunStatus$outboundSchema,
|
|
96699
96775
|
models: arrayType(stringType()),
|
|
96700
96776
|
taskIds: nullableType(arrayType(stringType())),
|
|
@@ -96716,6 +96792,8 @@ var init_retryfailedevalrun = __esm(() => {
|
|
|
96716
96792
|
suiteId: "suite_id",
|
|
96717
96793
|
suiteVersion: "suite_version",
|
|
96718
96794
|
suiteVersionId: "suite_version_id",
|
|
96795
|
+
orgId: "org_id",
|
|
96796
|
+
teamId: "team_id",
|
|
96719
96797
|
taskIds: "task_ids",
|
|
96720
96798
|
judgeModel: "judge_model",
|
|
96721
96799
|
embeddingModel: "embedding_model",
|
|
@@ -116245,6 +116323,7 @@ async function $do143(client, request, options) {
|
|
|
116245
116323
|
const query = encodeFormQuery({
|
|
116246
116324
|
after: payload.after,
|
|
116247
116325
|
include_dataset_row: payload.include_dataset_row,
|
|
116326
|
+
include_reasoning: payload.include_reasoning,
|
|
116248
116327
|
limit: payload.limit,
|
|
116249
116328
|
model: payload.model,
|
|
116250
116329
|
sample_index: payload.sample_index,
|
|
@@ -137609,7 +137688,7 @@ Aggregate sandbox usage (session lifecycle, execution, and workspace operations)
|
|
|
137609
137688
|
function createMCPServer(deps) {
|
|
137610
137689
|
const server = new McpServer({
|
|
137611
137690
|
name: "SDK",
|
|
137612
|
-
version: "0.53.
|
|
137691
|
+
version: "0.53.9"
|
|
137613
137692
|
});
|
|
137614
137693
|
const client = new SDKCore({
|
|
137615
137694
|
bearerAuth: deps.bearerAuth,
|
|
@@ -139453,7 +139532,7 @@ var routes = rn({
|
|
|
139453
139532
|
var app = Ve(routes, {
|
|
139454
139533
|
name: "mcp",
|
|
139455
139534
|
versionInfo: {
|
|
139456
|
-
currentVersion: "0.53.
|
|
139535
|
+
currentVersion: "0.53.9"
|
|
139457
139536
|
}
|
|
139458
139537
|
});
|
|
139459
139538
|
_t(app, process3.argv.slice(2), buildContext(process3));
|
|
@@ -139461,5 +139540,5 @@ export {
|
|
|
139461
139540
|
app
|
|
139462
139541
|
};
|
|
139463
139542
|
|
|
139464
|
-
//# debugId=
|
|
139543
|
+
//# debugId=E2959D57C02F6AF564756E2164756E21
|
|
139465
139544
|
//# sourceMappingURL=mcp-server.js.map
|