@orq-ai/node 3.6.16 → 3.6.17
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 +188 -188
- package/bin/mcp-server.js.map +35 -35
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/security.d.ts +2 -2
- package/lib/security.d.ts.map +1 -1
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/deployments.d.ts +8 -8
- package/models/components/deployments.d.ts.map +1 -1
- package/models/components/deployments.js +8 -8
- package/models/components/deployments.js.map +1 -1
- package/models/operations/bulkcreatedatapoints.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +2 -2
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createprompt.d.ts +12 -12
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +12 -12
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/deploymentcreatemetric.d.ts +8 -8
- package/models/operations/deploymentcreatemetric.d.ts.map +1 -1
- package/models/operations/deploymentcreatemetric.js +8 -8
- package/models/operations/deploymentcreatemetric.js.map +1 -1
- package/models/operations/deploymentgetconfig.d.ts +14 -14
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +14 -14
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentinvoke.d.ts +4 -4
- package/models/operations/deploymentinvoke.js +8 -8
- package/models/operations/deployments.d.ts +6 -6
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +6 -6
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +12 -12
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +12 -12
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getallprompts.d.ts +6 -6
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +6 -6
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getoneprompt.d.ts +6 -6
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +6 -6
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +6 -6
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +6 -6
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listdatasetdatapoints.js +2 -2
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listpromptversions.d.ts +6 -6
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +6 -6
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievedatapoint.js +2 -2
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/updatedatapoint.js +2 -2
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateprompt.d.ts +12 -12
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +12 -12
- package/models/operations/updateprompt.js.map +1 -1
- package/package.json +1 -1
- package/packages/orq-rc/jsr.json +1 -1
- package/packages/orq-rc/package-lock.json +2 -2
- package/packages/orq-rc/package.json +1 -1
- package/packages/orq-rc/src/lib/config.ts +3 -3
- package/packages/orq-rc/src/lib/security.ts +2 -2
- package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
- package/packages/orq-rc/src/mcp-server/server.ts +1 -1
- package/packages/orq-rc/src/models/components/deployments.ts +16 -16
- package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +18 -18
- package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/createeval.ts +121 -121
- package/packages/orq-rc/src/models/operations/createfeedback.ts +16 -16
- package/packages/orq-rc/src/models/operations/createprompt.ts +39 -39
- package/packages/orq-rc/src/models/operations/deploymentcreatemetric.ts +22 -18
- package/packages/orq-rc/src/models/operations/deploymentgetconfig.ts +30 -30
- package/packages/orq-rc/src/models/operations/deploymentinvoke.ts +13 -13
- package/packages/orq-rc/src/models/operations/deployments.ts +14 -14
- package/packages/orq-rc/src/models/operations/deploymentstream.ts +26 -26
- package/packages/orq-rc/src/models/operations/evalsageappropriate.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsfactcheckingknowledgebase.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsgrammar.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalslocalization.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalspii.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragascoherence.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragasconciseness.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragascontextprecision.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragascorrectness.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragasfaithfulness.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragasharmfulness.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragasmaliciousness.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalsragasresponserelevancy.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalssentimentclassification.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalssummarization.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalstoneofvoice.ts +4 -4
- package/packages/orq-rc/src/models/operations/evalstranslation.ts +4 -4
- package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
- package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
- package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
- package/packages/orq-rc/src/models/operations/getallprompts.ts +22 -22
- package/packages/orq-rc/src/models/operations/getevals.ts +339 -364
- package/packages/orq-rc/src/models/operations/getoneprompt.ts +22 -22
- package/packages/orq-rc/src/models/operations/getpromptversion.ts +22 -22
- package/packages/orq-rc/src/models/operations/invokeeval.ts +251 -223
- package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +16 -12
- package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
- package/packages/orq-rc/src/models/operations/listpromptversions.ts +22 -22
- package/packages/orq-rc/src/models/operations/postv2modelslitellmimport.ts +18 -18
- package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +10 -10
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +21 -19
- package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/updateeval.ts +139 -139
- package/packages/orq-rc/src/models/operations/updateprompt.ts +61 -106
- package/src/lib/config.ts +3 -3
- package/src/lib/security.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/deployments.ts +16 -16
- package/src/models/operations/bulkcreatedatapoints.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +2 -2
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createprompt.ts +27 -27
- package/src/models/operations/deploymentcreatemetric.ts +22 -18
- package/src/models/operations/deploymentgetconfig.ts +30 -30
- package/src/models/operations/deploymentinvoke.ts +13 -13
- package/src/models/operations/deployments.ts +14 -14
- package/src/models/operations/deploymentstream.ts +26 -26
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getallprompts.ts +14 -14
- package/src/models/operations/getoneprompt.ts +14 -14
- package/src/models/operations/getpromptversion.ts +14 -14
- package/src/models/operations/listdatasetdatapoints.ts +2 -2
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listpromptversions.ts +14 -14
- package/src/models/operations/retrievedatapoint.ts +2 -2
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +2 -2
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateprompt.ts +28 -28
|
@@ -76,8 +76,8 @@ export type GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean = {
|
|
|
76
76
|
};
|
|
77
77
|
|
|
78
78
|
export type GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig =
|
|
79
|
-
|
|
|
80
|
-
|
|
|
79
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber
|
|
80
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean;
|
|
81
81
|
|
|
82
82
|
export const GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType = {
|
|
83
83
|
TypescriptEval: "typescript_eval",
|
|
@@ -93,8 +93,8 @@ export type Typescript = {
|
|
|
93
93
|
created?: string | undefined;
|
|
94
94
|
updated?: string | undefined;
|
|
95
95
|
guardrailConfig?:
|
|
96
|
-
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean
|
|
97
96
|
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber
|
|
97
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean
|
|
98
98
|
| undefined;
|
|
99
99
|
code: string;
|
|
100
100
|
type: GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyType;
|
|
@@ -147,8 +147,8 @@ export type GetEvalsGuardrailConfigEvalsResponse200Boolean = {
|
|
|
147
147
|
};
|
|
148
148
|
|
|
149
149
|
export type GetEvalsDataEvalsResponse200GuardrailConfig =
|
|
150
|
-
|
|
|
151
|
-
|
|
|
150
|
+
| GetEvalsGuardrailConfigEvalsResponse200Number
|
|
151
|
+
| GetEvalsGuardrailConfigEvalsResponse200Boolean;
|
|
152
152
|
|
|
153
153
|
export const GetEvalsDataEvalsResponse200ApplicationJSONType = {
|
|
154
154
|
Ragas: "ragas",
|
|
@@ -178,8 +178,8 @@ export type Ragas = {
|
|
|
178
178
|
created?: string | undefined;
|
|
179
179
|
updated?: string | undefined;
|
|
180
180
|
guardrailConfig?:
|
|
181
|
-
| GetEvalsGuardrailConfigEvalsResponse200Boolean
|
|
182
181
|
| GetEvalsGuardrailConfigEvalsResponse200Number
|
|
182
|
+
| GetEvalsGuardrailConfigEvalsResponse200Boolean
|
|
183
183
|
| undefined;
|
|
184
184
|
type: GetEvalsDataEvalsResponse200ApplicationJSONType;
|
|
185
185
|
ragasMetric: RagasMetric;
|
|
@@ -233,8 +233,8 @@ export type GetEvalsGuardrailConfigEvalsResponseBoolean = {
|
|
|
233
233
|
};
|
|
234
234
|
|
|
235
235
|
export type GetEvalsDataEvalsResponseGuardrailConfig =
|
|
236
|
-
|
|
|
237
|
-
|
|
|
236
|
+
| GetEvalsGuardrailConfigEvalsResponseNumber
|
|
237
|
+
| GetEvalsGuardrailConfigEvalsResponseBoolean;
|
|
238
238
|
|
|
239
239
|
export const GetEvalsDataEvalsResponse200Type = {
|
|
240
240
|
FunctionEval: "function_eval",
|
|
@@ -482,7 +482,7 @@ export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDat
|
|
|
482
482
|
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType
|
|
483
483
|
>;
|
|
484
484
|
|
|
485
|
-
export type
|
|
485
|
+
export type Eight = {
|
|
486
486
|
type:
|
|
487
487
|
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType;
|
|
488
488
|
value: string;
|
|
@@ -497,7 +497,7 @@ export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyTyp
|
|
|
497
497
|
typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType
|
|
498
498
|
>;
|
|
499
499
|
|
|
500
|
-
export type
|
|
500
|
+
export type Seven = {
|
|
501
501
|
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType;
|
|
502
502
|
};
|
|
503
503
|
|
|
@@ -507,7 +507,7 @@ export const GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType = {
|
|
|
507
507
|
export type GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType =
|
|
508
508
|
ClosedEnum<typeof GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType>;
|
|
509
509
|
|
|
510
|
-
export type
|
|
510
|
+
export type Six = {
|
|
511
511
|
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType;
|
|
512
512
|
};
|
|
513
513
|
|
|
@@ -518,7 +518,7 @@ export type GetEvalsFunctionParamsEvalsResponse200Type = ClosedEnum<
|
|
|
518
518
|
typeof GetEvalsFunctionParamsEvalsResponse200Type
|
|
519
519
|
>;
|
|
520
520
|
|
|
521
|
-
export type
|
|
521
|
+
export type Five = {
|
|
522
522
|
type: GetEvalsFunctionParamsEvalsResponse200Type;
|
|
523
523
|
};
|
|
524
524
|
|
|
@@ -569,9 +569,19 @@ export type FunctionParams1 = {
|
|
|
569
569
|
};
|
|
570
570
|
|
|
571
571
|
export type DataFunctionParams =
|
|
572
|
-
|
|
|
573
|
-
|
|
|
574
|
-
|
|
|
572
|
+
| Twelve
|
|
573
|
+
| FunctionParams1
|
|
574
|
+
| FunctionParams2
|
|
575
|
+
| FunctionParams3
|
|
576
|
+
| FunctionParams4
|
|
577
|
+
| Eight
|
|
578
|
+
| Nine
|
|
579
|
+
| Eleven
|
|
580
|
+
| Thirteen
|
|
581
|
+
| Fifteen
|
|
582
|
+
| Five
|
|
583
|
+
| Six
|
|
584
|
+
| Seven
|
|
575
585
|
| Ten
|
|
576
586
|
| Fourteen
|
|
577
587
|
| Sixteen
|
|
@@ -582,17 +592,7 @@ export type DataFunctionParams =
|
|
|
582
592
|
| TwentyOne
|
|
583
593
|
| TwentyTwo
|
|
584
594
|
| TwentyThree
|
|
585
|
-
| TwentyFour
|
|
586
|
-
| FunctionParams1
|
|
587
|
-
| FunctionParams2
|
|
588
|
-
| FunctionParams3
|
|
589
|
-
| FunctionParams4
|
|
590
|
-
| FunctionParams8
|
|
591
|
-
| Nine
|
|
592
|
-
| Eleven
|
|
593
|
-
| Thirteen
|
|
594
|
-
| Fifteen
|
|
595
|
-
| Twelve;
|
|
595
|
+
| TwentyFour;
|
|
596
596
|
|
|
597
597
|
export type DataFunction = {
|
|
598
598
|
id: string;
|
|
@@ -600,14 +600,24 @@ export type DataFunction = {
|
|
|
600
600
|
created?: string | undefined;
|
|
601
601
|
updated?: string | undefined;
|
|
602
602
|
guardrailConfig?:
|
|
603
|
-
| GetEvalsGuardrailConfigEvalsResponseBoolean
|
|
604
603
|
| GetEvalsGuardrailConfigEvalsResponseNumber
|
|
604
|
+
| GetEvalsGuardrailConfigEvalsResponseBoolean
|
|
605
605
|
| undefined;
|
|
606
606
|
type: GetEvalsDataEvalsResponse200Type;
|
|
607
607
|
functionParams:
|
|
608
|
-
|
|
|
609
|
-
|
|
|
610
|
-
|
|
|
608
|
+
| Twelve
|
|
609
|
+
| FunctionParams1
|
|
610
|
+
| FunctionParams2
|
|
611
|
+
| FunctionParams3
|
|
612
|
+
| FunctionParams4
|
|
613
|
+
| Eight
|
|
614
|
+
| Nine
|
|
615
|
+
| Eleven
|
|
616
|
+
| Thirteen
|
|
617
|
+
| Fifteen
|
|
618
|
+
| Five
|
|
619
|
+
| Six
|
|
620
|
+
| Seven
|
|
611
621
|
| Ten
|
|
612
622
|
| Fourteen
|
|
613
623
|
| Sixteen
|
|
@@ -618,17 +628,7 @@ export type DataFunction = {
|
|
|
618
628
|
| TwentyOne
|
|
619
629
|
| TwentyTwo
|
|
620
630
|
| TwentyThree
|
|
621
|
-
| TwentyFour
|
|
622
|
-
| FunctionParams1
|
|
623
|
-
| FunctionParams2
|
|
624
|
-
| FunctionParams3
|
|
625
|
-
| FunctionParams4
|
|
626
|
-
| FunctionParams8
|
|
627
|
-
| Nine
|
|
628
|
-
| Eleven
|
|
629
|
-
| Thirteen
|
|
630
|
-
| Fifteen
|
|
631
|
-
| Twelve;
|
|
631
|
+
| TwentyFour;
|
|
632
632
|
key: string;
|
|
633
633
|
};
|
|
634
634
|
|
|
@@ -677,8 +677,8 @@ export type GetEvalsGuardrailConfigEvalsBoolean = {
|
|
|
677
677
|
};
|
|
678
678
|
|
|
679
679
|
export type GetEvalsDataEvalsGuardrailConfig =
|
|
680
|
-
|
|
|
681
|
-
|
|
|
680
|
+
| GetEvalsGuardrailConfigEvalsNumber
|
|
681
|
+
| GetEvalsGuardrailConfigEvalsBoolean;
|
|
682
682
|
|
|
683
683
|
export const GetEvalsDataEvalsResponseType = {
|
|
684
684
|
PythonEval: "python_eval",
|
|
@@ -693,8 +693,8 @@ export type DataPython = {
|
|
|
693
693
|
created?: string | undefined;
|
|
694
694
|
updated?: string | undefined;
|
|
695
695
|
guardrailConfig?:
|
|
696
|
-
| GetEvalsGuardrailConfigEvalsBoolean
|
|
697
696
|
| GetEvalsGuardrailConfigEvalsNumber
|
|
697
|
+
| GetEvalsGuardrailConfigEvalsBoolean
|
|
698
698
|
| undefined;
|
|
699
699
|
code: string;
|
|
700
700
|
type: GetEvalsDataEvalsResponseType;
|
|
@@ -740,8 +740,8 @@ export type GetEvalsGuardrailConfigBoolean = {
|
|
|
740
740
|
};
|
|
741
741
|
|
|
742
742
|
export type GetEvalsDataGuardrailConfig =
|
|
743
|
-
|
|
|
744
|
-
|
|
|
743
|
+
| GetEvalsGuardrailConfigNumber
|
|
744
|
+
| GetEvalsGuardrailConfigBoolean;
|
|
745
745
|
|
|
746
746
|
export const GetEvalsDataEvalsType = {
|
|
747
747
|
HttpEval: "http_eval",
|
|
@@ -760,8 +760,8 @@ export type DataHTTP = {
|
|
|
760
760
|
created?: string | undefined;
|
|
761
761
|
updated?: string | undefined;
|
|
762
762
|
guardrailConfig?:
|
|
763
|
-
| GetEvalsGuardrailConfigBoolean
|
|
764
763
|
| GetEvalsGuardrailConfigNumber
|
|
764
|
+
| GetEvalsGuardrailConfigBoolean
|
|
765
765
|
| undefined;
|
|
766
766
|
type: GetEvalsDataEvalsType;
|
|
767
767
|
url: string;
|
|
@@ -816,8 +816,8 @@ export type GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDa
|
|
|
816
816
|
};
|
|
817
817
|
|
|
818
818
|
export type DataGuardrailConfig =
|
|
819
|
-
|
|
|
820
|
-
|
|
|
819
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber
|
|
820
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean;
|
|
821
821
|
|
|
822
822
|
export const GetEvalsDataType = {
|
|
823
823
|
JsonSchema: "json_schema",
|
|
@@ -830,8 +830,8 @@ export type DataJSON = {
|
|
|
830
830
|
created?: string | undefined;
|
|
831
831
|
updated?: string | undefined;
|
|
832
832
|
guardrailConfig?:
|
|
833
|
-
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean
|
|
834
833
|
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber
|
|
834
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean
|
|
835
835
|
| undefined;
|
|
836
836
|
type: GetEvalsDataType;
|
|
837
837
|
schema: string;
|
|
@@ -886,8 +886,8 @@ export type GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBo
|
|
|
886
886
|
};
|
|
887
887
|
|
|
888
888
|
export type GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig =
|
|
889
|
-
|
|
|
890
|
-
|
|
|
889
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber
|
|
890
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean;
|
|
891
891
|
|
|
892
892
|
export const DataType = {
|
|
893
893
|
LlmEval: "llm_eval",
|
|
@@ -900,8 +900,8 @@ export type DataLLM = {
|
|
|
900
900
|
created?: string | undefined;
|
|
901
901
|
updated?: string | undefined;
|
|
902
902
|
guardrailConfig?:
|
|
903
|
-
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean
|
|
904
903
|
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber
|
|
904
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean
|
|
905
905
|
| undefined;
|
|
906
906
|
type: DataType;
|
|
907
907
|
prompt: string;
|
|
@@ -910,13 +910,13 @@ export type DataLLM = {
|
|
|
910
910
|
};
|
|
911
911
|
|
|
912
912
|
export type GetEvalsData =
|
|
913
|
+
| DataHTTP
|
|
914
|
+
| DataLLM
|
|
915
|
+
| Ragas
|
|
913
916
|
| DataJSON
|
|
914
917
|
| DataPython
|
|
915
918
|
| DataFunction
|
|
916
|
-
| Typescript
|
|
917
|
-
| DataLLM
|
|
918
|
-
| Ragas
|
|
919
|
-
| DataHTTP;
|
|
919
|
+
| Typescript;
|
|
920
920
|
|
|
921
921
|
/**
|
|
922
922
|
* Returns a list of evals
|
|
@@ -924,13 +924,13 @@ export type GetEvalsData =
|
|
|
924
924
|
export type GetEvalsResponseBody = {
|
|
925
925
|
object: GetEvalsObject;
|
|
926
926
|
data: Array<
|
|
927
|
+
| DataHTTP
|
|
928
|
+
| DataLLM
|
|
929
|
+
| Ragas
|
|
927
930
|
| DataJSON
|
|
928
931
|
| DataPython
|
|
929
932
|
| DataFunction
|
|
930
933
|
| Typescript
|
|
931
|
-
| DataLLM
|
|
932
|
-
| Ragas
|
|
933
|
-
| DataHTTP
|
|
934
934
|
>;
|
|
935
935
|
hasMore: boolean;
|
|
936
936
|
};
|
|
@@ -1271,17 +1271,17 @@ export const GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$inboundS
|
|
|
1271
1271
|
unknown
|
|
1272
1272
|
> = z.union([
|
|
1273
1273
|
z.lazy(() =>
|
|
1274
|
-
|
|
1274
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
1275
1275
|
),
|
|
1276
1276
|
z.lazy(() =>
|
|
1277
|
-
|
|
1277
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
|
|
1278
1278
|
),
|
|
1279
1279
|
]);
|
|
1280
1280
|
|
|
1281
1281
|
/** @internal */
|
|
1282
1282
|
export type GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$Outbound =
|
|
1283
|
-
|
|
|
1284
|
-
|
|
|
1283
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$Outbound
|
|
1284
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$Outbound;
|
|
1285
1285
|
|
|
1286
1286
|
/** @internal */
|
|
1287
1287
|
export const GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$outboundSchema:
|
|
@@ -1291,10 +1291,10 @@ export const GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig$outbound
|
|
|
1291
1291
|
GetEvalsDataEvalsResponse200ApplicationJSONGuardrailConfig
|
|
1292
1292
|
> = z.union([
|
|
1293
1293
|
z.lazy(() =>
|
|
1294
|
-
|
|
1294
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
1295
1295
|
),
|
|
1296
1296
|
z.lazy(() =>
|
|
1297
|
-
|
|
1297
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema
|
|
1298
1298
|
),
|
|
1299
1299
|
]);
|
|
1300
1300
|
|
|
@@ -1372,14 +1372,14 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
1372
1372
|
> = z.object({
|
|
1373
1373
|
_id: z.string(),
|
|
1374
1374
|
description: z.string(),
|
|
1375
|
-
created: z.string().default("2025-06-
|
|
1376
|
-
updated: z.string().default("2025-06-
|
|
1375
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
1376
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
1377
1377
|
guardrail_config: z.union([
|
|
1378
1378
|
z.lazy(() =>
|
|
1379
|
-
|
|
1379
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
1380
1380
|
),
|
|
1381
1381
|
z.lazy(() =>
|
|
1382
|
-
|
|
1382
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema
|
|
1383
1383
|
),
|
|
1384
1384
|
]).optional(),
|
|
1385
1385
|
code: z.string(),
|
|
@@ -1400,8 +1400,8 @@ export type Typescript$Outbound = {
|
|
|
1400
1400
|
created: string;
|
|
1401
1401
|
updated: string;
|
|
1402
1402
|
guardrail_config?:
|
|
1403
|
-
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$Outbound
|
|
1404
1403
|
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$Outbound
|
|
1404
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$Outbound
|
|
1405
1405
|
| undefined;
|
|
1406
1406
|
code: string;
|
|
1407
1407
|
type: string;
|
|
@@ -1416,14 +1416,14 @@ export const Typescript$outboundSchema: z.ZodType<
|
|
|
1416
1416
|
> = z.object({
|
|
1417
1417
|
id: z.string(),
|
|
1418
1418
|
description: z.string(),
|
|
1419
|
-
created: z.string().default("2025-06-
|
|
1420
|
-
updated: z.string().default("2025-06-
|
|
1419
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
1420
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
1421
1421
|
guardrailConfig: z.union([
|
|
1422
1422
|
z.lazy(() =>
|
|
1423
|
-
|
|
1423
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
1424
1424
|
),
|
|
1425
1425
|
z.lazy(() =>
|
|
1426
|
-
|
|
1426
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema
|
|
1427
1427
|
),
|
|
1428
1428
|
]).optional(),
|
|
1429
1429
|
code: z.string(),
|
|
@@ -1704,14 +1704,14 @@ export const GetEvalsDataEvalsResponse200GuardrailConfig$inboundSchema:
|
|
|
1704
1704
|
z.ZodTypeDef,
|
|
1705
1705
|
unknown
|
|
1706
1706
|
> = z.union([
|
|
1707
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
1708
1707
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
1708
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
1709
1709
|
]);
|
|
1710
1710
|
|
|
1711
1711
|
/** @internal */
|
|
1712
1712
|
export type GetEvalsDataEvalsResponse200GuardrailConfig$Outbound =
|
|
1713
|
-
|
|
|
1714
|
-
|
|
|
1713
|
+
| GetEvalsGuardrailConfigEvalsResponse200Number$Outbound
|
|
1714
|
+
| GetEvalsGuardrailConfigEvalsResponse200Boolean$Outbound;
|
|
1715
1715
|
|
|
1716
1716
|
/** @internal */
|
|
1717
1717
|
export const GetEvalsDataEvalsResponse200GuardrailConfig$outboundSchema:
|
|
@@ -1720,8 +1720,8 @@ export const GetEvalsDataEvalsResponse200GuardrailConfig$outboundSchema:
|
|
|
1720
1720
|
z.ZodTypeDef,
|
|
1721
1721
|
GetEvalsDataEvalsResponse200GuardrailConfig
|
|
1722
1722
|
> = z.union([
|
|
1723
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
1724
1723
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
1724
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
1725
1725
|
]);
|
|
1726
1726
|
|
|
1727
1727
|
/**
|
|
@@ -1813,13 +1813,13 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
1813
1813
|
.object({
|
|
1814
1814
|
_id: z.string(),
|
|
1815
1815
|
description: z.string(),
|
|
1816
|
-
created: z.string().default("2025-06-
|
|
1817
|
-
updated: z.string().default("2025-06-
|
|
1816
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
1817
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
1818
1818
|
guardrail_config: z.union([
|
|
1819
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
1819
1820
|
z.lazy(() =>
|
|
1820
1821
|
GetEvalsGuardrailConfigEvalsResponse200Boolean$inboundSchema
|
|
1821
1822
|
),
|
|
1822
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
1823
1823
|
]).optional(),
|
|
1824
1824
|
type: GetEvalsDataEvalsResponse200ApplicationJSONType$inboundSchema,
|
|
1825
1825
|
ragas_metric: RagasMetric$inboundSchema,
|
|
@@ -1840,8 +1840,8 @@ export type Ragas$Outbound = {
|
|
|
1840
1840
|
created: string;
|
|
1841
1841
|
updated: string;
|
|
1842
1842
|
guardrail_config?:
|
|
1843
|
-
| GetEvalsGuardrailConfigEvalsResponse200Boolean$Outbound
|
|
1844
1843
|
| GetEvalsGuardrailConfigEvalsResponse200Number$Outbound
|
|
1844
|
+
| GetEvalsGuardrailConfigEvalsResponse200Boolean$Outbound
|
|
1845
1845
|
| undefined;
|
|
1846
1846
|
type: string;
|
|
1847
1847
|
ragas_metric: string;
|
|
@@ -1857,11 +1857,11 @@ export const Ragas$outboundSchema: z.ZodType<
|
|
|
1857
1857
|
> = z.object({
|
|
1858
1858
|
id: z.string(),
|
|
1859
1859
|
description: z.string(),
|
|
1860
|
-
created: z.string().default("2025-06-
|
|
1861
|
-
updated: z.string().default("2025-06-
|
|
1860
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
1861
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
1862
1862
|
guardrailConfig: z.union([
|
|
1863
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
1864
1863
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
1864
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
1865
1865
|
]).optional(),
|
|
1866
1866
|
type: GetEvalsDataEvalsResponse200ApplicationJSONType$outboundSchema,
|
|
1867
1867
|
ragasMetric: RagasMetric$outboundSchema,
|
|
@@ -2137,14 +2137,14 @@ export const GetEvalsDataEvalsResponseGuardrailConfig$inboundSchema: z.ZodType<
|
|
|
2137
2137
|
z.ZodTypeDef,
|
|
2138
2138
|
unknown
|
|
2139
2139
|
> = z.union([
|
|
2140
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
2141
2140
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
2141
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
2142
2142
|
]);
|
|
2143
2143
|
|
|
2144
2144
|
/** @internal */
|
|
2145
2145
|
export type GetEvalsDataEvalsResponseGuardrailConfig$Outbound =
|
|
2146
|
-
|
|
|
2147
|
-
|
|
|
2146
|
+
| GetEvalsGuardrailConfigEvalsResponseNumber$Outbound
|
|
2147
|
+
| GetEvalsGuardrailConfigEvalsResponseBoolean$Outbound;
|
|
2148
2148
|
|
|
2149
2149
|
/** @internal */
|
|
2150
2150
|
export const GetEvalsDataEvalsResponseGuardrailConfig$outboundSchema: z.ZodType<
|
|
@@ -2152,8 +2152,8 @@ export const GetEvalsDataEvalsResponseGuardrailConfig$outboundSchema: z.ZodType<
|
|
|
2152
2152
|
z.ZodTypeDef,
|
|
2153
2153
|
GetEvalsDataEvalsResponseGuardrailConfig
|
|
2154
2154
|
> = z.union([
|
|
2155
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
2156
2155
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
2156
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
2157
2157
|
]);
|
|
2158
2158
|
|
|
2159
2159
|
/**
|
|
@@ -3519,27 +3519,24 @@ export namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBo
|
|
|
3519
3519
|
}
|
|
3520
3520
|
|
|
3521
3521
|
/** @internal */
|
|
3522
|
-
export const
|
|
3523
|
-
|
|
3524
|
-
|
|
3525
|
-
|
|
3526
|
-
|
|
3527
|
-
|
|
3528
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$inboundSchema,
|
|
3529
|
-
value: z.string(),
|
|
3530
|
-
});
|
|
3522
|
+
export const Eight$inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown> = z
|
|
3523
|
+
.object({
|
|
3524
|
+
type:
|
|
3525
|
+
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$inboundSchema,
|
|
3526
|
+
value: z.string(),
|
|
3527
|
+
});
|
|
3531
3528
|
|
|
3532
3529
|
/** @internal */
|
|
3533
|
-
export type
|
|
3530
|
+
export type Eight$Outbound = {
|
|
3534
3531
|
type: string;
|
|
3535
3532
|
value: string;
|
|
3536
3533
|
};
|
|
3537
3534
|
|
|
3538
3535
|
/** @internal */
|
|
3539
|
-
export const
|
|
3540
|
-
|
|
3536
|
+
export const Eight$outboundSchema: z.ZodType<
|
|
3537
|
+
Eight$Outbound,
|
|
3541
3538
|
z.ZodTypeDef,
|
|
3542
|
-
|
|
3539
|
+
Eight
|
|
3543
3540
|
> = z.object({
|
|
3544
3541
|
type:
|
|
3545
3542
|
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyDataType$outboundSchema,
|
|
@@ -3550,28 +3547,26 @@ export const FunctionParams8$outboundSchema: z.ZodType<
|
|
|
3550
3547
|
* @internal
|
|
3551
3548
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3552
3549
|
*/
|
|
3553
|
-
export namespace
|
|
3554
|
-
/** @deprecated use `
|
|
3555
|
-
export const inboundSchema =
|
|
3556
|
-
/** @deprecated use `
|
|
3557
|
-
export const outboundSchema =
|
|
3558
|
-
/** @deprecated use `
|
|
3559
|
-
export type Outbound =
|
|
3550
|
+
export namespace Eight$ {
|
|
3551
|
+
/** @deprecated use `Eight$inboundSchema` instead. */
|
|
3552
|
+
export const inboundSchema = Eight$inboundSchema;
|
|
3553
|
+
/** @deprecated use `Eight$outboundSchema` instead. */
|
|
3554
|
+
export const outboundSchema = Eight$outboundSchema;
|
|
3555
|
+
/** @deprecated use `Eight$Outbound` instead. */
|
|
3556
|
+
export type Outbound = Eight$Outbound;
|
|
3560
3557
|
}
|
|
3561
3558
|
|
|
3562
|
-
export function
|
|
3563
|
-
|
|
3564
|
-
): string {
|
|
3565
|
-
return JSON.stringify(FunctionParams8$outboundSchema.parse(functionParams8));
|
|
3559
|
+
export function eightToJSON(eight: Eight): string {
|
|
3560
|
+
return JSON.stringify(Eight$outboundSchema.parse(eight));
|
|
3566
3561
|
}
|
|
3567
3562
|
|
|
3568
|
-
export function
|
|
3563
|
+
export function eightFromJSON(
|
|
3569
3564
|
jsonString: string,
|
|
3570
|
-
): SafeParseResult<
|
|
3565
|
+
): SafeParseResult<Eight, SDKValidationError> {
|
|
3571
3566
|
return safeParse(
|
|
3572
3567
|
jsonString,
|
|
3573
|
-
(x) =>
|
|
3574
|
-
`Failed to parse '
|
|
3568
|
+
(x) => Eight$inboundSchema.parse(JSON.parse(x)),
|
|
3569
|
+
`Failed to parse 'Eight' from JSON`,
|
|
3575
3570
|
);
|
|
3576
3571
|
}
|
|
3577
3572
|
|
|
@@ -3604,25 +3599,22 @@ export namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBo
|
|
|
3604
3599
|
}
|
|
3605
3600
|
|
|
3606
3601
|
/** @internal */
|
|
3607
|
-
export const
|
|
3608
|
-
|
|
3609
|
-
|
|
3610
|
-
|
|
3611
|
-
|
|
3612
|
-
type:
|
|
3613
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
3614
|
-
});
|
|
3602
|
+
export const Seven$inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown> = z
|
|
3603
|
+
.object({
|
|
3604
|
+
type:
|
|
3605
|
+
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
3606
|
+
});
|
|
3615
3607
|
|
|
3616
3608
|
/** @internal */
|
|
3617
|
-
export type
|
|
3609
|
+
export type Seven$Outbound = {
|
|
3618
3610
|
type: string;
|
|
3619
3611
|
};
|
|
3620
3612
|
|
|
3621
3613
|
/** @internal */
|
|
3622
|
-
export const
|
|
3623
|
-
|
|
3614
|
+
export const Seven$outboundSchema: z.ZodType<
|
|
3615
|
+
Seven$Outbound,
|
|
3624
3616
|
z.ZodTypeDef,
|
|
3625
|
-
|
|
3617
|
+
Seven
|
|
3626
3618
|
> = z.object({
|
|
3627
3619
|
type:
|
|
3628
3620
|
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
@@ -3632,28 +3624,26 @@ export const FunctionParams7$outboundSchema: z.ZodType<
|
|
|
3632
3624
|
* @internal
|
|
3633
3625
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3634
3626
|
*/
|
|
3635
|
-
export namespace
|
|
3636
|
-
/** @deprecated use `
|
|
3637
|
-
export const inboundSchema =
|
|
3638
|
-
/** @deprecated use `
|
|
3639
|
-
export const outboundSchema =
|
|
3640
|
-
/** @deprecated use `
|
|
3641
|
-
export type Outbound =
|
|
3627
|
+
export namespace Seven$ {
|
|
3628
|
+
/** @deprecated use `Seven$inboundSchema` instead. */
|
|
3629
|
+
export const inboundSchema = Seven$inboundSchema;
|
|
3630
|
+
/** @deprecated use `Seven$outboundSchema` instead. */
|
|
3631
|
+
export const outboundSchema = Seven$outboundSchema;
|
|
3632
|
+
/** @deprecated use `Seven$Outbound` instead. */
|
|
3633
|
+
export type Outbound = Seven$Outbound;
|
|
3642
3634
|
}
|
|
3643
3635
|
|
|
3644
|
-
export function
|
|
3645
|
-
|
|
3646
|
-
): string {
|
|
3647
|
-
return JSON.stringify(FunctionParams7$outboundSchema.parse(functionParams7));
|
|
3636
|
+
export function sevenToJSON(seven: Seven): string {
|
|
3637
|
+
return JSON.stringify(Seven$outboundSchema.parse(seven));
|
|
3648
3638
|
}
|
|
3649
3639
|
|
|
3650
|
-
export function
|
|
3640
|
+
export function sevenFromJSON(
|
|
3651
3641
|
jsonString: string,
|
|
3652
|
-
): SafeParseResult<
|
|
3642
|
+
): SafeParseResult<Seven, SDKValidationError> {
|
|
3653
3643
|
return safeParse(
|
|
3654
3644
|
jsonString,
|
|
3655
|
-
(x) =>
|
|
3656
|
-
`Failed to parse '
|
|
3645
|
+
(x) => Seven$inboundSchema.parse(JSON.parse(x)),
|
|
3646
|
+
`Failed to parse 'Seven' from JSON`,
|
|
3657
3647
|
);
|
|
3658
3648
|
}
|
|
3659
3649
|
|
|
@@ -3683,55 +3673,48 @@ export namespace GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$ {
|
|
|
3683
3673
|
}
|
|
3684
3674
|
|
|
3685
3675
|
/** @internal */
|
|
3686
|
-
export const
|
|
3687
|
-
|
|
3688
|
-
|
|
3689
|
-
|
|
3690
|
-
|
|
3691
|
-
type: GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema,
|
|
3692
|
-
});
|
|
3676
|
+
export const Six$inboundSchema: z.ZodType<Six, z.ZodTypeDef, unknown> = z
|
|
3677
|
+
.object({
|
|
3678
|
+
type:
|
|
3679
|
+
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema,
|
|
3680
|
+
});
|
|
3693
3681
|
|
|
3694
3682
|
/** @internal */
|
|
3695
|
-
export type
|
|
3683
|
+
export type Six$Outbound = {
|
|
3696
3684
|
type: string;
|
|
3697
3685
|
};
|
|
3698
3686
|
|
|
3699
3687
|
/** @internal */
|
|
3700
|
-
export const
|
|
3701
|
-
|
|
3702
|
-
|
|
3703
|
-
|
|
3704
|
-
|
|
3705
|
-
type:
|
|
3706
|
-
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema,
|
|
3707
|
-
});
|
|
3688
|
+
export const Six$outboundSchema: z.ZodType<Six$Outbound, z.ZodTypeDef, Six> = z
|
|
3689
|
+
.object({
|
|
3690
|
+
type:
|
|
3691
|
+
GetEvalsFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema,
|
|
3692
|
+
});
|
|
3708
3693
|
|
|
3709
3694
|
/**
|
|
3710
3695
|
* @internal
|
|
3711
3696
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3712
3697
|
*/
|
|
3713
|
-
export namespace
|
|
3714
|
-
/** @deprecated use `
|
|
3715
|
-
export const inboundSchema =
|
|
3716
|
-
/** @deprecated use `
|
|
3717
|
-
export const outboundSchema =
|
|
3718
|
-
/** @deprecated use `
|
|
3719
|
-
export type Outbound =
|
|
3698
|
+
export namespace Six$ {
|
|
3699
|
+
/** @deprecated use `Six$inboundSchema` instead. */
|
|
3700
|
+
export const inboundSchema = Six$inboundSchema;
|
|
3701
|
+
/** @deprecated use `Six$outboundSchema` instead. */
|
|
3702
|
+
export const outboundSchema = Six$outboundSchema;
|
|
3703
|
+
/** @deprecated use `Six$Outbound` instead. */
|
|
3704
|
+
export type Outbound = Six$Outbound;
|
|
3720
3705
|
}
|
|
3721
3706
|
|
|
3722
|
-
export function
|
|
3723
|
-
|
|
3724
|
-
): string {
|
|
3725
|
-
return JSON.stringify(FunctionParams6$outboundSchema.parse(functionParams6));
|
|
3707
|
+
export function sixToJSON(six: Six): string {
|
|
3708
|
+
return JSON.stringify(Six$outboundSchema.parse(six));
|
|
3726
3709
|
}
|
|
3727
3710
|
|
|
3728
|
-
export function
|
|
3711
|
+
export function sixFromJSON(
|
|
3729
3712
|
jsonString: string,
|
|
3730
|
-
): SafeParseResult<
|
|
3713
|
+
): SafeParseResult<Six, SDKValidationError> {
|
|
3731
3714
|
return safeParse(
|
|
3732
3715
|
jsonString,
|
|
3733
|
-
(x) =>
|
|
3734
|
-
`Failed to parse '
|
|
3716
|
+
(x) => Six$inboundSchema.parse(JSON.parse(x)),
|
|
3717
|
+
`Failed to parse 'Six' from JSON`,
|
|
3735
3718
|
);
|
|
3736
3719
|
}
|
|
3737
3720
|
|
|
@@ -3759,54 +3742,46 @@ export namespace GetEvalsFunctionParamsEvalsResponse200Type$ {
|
|
|
3759
3742
|
}
|
|
3760
3743
|
|
|
3761
3744
|
/** @internal */
|
|
3762
|
-
export const
|
|
3763
|
-
|
|
3764
|
-
|
|
3765
|
-
|
|
3766
|
-
> = z.object({
|
|
3767
|
-
type: GetEvalsFunctionParamsEvalsResponse200Type$inboundSchema,
|
|
3768
|
-
});
|
|
3745
|
+
export const Five$inboundSchema: z.ZodType<Five, z.ZodTypeDef, unknown> = z
|
|
3746
|
+
.object({
|
|
3747
|
+
type: GetEvalsFunctionParamsEvalsResponse200Type$inboundSchema,
|
|
3748
|
+
});
|
|
3769
3749
|
|
|
3770
3750
|
/** @internal */
|
|
3771
|
-
export type
|
|
3751
|
+
export type Five$Outbound = {
|
|
3772
3752
|
type: string;
|
|
3773
3753
|
};
|
|
3774
3754
|
|
|
3775
3755
|
/** @internal */
|
|
3776
|
-
export const
|
|
3777
|
-
|
|
3778
|
-
|
|
3779
|
-
|
|
3780
|
-
> = z.object({
|
|
3781
|
-
type: GetEvalsFunctionParamsEvalsResponse200Type$outboundSchema,
|
|
3782
|
-
});
|
|
3756
|
+
export const Five$outboundSchema: z.ZodType<Five$Outbound, z.ZodTypeDef, Five> =
|
|
3757
|
+
z.object({
|
|
3758
|
+
type: GetEvalsFunctionParamsEvalsResponse200Type$outboundSchema,
|
|
3759
|
+
});
|
|
3783
3760
|
|
|
3784
3761
|
/**
|
|
3785
3762
|
* @internal
|
|
3786
3763
|
* @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
|
|
3787
3764
|
*/
|
|
3788
|
-
export namespace
|
|
3789
|
-
/** @deprecated use `
|
|
3790
|
-
export const inboundSchema =
|
|
3791
|
-
/** @deprecated use `
|
|
3792
|
-
export const outboundSchema =
|
|
3793
|
-
/** @deprecated use `
|
|
3794
|
-
export type Outbound =
|
|
3765
|
+
export namespace Five$ {
|
|
3766
|
+
/** @deprecated use `Five$inboundSchema` instead. */
|
|
3767
|
+
export const inboundSchema = Five$inboundSchema;
|
|
3768
|
+
/** @deprecated use `Five$outboundSchema` instead. */
|
|
3769
|
+
export const outboundSchema = Five$outboundSchema;
|
|
3770
|
+
/** @deprecated use `Five$Outbound` instead. */
|
|
3771
|
+
export type Outbound = Five$Outbound;
|
|
3795
3772
|
}
|
|
3796
3773
|
|
|
3797
|
-
export function
|
|
3798
|
-
|
|
3799
|
-
): string {
|
|
3800
|
-
return JSON.stringify(FunctionParams5$outboundSchema.parse(functionParams5));
|
|
3774
|
+
export function fiveToJSON(five: Five): string {
|
|
3775
|
+
return JSON.stringify(Five$outboundSchema.parse(five));
|
|
3801
3776
|
}
|
|
3802
3777
|
|
|
3803
|
-
export function
|
|
3778
|
+
export function fiveFromJSON(
|
|
3804
3779
|
jsonString: string,
|
|
3805
|
-
): SafeParseResult<
|
|
3780
|
+
): SafeParseResult<Five, SDKValidationError> {
|
|
3806
3781
|
return safeParse(
|
|
3807
3782
|
jsonString,
|
|
3808
|
-
(x) =>
|
|
3809
|
-
`Failed to parse '
|
|
3783
|
+
(x) => Five$inboundSchema.parse(JSON.parse(x)),
|
|
3784
|
+
`Failed to parse 'Five' from JSON`,
|
|
3810
3785
|
);
|
|
3811
3786
|
}
|
|
3812
3787
|
|
|
@@ -4122,9 +4097,19 @@ export const DataFunctionParams$inboundSchema: z.ZodType<
|
|
|
4122
4097
|
z.ZodTypeDef,
|
|
4123
4098
|
unknown
|
|
4124
4099
|
> = z.union([
|
|
4125
|
-
z.lazy(() =>
|
|
4126
|
-
z.lazy(() =>
|
|
4127
|
-
z.lazy(() =>
|
|
4100
|
+
z.lazy(() => Twelve$inboundSchema),
|
|
4101
|
+
z.lazy(() => FunctionParams1$inboundSchema),
|
|
4102
|
+
z.lazy(() => FunctionParams2$inboundSchema),
|
|
4103
|
+
z.lazy(() => FunctionParams3$inboundSchema),
|
|
4104
|
+
z.lazy(() => FunctionParams4$inboundSchema),
|
|
4105
|
+
z.lazy(() => Eight$inboundSchema),
|
|
4106
|
+
z.lazy(() => Nine$inboundSchema),
|
|
4107
|
+
z.lazy(() => Eleven$inboundSchema),
|
|
4108
|
+
z.lazy(() => Thirteen$inboundSchema),
|
|
4109
|
+
z.lazy(() => Fifteen$inboundSchema),
|
|
4110
|
+
z.lazy(() => Five$inboundSchema),
|
|
4111
|
+
z.lazy(() => Six$inboundSchema),
|
|
4112
|
+
z.lazy(() => Seven$inboundSchema),
|
|
4128
4113
|
z.lazy(() => Ten$inboundSchema),
|
|
4129
4114
|
z.lazy(() => Fourteen$inboundSchema),
|
|
4130
4115
|
z.lazy(() => Sixteen$inboundSchema),
|
|
@@ -4136,23 +4121,23 @@ export const DataFunctionParams$inboundSchema: z.ZodType<
|
|
|
4136
4121
|
z.lazy(() => TwentyTwo$inboundSchema),
|
|
4137
4122
|
z.lazy(() => TwentyThree$inboundSchema),
|
|
4138
4123
|
z.lazy(() => TwentyFour$inboundSchema),
|
|
4139
|
-
z.lazy(() => FunctionParams1$inboundSchema),
|
|
4140
|
-
z.lazy(() => FunctionParams2$inboundSchema),
|
|
4141
|
-
z.lazy(() => FunctionParams3$inboundSchema),
|
|
4142
|
-
z.lazy(() => FunctionParams4$inboundSchema),
|
|
4143
|
-
z.lazy(() => FunctionParams8$inboundSchema),
|
|
4144
|
-
z.lazy(() => Nine$inboundSchema),
|
|
4145
|
-
z.lazy(() => Eleven$inboundSchema),
|
|
4146
|
-
z.lazy(() => Thirteen$inboundSchema),
|
|
4147
|
-
z.lazy(() => Fifteen$inboundSchema),
|
|
4148
|
-
z.lazy(() => Twelve$inboundSchema),
|
|
4149
4124
|
]);
|
|
4150
4125
|
|
|
4151
4126
|
/** @internal */
|
|
4152
4127
|
export type DataFunctionParams$Outbound =
|
|
4153
|
-
|
|
|
4154
|
-
|
|
|
4155
|
-
|
|
|
4128
|
+
| Twelve$Outbound
|
|
4129
|
+
| FunctionParams1$Outbound
|
|
4130
|
+
| FunctionParams2$Outbound
|
|
4131
|
+
| FunctionParams3$Outbound
|
|
4132
|
+
| FunctionParams4$Outbound
|
|
4133
|
+
| Eight$Outbound
|
|
4134
|
+
| Nine$Outbound
|
|
4135
|
+
| Eleven$Outbound
|
|
4136
|
+
| Thirteen$Outbound
|
|
4137
|
+
| Fifteen$Outbound
|
|
4138
|
+
| Five$Outbound
|
|
4139
|
+
| Six$Outbound
|
|
4140
|
+
| Seven$Outbound
|
|
4156
4141
|
| Ten$Outbound
|
|
4157
4142
|
| Fourteen$Outbound
|
|
4158
4143
|
| Sixteen$Outbound
|
|
@@ -4163,17 +4148,7 @@ export type DataFunctionParams$Outbound =
|
|
|
4163
4148
|
| TwentyOne$Outbound
|
|
4164
4149
|
| TwentyTwo$Outbound
|
|
4165
4150
|
| TwentyThree$Outbound
|
|
4166
|
-
| TwentyFour$Outbound
|
|
4167
|
-
| FunctionParams1$Outbound
|
|
4168
|
-
| FunctionParams2$Outbound
|
|
4169
|
-
| FunctionParams3$Outbound
|
|
4170
|
-
| FunctionParams4$Outbound
|
|
4171
|
-
| FunctionParams8$Outbound
|
|
4172
|
-
| Nine$Outbound
|
|
4173
|
-
| Eleven$Outbound
|
|
4174
|
-
| Thirteen$Outbound
|
|
4175
|
-
| Fifteen$Outbound
|
|
4176
|
-
| Twelve$Outbound;
|
|
4151
|
+
| TwentyFour$Outbound;
|
|
4177
4152
|
|
|
4178
4153
|
/** @internal */
|
|
4179
4154
|
export const DataFunctionParams$outboundSchema: z.ZodType<
|
|
@@ -4181,9 +4156,19 @@ export const DataFunctionParams$outboundSchema: z.ZodType<
|
|
|
4181
4156
|
z.ZodTypeDef,
|
|
4182
4157
|
DataFunctionParams
|
|
4183
4158
|
> = z.union([
|
|
4184
|
-
z.lazy(() =>
|
|
4185
|
-
z.lazy(() =>
|
|
4186
|
-
z.lazy(() =>
|
|
4159
|
+
z.lazy(() => Twelve$outboundSchema),
|
|
4160
|
+
z.lazy(() => FunctionParams1$outboundSchema),
|
|
4161
|
+
z.lazy(() => FunctionParams2$outboundSchema),
|
|
4162
|
+
z.lazy(() => FunctionParams3$outboundSchema),
|
|
4163
|
+
z.lazy(() => FunctionParams4$outboundSchema),
|
|
4164
|
+
z.lazy(() => Eight$outboundSchema),
|
|
4165
|
+
z.lazy(() => Nine$outboundSchema),
|
|
4166
|
+
z.lazy(() => Eleven$outboundSchema),
|
|
4167
|
+
z.lazy(() => Thirteen$outboundSchema),
|
|
4168
|
+
z.lazy(() => Fifteen$outboundSchema),
|
|
4169
|
+
z.lazy(() => Five$outboundSchema),
|
|
4170
|
+
z.lazy(() => Six$outboundSchema),
|
|
4171
|
+
z.lazy(() => Seven$outboundSchema),
|
|
4187
4172
|
z.lazy(() => Ten$outboundSchema),
|
|
4188
4173
|
z.lazy(() => Fourteen$outboundSchema),
|
|
4189
4174
|
z.lazy(() => Sixteen$outboundSchema),
|
|
@@ -4195,16 +4180,6 @@ export const DataFunctionParams$outboundSchema: z.ZodType<
|
|
|
4195
4180
|
z.lazy(() => TwentyTwo$outboundSchema),
|
|
4196
4181
|
z.lazy(() => TwentyThree$outboundSchema),
|
|
4197
4182
|
z.lazy(() => TwentyFour$outboundSchema),
|
|
4198
|
-
z.lazy(() => FunctionParams1$outboundSchema),
|
|
4199
|
-
z.lazy(() => FunctionParams2$outboundSchema),
|
|
4200
|
-
z.lazy(() => FunctionParams3$outboundSchema),
|
|
4201
|
-
z.lazy(() => FunctionParams4$outboundSchema),
|
|
4202
|
-
z.lazy(() => FunctionParams8$outboundSchema),
|
|
4203
|
-
z.lazy(() => Nine$outboundSchema),
|
|
4204
|
-
z.lazy(() => Eleven$outboundSchema),
|
|
4205
|
-
z.lazy(() => Thirteen$outboundSchema),
|
|
4206
|
-
z.lazy(() => Fifteen$outboundSchema),
|
|
4207
|
-
z.lazy(() => Twelve$outboundSchema),
|
|
4208
4183
|
]);
|
|
4209
4184
|
|
|
4210
4185
|
/**
|
|
@@ -4246,17 +4221,27 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
4246
4221
|
> = z.object({
|
|
4247
4222
|
_id: z.string(),
|
|
4248
4223
|
description: z.string(),
|
|
4249
|
-
created: z.string().default("2025-06-
|
|
4250
|
-
updated: z.string().default("2025-06-
|
|
4224
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
4225
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
4251
4226
|
guardrail_config: z.union([
|
|
4252
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
4253
4227
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
4228
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
4254
4229
|
]).optional(),
|
|
4255
4230
|
type: GetEvalsDataEvalsResponse200Type$inboundSchema,
|
|
4256
4231
|
function_params: z.union([
|
|
4257
|
-
z.lazy(() =>
|
|
4258
|
-
z.lazy(() =>
|
|
4259
|
-
z.lazy(() =>
|
|
4232
|
+
z.lazy(() => Twelve$inboundSchema),
|
|
4233
|
+
z.lazy(() => FunctionParams1$inboundSchema),
|
|
4234
|
+
z.lazy(() => FunctionParams2$inboundSchema),
|
|
4235
|
+
z.lazy(() => FunctionParams3$inboundSchema),
|
|
4236
|
+
z.lazy(() => FunctionParams4$inboundSchema),
|
|
4237
|
+
z.lazy(() => Eight$inboundSchema),
|
|
4238
|
+
z.lazy(() => Nine$inboundSchema),
|
|
4239
|
+
z.lazy(() => Eleven$inboundSchema),
|
|
4240
|
+
z.lazy(() => Thirteen$inboundSchema),
|
|
4241
|
+
z.lazy(() => Fifteen$inboundSchema),
|
|
4242
|
+
z.lazy(() => Five$inboundSchema),
|
|
4243
|
+
z.lazy(() => Six$inboundSchema),
|
|
4244
|
+
z.lazy(() => Seven$inboundSchema),
|
|
4260
4245
|
z.lazy(() => Ten$inboundSchema),
|
|
4261
4246
|
z.lazy(() => Fourteen$inboundSchema),
|
|
4262
4247
|
z.lazy(() => Sixteen$inboundSchema),
|
|
@@ -4268,16 +4253,6 @@ export const DataFunction$inboundSchema: z.ZodType<
|
|
|
4268
4253
|
z.lazy(() => TwentyTwo$inboundSchema),
|
|
4269
4254
|
z.lazy(() => TwentyThree$inboundSchema),
|
|
4270
4255
|
z.lazy(() => TwentyFour$inboundSchema),
|
|
4271
|
-
z.lazy(() => FunctionParams1$inboundSchema),
|
|
4272
|
-
z.lazy(() => FunctionParams2$inboundSchema),
|
|
4273
|
-
z.lazy(() => FunctionParams3$inboundSchema),
|
|
4274
|
-
z.lazy(() => FunctionParams4$inboundSchema),
|
|
4275
|
-
z.lazy(() => FunctionParams8$inboundSchema),
|
|
4276
|
-
z.lazy(() => Nine$inboundSchema),
|
|
4277
|
-
z.lazy(() => Eleven$inboundSchema),
|
|
4278
|
-
z.lazy(() => Thirteen$inboundSchema),
|
|
4279
|
-
z.lazy(() => Fifteen$inboundSchema),
|
|
4280
|
-
z.lazy(() => Twelve$inboundSchema),
|
|
4281
4256
|
]),
|
|
4282
4257
|
key: z.string(),
|
|
4283
4258
|
}).transform((v) => {
|
|
@@ -4295,14 +4270,24 @@ export type DataFunction$Outbound = {
|
|
|
4295
4270
|
created: string;
|
|
4296
4271
|
updated: string;
|
|
4297
4272
|
guardrail_config?:
|
|
4298
|
-
| GetEvalsGuardrailConfigEvalsResponseBoolean$Outbound
|
|
4299
4273
|
| GetEvalsGuardrailConfigEvalsResponseNumber$Outbound
|
|
4274
|
+
| GetEvalsGuardrailConfigEvalsResponseBoolean$Outbound
|
|
4300
4275
|
| undefined;
|
|
4301
4276
|
type: string;
|
|
4302
4277
|
function_params:
|
|
4303
|
-
|
|
|
4304
|
-
|
|
|
4305
|
-
|
|
|
4278
|
+
| Twelve$Outbound
|
|
4279
|
+
| FunctionParams1$Outbound
|
|
4280
|
+
| FunctionParams2$Outbound
|
|
4281
|
+
| FunctionParams3$Outbound
|
|
4282
|
+
| FunctionParams4$Outbound
|
|
4283
|
+
| Eight$Outbound
|
|
4284
|
+
| Nine$Outbound
|
|
4285
|
+
| Eleven$Outbound
|
|
4286
|
+
| Thirteen$Outbound
|
|
4287
|
+
| Fifteen$Outbound
|
|
4288
|
+
| Five$Outbound
|
|
4289
|
+
| Six$Outbound
|
|
4290
|
+
| Seven$Outbound
|
|
4306
4291
|
| Ten$Outbound
|
|
4307
4292
|
| Fourteen$Outbound
|
|
4308
4293
|
| Sixteen$Outbound
|
|
@@ -4313,17 +4298,7 @@ export type DataFunction$Outbound = {
|
|
|
4313
4298
|
| TwentyOne$Outbound
|
|
4314
4299
|
| TwentyTwo$Outbound
|
|
4315
4300
|
| TwentyThree$Outbound
|
|
4316
|
-
| TwentyFour$Outbound
|
|
4317
|
-
| FunctionParams1$Outbound
|
|
4318
|
-
| FunctionParams2$Outbound
|
|
4319
|
-
| FunctionParams3$Outbound
|
|
4320
|
-
| FunctionParams4$Outbound
|
|
4321
|
-
| FunctionParams8$Outbound
|
|
4322
|
-
| Nine$Outbound
|
|
4323
|
-
| Eleven$Outbound
|
|
4324
|
-
| Thirteen$Outbound
|
|
4325
|
-
| Fifteen$Outbound
|
|
4326
|
-
| Twelve$Outbound;
|
|
4301
|
+
| TwentyFour$Outbound;
|
|
4327
4302
|
key: string;
|
|
4328
4303
|
};
|
|
4329
4304
|
|
|
@@ -4335,17 +4310,27 @@ export const DataFunction$outboundSchema: z.ZodType<
|
|
|
4335
4310
|
> = z.object({
|
|
4336
4311
|
id: z.string(),
|
|
4337
4312
|
description: z.string(),
|
|
4338
|
-
created: z.string().default("2025-06-
|
|
4339
|
-
updated: z.string().default("2025-06-
|
|
4313
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
4314
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
4340
4315
|
guardrailConfig: z.union([
|
|
4341
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
4342
4316
|
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
4317
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsResponseBoolean$outboundSchema),
|
|
4343
4318
|
]).optional(),
|
|
4344
4319
|
type: GetEvalsDataEvalsResponse200Type$outboundSchema,
|
|
4345
4320
|
functionParams: z.union([
|
|
4346
|
-
z.lazy(() =>
|
|
4347
|
-
z.lazy(() =>
|
|
4348
|
-
z.lazy(() =>
|
|
4321
|
+
z.lazy(() => Twelve$outboundSchema),
|
|
4322
|
+
z.lazy(() => FunctionParams1$outboundSchema),
|
|
4323
|
+
z.lazy(() => FunctionParams2$outboundSchema),
|
|
4324
|
+
z.lazy(() => FunctionParams3$outboundSchema),
|
|
4325
|
+
z.lazy(() => FunctionParams4$outboundSchema),
|
|
4326
|
+
z.lazy(() => Eight$outboundSchema),
|
|
4327
|
+
z.lazy(() => Nine$outboundSchema),
|
|
4328
|
+
z.lazy(() => Eleven$outboundSchema),
|
|
4329
|
+
z.lazy(() => Thirteen$outboundSchema),
|
|
4330
|
+
z.lazy(() => Fifteen$outboundSchema),
|
|
4331
|
+
z.lazy(() => Five$outboundSchema),
|
|
4332
|
+
z.lazy(() => Six$outboundSchema),
|
|
4333
|
+
z.lazy(() => Seven$outboundSchema),
|
|
4349
4334
|
z.lazy(() => Ten$outboundSchema),
|
|
4350
4335
|
z.lazy(() => Fourteen$outboundSchema),
|
|
4351
4336
|
z.lazy(() => Sixteen$outboundSchema),
|
|
@@ -4357,16 +4342,6 @@ export const DataFunction$outboundSchema: z.ZodType<
|
|
|
4357
4342
|
z.lazy(() => TwentyTwo$outboundSchema),
|
|
4358
4343
|
z.lazy(() => TwentyThree$outboundSchema),
|
|
4359
4344
|
z.lazy(() => TwentyFour$outboundSchema),
|
|
4360
|
-
z.lazy(() => FunctionParams1$outboundSchema),
|
|
4361
|
-
z.lazy(() => FunctionParams2$outboundSchema),
|
|
4362
|
-
z.lazy(() => FunctionParams3$outboundSchema),
|
|
4363
|
-
z.lazy(() => FunctionParams4$outboundSchema),
|
|
4364
|
-
z.lazy(() => FunctionParams8$outboundSchema),
|
|
4365
|
-
z.lazy(() => Nine$outboundSchema),
|
|
4366
|
-
z.lazy(() => Eleven$outboundSchema),
|
|
4367
|
-
z.lazy(() => Thirteen$outboundSchema),
|
|
4368
|
-
z.lazy(() => Fifteen$outboundSchema),
|
|
4369
|
-
z.lazy(() => Twelve$outboundSchema),
|
|
4370
4345
|
]),
|
|
4371
4346
|
key: z.string(),
|
|
4372
4347
|
}).transform((v) => {
|
|
@@ -4626,14 +4601,14 @@ export const GetEvalsDataEvalsGuardrailConfig$inboundSchema: z.ZodType<
|
|
|
4626
4601
|
z.ZodTypeDef,
|
|
4627
4602
|
unknown
|
|
4628
4603
|
> = z.union([
|
|
4629
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
4630
4604
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
4605
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
4631
4606
|
]);
|
|
4632
4607
|
|
|
4633
4608
|
/** @internal */
|
|
4634
4609
|
export type GetEvalsDataEvalsGuardrailConfig$Outbound =
|
|
4635
|
-
|
|
|
4636
|
-
|
|
|
4610
|
+
| GetEvalsGuardrailConfigEvalsNumber$Outbound
|
|
4611
|
+
| GetEvalsGuardrailConfigEvalsBoolean$Outbound;
|
|
4637
4612
|
|
|
4638
4613
|
/** @internal */
|
|
4639
4614
|
export const GetEvalsDataEvalsGuardrailConfig$outboundSchema: z.ZodType<
|
|
@@ -4641,8 +4616,8 @@ export const GetEvalsDataEvalsGuardrailConfig$outboundSchema: z.ZodType<
|
|
|
4641
4616
|
z.ZodTypeDef,
|
|
4642
4617
|
GetEvalsDataEvalsGuardrailConfig
|
|
4643
4618
|
> = z.union([
|
|
4644
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
4645
4619
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
4620
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
4646
4621
|
]);
|
|
4647
4622
|
|
|
4648
4623
|
/**
|
|
@@ -4707,11 +4682,11 @@ export const DataPython$inboundSchema: z.ZodType<
|
|
|
4707
4682
|
> = z.object({
|
|
4708
4683
|
_id: z.string(),
|
|
4709
4684
|
description: z.string(),
|
|
4710
|
-
created: z.string().default("2025-06-
|
|
4711
|
-
updated: z.string().default("2025-06-
|
|
4685
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
4686
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
4712
4687
|
guardrail_config: z.union([
|
|
4713
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
4714
4688
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$inboundSchema),
|
|
4689
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$inboundSchema),
|
|
4715
4690
|
]).optional(),
|
|
4716
4691
|
code: z.string(),
|
|
4717
4692
|
type: GetEvalsDataEvalsResponseType$inboundSchema,
|
|
@@ -4730,8 +4705,8 @@ export type DataPython$Outbound = {
|
|
|
4730
4705
|
created: string;
|
|
4731
4706
|
updated: string;
|
|
4732
4707
|
guardrail_config?:
|
|
4733
|
-
| GetEvalsGuardrailConfigEvalsBoolean$Outbound
|
|
4734
4708
|
| GetEvalsGuardrailConfigEvalsNumber$Outbound
|
|
4709
|
+
| GetEvalsGuardrailConfigEvalsBoolean$Outbound
|
|
4735
4710
|
| undefined;
|
|
4736
4711
|
code: string;
|
|
4737
4712
|
type: string;
|
|
@@ -4746,11 +4721,11 @@ export const DataPython$outboundSchema: z.ZodType<
|
|
|
4746
4721
|
> = z.object({
|
|
4747
4722
|
id: z.string(),
|
|
4748
4723
|
description: z.string(),
|
|
4749
|
-
created: z.string().default("2025-06-
|
|
4750
|
-
updated: z.string().default("2025-06-
|
|
4724
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
4725
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
4751
4726
|
guardrailConfig: z.union([
|
|
4752
|
-
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
4753
4727
|
z.lazy(() => GetEvalsGuardrailConfigEvalsNumber$outboundSchema),
|
|
4728
|
+
z.lazy(() => GetEvalsGuardrailConfigEvalsBoolean$outboundSchema),
|
|
4754
4729
|
]).optional(),
|
|
4755
4730
|
code: z.string(),
|
|
4756
4731
|
type: GetEvalsDataEvalsResponseType$outboundSchema,
|
|
@@ -4993,14 +4968,14 @@ export const GetEvalsDataGuardrailConfig$inboundSchema: z.ZodType<
|
|
|
4993
4968
|
z.ZodTypeDef,
|
|
4994
4969
|
unknown
|
|
4995
4970
|
> = z.union([
|
|
4996
|
-
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
4997
4971
|
z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
4972
|
+
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
4998
4973
|
]);
|
|
4999
4974
|
|
|
5000
4975
|
/** @internal */
|
|
5001
4976
|
export type GetEvalsDataGuardrailConfig$Outbound =
|
|
5002
|
-
|
|
|
5003
|
-
|
|
|
4977
|
+
| GetEvalsGuardrailConfigNumber$Outbound
|
|
4978
|
+
| GetEvalsGuardrailConfigBoolean$Outbound;
|
|
5004
4979
|
|
|
5005
4980
|
/** @internal */
|
|
5006
4981
|
export const GetEvalsDataGuardrailConfig$outboundSchema: z.ZodType<
|
|
@@ -5008,8 +4983,8 @@ export const GetEvalsDataGuardrailConfig$outboundSchema: z.ZodType<
|
|
|
5008
4983
|
z.ZodTypeDef,
|
|
5009
4984
|
GetEvalsDataGuardrailConfig
|
|
5010
4985
|
> = z.union([
|
|
5011
|
-
z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
5012
4986
|
z.lazy(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
4987
|
+
z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
5013
4988
|
]);
|
|
5014
4989
|
|
|
5015
4990
|
/**
|
|
@@ -5093,11 +5068,11 @@ export const DataHTTP$inboundSchema: z.ZodType<
|
|
|
5093
5068
|
> = z.object({
|
|
5094
5069
|
_id: z.string(),
|
|
5095
5070
|
description: z.string(),
|
|
5096
|
-
created: z.string().default("2025-06-
|
|
5097
|
-
updated: z.string().default("2025-06-
|
|
5071
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5072
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5098
5073
|
guardrail_config: z.union([
|
|
5099
|
-
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
5100
5074
|
z.lazy(() => GetEvalsGuardrailConfigNumber$inboundSchema),
|
|
5075
|
+
z.lazy(() => GetEvalsGuardrailConfigBoolean$inboundSchema),
|
|
5101
5076
|
]).optional(),
|
|
5102
5077
|
type: GetEvalsDataEvalsType$inboundSchema,
|
|
5103
5078
|
url: z.string(),
|
|
@@ -5119,8 +5094,8 @@ export type DataHTTP$Outbound = {
|
|
|
5119
5094
|
created: string;
|
|
5120
5095
|
updated: string;
|
|
5121
5096
|
guardrail_config?:
|
|
5122
|
-
| GetEvalsGuardrailConfigBoolean$Outbound
|
|
5123
5097
|
| GetEvalsGuardrailConfigNumber$Outbound
|
|
5098
|
+
| GetEvalsGuardrailConfigBoolean$Outbound
|
|
5124
5099
|
| undefined;
|
|
5125
5100
|
type: string;
|
|
5126
5101
|
url: string;
|
|
@@ -5138,11 +5113,11 @@ export const DataHTTP$outboundSchema: z.ZodType<
|
|
|
5138
5113
|
> = z.object({
|
|
5139
5114
|
id: z.string(),
|
|
5140
5115
|
description: z.string(),
|
|
5141
|
-
created: z.string().default("2025-06-
|
|
5142
|
-
updated: z.string().default("2025-06-
|
|
5116
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5117
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5143
5118
|
guardrailConfig: z.union([
|
|
5144
|
-
z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
5145
5119
|
z.lazy(() => GetEvalsGuardrailConfigNumber$outboundSchema),
|
|
5120
|
+
z.lazy(() => GetEvalsGuardrailConfigBoolean$outboundSchema),
|
|
5146
5121
|
]).optional(),
|
|
5147
5122
|
type: GetEvalsDataEvalsType$outboundSchema,
|
|
5148
5123
|
url: z.string(),
|
|
@@ -5418,17 +5393,17 @@ export const DataGuardrailConfig$inboundSchema: z.ZodType<
|
|
|
5418
5393
|
unknown
|
|
5419
5394
|
> = z.union([
|
|
5420
5395
|
z.lazy(() =>
|
|
5421
|
-
|
|
5396
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema
|
|
5422
5397
|
),
|
|
5423
5398
|
z.lazy(() =>
|
|
5424
|
-
|
|
5399
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema
|
|
5425
5400
|
),
|
|
5426
5401
|
]);
|
|
5427
5402
|
|
|
5428
5403
|
/** @internal */
|
|
5429
5404
|
export type DataGuardrailConfig$Outbound =
|
|
5430
|
-
|
|
|
5431
|
-
|
|
|
5405
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$Outbound
|
|
5406
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$Outbound;
|
|
5432
5407
|
|
|
5433
5408
|
/** @internal */
|
|
5434
5409
|
export const DataGuardrailConfig$outboundSchema: z.ZodType<
|
|
@@ -5437,10 +5412,10 @@ export const DataGuardrailConfig$outboundSchema: z.ZodType<
|
|
|
5437
5412
|
DataGuardrailConfig
|
|
5438
5413
|
> = z.union([
|
|
5439
5414
|
z.lazy(() =>
|
|
5440
|
-
|
|
5415
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema
|
|
5441
5416
|
),
|
|
5442
5417
|
z.lazy(() =>
|
|
5443
|
-
|
|
5418
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema
|
|
5444
5419
|
),
|
|
5445
5420
|
]);
|
|
5446
5421
|
|
|
@@ -5504,14 +5479,14 @@ export const DataJSON$inboundSchema: z.ZodType<
|
|
|
5504
5479
|
> = z.object({
|
|
5505
5480
|
_id: z.string(),
|
|
5506
5481
|
description: z.string(),
|
|
5507
|
-
created: z.string().default("2025-06-
|
|
5508
|
-
updated: z.string().default("2025-06-
|
|
5482
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5483
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5509
5484
|
guardrail_config: z.union([
|
|
5510
5485
|
z.lazy(() =>
|
|
5511
|
-
|
|
5486
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$inboundSchema
|
|
5512
5487
|
),
|
|
5513
5488
|
z.lazy(() =>
|
|
5514
|
-
|
|
5489
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$inboundSchema
|
|
5515
5490
|
),
|
|
5516
5491
|
]).optional(),
|
|
5517
5492
|
type: GetEvalsDataType$inboundSchema,
|
|
@@ -5531,8 +5506,8 @@ export type DataJSON$Outbound = {
|
|
|
5531
5506
|
created: string;
|
|
5532
5507
|
updated: string;
|
|
5533
5508
|
guardrail_config?:
|
|
5534
|
-
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$Outbound
|
|
5535
5509
|
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$Outbound
|
|
5510
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$Outbound
|
|
5536
5511
|
| undefined;
|
|
5537
5512
|
type: string;
|
|
5538
5513
|
schema: string;
|
|
@@ -5547,14 +5522,14 @@ export const DataJSON$outboundSchema: z.ZodType<
|
|
|
5547
5522
|
> = z.object({
|
|
5548
5523
|
id: z.string(),
|
|
5549
5524
|
description: z.string(),
|
|
5550
|
-
created: z.string().default("2025-06-
|
|
5551
|
-
updated: z.string().default("2025-06-
|
|
5525
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5526
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5552
5527
|
guardrailConfig: z.union([
|
|
5553
5528
|
z.lazy(() =>
|
|
5554
|
-
|
|
5529
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataNumber$outboundSchema
|
|
5555
5530
|
),
|
|
5556
5531
|
z.lazy(() =>
|
|
5557
|
-
|
|
5532
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyDataBoolean$outboundSchema
|
|
5558
5533
|
),
|
|
5559
5534
|
]).optional(),
|
|
5560
5535
|
type: GetEvalsDataType$outboundSchema,
|
|
@@ -5836,17 +5811,17 @@ export const GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailCon
|
|
|
5836
5811
|
unknown
|
|
5837
5812
|
> = z.union([
|
|
5838
5813
|
z.lazy(() =>
|
|
5839
|
-
|
|
5814
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
5840
5815
|
),
|
|
5841
5816
|
z.lazy(() =>
|
|
5842
|
-
|
|
5817
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
|
|
5843
5818
|
),
|
|
5844
5819
|
]);
|
|
5845
5820
|
|
|
5846
5821
|
/** @internal */
|
|
5847
5822
|
export type GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$Outbound =
|
|
5848
|
-
|
|
|
5849
|
-
|
|
|
5823
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$Outbound
|
|
5824
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$Outbound;
|
|
5850
5825
|
|
|
5851
5826
|
/** @internal */
|
|
5852
5827
|
export const GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig$outboundSchema:
|
|
@@ -5856,10 +5831,10 @@ export const GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailCon
|
|
|
5856
5831
|
GetEvalsDataEvalsResponse200ApplicationJSONResponseBodyGuardrailConfig
|
|
5857
5832
|
> = z.union([
|
|
5858
5833
|
z.lazy(() =>
|
|
5859
|
-
|
|
5834
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
5860
5835
|
),
|
|
5861
5836
|
z.lazy(() =>
|
|
5862
|
-
|
|
5837
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema
|
|
5863
5838
|
),
|
|
5864
5839
|
]);
|
|
5865
5840
|
|
|
@@ -5930,14 +5905,14 @@ export const DataLLM$inboundSchema: z.ZodType<DataLLM, z.ZodTypeDef, unknown> =
|
|
|
5930
5905
|
z.object({
|
|
5931
5906
|
_id: z.string(),
|
|
5932
5907
|
description: z.string(),
|
|
5933
|
-
created: z.string().default("2025-06-
|
|
5934
|
-
updated: z.string().default("2025-06-
|
|
5908
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5909
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5935
5910
|
guardrail_config: z.union([
|
|
5936
5911
|
z.lazy(() =>
|
|
5937
|
-
|
|
5912
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
5938
5913
|
),
|
|
5939
5914
|
z.lazy(() =>
|
|
5940
|
-
|
|
5915
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema
|
|
5941
5916
|
),
|
|
5942
5917
|
]).optional(),
|
|
5943
5918
|
type: DataType$inboundSchema,
|
|
@@ -5958,8 +5933,8 @@ export type DataLLM$Outbound = {
|
|
|
5958
5933
|
created: string;
|
|
5959
5934
|
updated: string;
|
|
5960
5935
|
guardrail_config?:
|
|
5961
|
-
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$Outbound
|
|
5962
5936
|
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$Outbound
|
|
5937
|
+
| GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$Outbound
|
|
5963
5938
|
| undefined;
|
|
5964
5939
|
type: string;
|
|
5965
5940
|
prompt: string;
|
|
@@ -5975,14 +5950,14 @@ export const DataLLM$outboundSchema: z.ZodType<
|
|
|
5975
5950
|
> = z.object({
|
|
5976
5951
|
id: z.string(),
|
|
5977
5952
|
description: z.string(),
|
|
5978
|
-
created: z.string().default("2025-06-
|
|
5979
|
-
updated: z.string().default("2025-06-
|
|
5953
|
+
created: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5954
|
+
updated: z.string().default("2025-06-17T09:09:48.835Z"),
|
|
5980
5955
|
guardrailConfig: z.union([
|
|
5981
5956
|
z.lazy(() =>
|
|
5982
|
-
|
|
5957
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
5983
5958
|
),
|
|
5984
5959
|
z.lazy(() =>
|
|
5985
|
-
|
|
5960
|
+
GetEvalsGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema
|
|
5986
5961
|
),
|
|
5987
5962
|
]).optional(),
|
|
5988
5963
|
type: DataType$outboundSchema,
|
|
@@ -6029,24 +6004,24 @@ export const GetEvalsData$inboundSchema: z.ZodType<
|
|
|
6029
6004
|
z.ZodTypeDef,
|
|
6030
6005
|
unknown
|
|
6031
6006
|
> = z.union([
|
|
6007
|
+
z.lazy(() => DataHTTP$inboundSchema),
|
|
6008
|
+
z.lazy(() => DataLLM$inboundSchema),
|
|
6009
|
+
z.lazy(() => Ragas$inboundSchema),
|
|
6032
6010
|
z.lazy(() => DataJSON$inboundSchema),
|
|
6033
6011
|
z.lazy(() => DataPython$inboundSchema),
|
|
6034
6012
|
z.lazy(() => DataFunction$inboundSchema),
|
|
6035
6013
|
z.lazy(() => Typescript$inboundSchema),
|
|
6036
|
-
z.lazy(() => DataLLM$inboundSchema),
|
|
6037
|
-
z.lazy(() => Ragas$inboundSchema),
|
|
6038
|
-
z.lazy(() => DataHTTP$inboundSchema),
|
|
6039
6014
|
]);
|
|
6040
6015
|
|
|
6041
6016
|
/** @internal */
|
|
6042
6017
|
export type GetEvalsData$Outbound =
|
|
6018
|
+
| DataHTTP$Outbound
|
|
6019
|
+
| DataLLM$Outbound
|
|
6020
|
+
| Ragas$Outbound
|
|
6043
6021
|
| DataJSON$Outbound
|
|
6044
6022
|
| DataPython$Outbound
|
|
6045
6023
|
| DataFunction$Outbound
|
|
6046
|
-
| Typescript$Outbound
|
|
6047
|
-
| DataLLM$Outbound
|
|
6048
|
-
| Ragas$Outbound
|
|
6049
|
-
| DataHTTP$Outbound;
|
|
6024
|
+
| Typescript$Outbound;
|
|
6050
6025
|
|
|
6051
6026
|
/** @internal */
|
|
6052
6027
|
export const GetEvalsData$outboundSchema: z.ZodType<
|
|
@@ -6054,13 +6029,13 @@ export const GetEvalsData$outboundSchema: z.ZodType<
|
|
|
6054
6029
|
z.ZodTypeDef,
|
|
6055
6030
|
GetEvalsData
|
|
6056
6031
|
> = z.union([
|
|
6032
|
+
z.lazy(() => DataHTTP$outboundSchema),
|
|
6033
|
+
z.lazy(() => DataLLM$outboundSchema),
|
|
6034
|
+
z.lazy(() => Ragas$outboundSchema),
|
|
6057
6035
|
z.lazy(() => DataJSON$outboundSchema),
|
|
6058
6036
|
z.lazy(() => DataPython$outboundSchema),
|
|
6059
6037
|
z.lazy(() => DataFunction$outboundSchema),
|
|
6060
6038
|
z.lazy(() => Typescript$outboundSchema),
|
|
6061
|
-
z.lazy(() => DataLLM$outboundSchema),
|
|
6062
|
-
z.lazy(() => Ragas$outboundSchema),
|
|
6063
|
-
z.lazy(() => DataHTTP$outboundSchema),
|
|
6064
6039
|
]);
|
|
6065
6040
|
|
|
6066
6041
|
/**
|
|
@@ -6099,13 +6074,13 @@ export const GetEvalsResponseBody$inboundSchema: z.ZodType<
|
|
|
6099
6074
|
object: GetEvalsObject$inboundSchema,
|
|
6100
6075
|
data: z.array(
|
|
6101
6076
|
z.union([
|
|
6077
|
+
z.lazy(() => DataHTTP$inboundSchema),
|
|
6078
|
+
z.lazy(() => DataLLM$inboundSchema),
|
|
6079
|
+
z.lazy(() => Ragas$inboundSchema),
|
|
6102
6080
|
z.lazy(() => DataJSON$inboundSchema),
|
|
6103
6081
|
z.lazy(() => DataPython$inboundSchema),
|
|
6104
6082
|
z.lazy(() => DataFunction$inboundSchema),
|
|
6105
6083
|
z.lazy(() => Typescript$inboundSchema),
|
|
6106
|
-
z.lazy(() => DataLLM$inboundSchema),
|
|
6107
|
-
z.lazy(() => Ragas$inboundSchema),
|
|
6108
|
-
z.lazy(() => DataHTTP$inboundSchema),
|
|
6109
6084
|
]),
|
|
6110
6085
|
),
|
|
6111
6086
|
has_more: z.boolean(),
|
|
@@ -6119,13 +6094,13 @@ export const GetEvalsResponseBody$inboundSchema: z.ZodType<
|
|
|
6119
6094
|
export type GetEvalsResponseBody$Outbound = {
|
|
6120
6095
|
object: string;
|
|
6121
6096
|
data: Array<
|
|
6097
|
+
| DataHTTP$Outbound
|
|
6098
|
+
| DataLLM$Outbound
|
|
6099
|
+
| Ragas$Outbound
|
|
6122
6100
|
| DataJSON$Outbound
|
|
6123
6101
|
| DataPython$Outbound
|
|
6124
6102
|
| DataFunction$Outbound
|
|
6125
6103
|
| Typescript$Outbound
|
|
6126
|
-
| DataLLM$Outbound
|
|
6127
|
-
| Ragas$Outbound
|
|
6128
|
-
| DataHTTP$Outbound
|
|
6129
6104
|
>;
|
|
6130
6105
|
has_more: boolean;
|
|
6131
6106
|
};
|
|
@@ -6139,13 +6114,13 @@ export const GetEvalsResponseBody$outboundSchema: z.ZodType<
|
|
|
6139
6114
|
object: GetEvalsObject$outboundSchema,
|
|
6140
6115
|
data: z.array(
|
|
6141
6116
|
z.union([
|
|
6117
|
+
z.lazy(() => DataHTTP$outboundSchema),
|
|
6118
|
+
z.lazy(() => DataLLM$outboundSchema),
|
|
6119
|
+
z.lazy(() => Ragas$outboundSchema),
|
|
6142
6120
|
z.lazy(() => DataJSON$outboundSchema),
|
|
6143
6121
|
z.lazy(() => DataPython$outboundSchema),
|
|
6144
6122
|
z.lazy(() => DataFunction$outboundSchema),
|
|
6145
6123
|
z.lazy(() => Typescript$outboundSchema),
|
|
6146
|
-
z.lazy(() => DataLLM$outboundSchema),
|
|
6147
|
-
z.lazy(() => Ragas$outboundSchema),
|
|
6148
|
-
z.lazy(() => DataHTTP$outboundSchema),
|
|
6149
6124
|
]),
|
|
6150
6125
|
),
|
|
6151
6126
|
hasMore: z.boolean(),
|