@orq-ai/node 4.1.0-rc.4 → 4.1.0-rc.5
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 +25494 -27422
- package/bin/mcp-server.js.map +64 -47
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/actionreviewedstreamingevent.d.ts +76 -0
- package/models/components/actionreviewedstreamingevent.d.ts.map +1 -0
- package/models/components/actionreviewedstreamingevent.js +127 -0
- package/models/components/actionreviewedstreamingevent.js.map +1 -0
- package/models/components/actionreviewrequestedstreamingevent.d.ts +135 -0
- package/models/components/actionreviewrequestedstreamingevent.d.ts.map +1 -0
- package/models/components/actionreviewrequestedstreamingevent.js +180 -0
- package/models/components/actionreviewrequestedstreamingevent.js.map +1 -0
- package/models/components/agenterroredstreamingevent.d.ts +58 -0
- package/models/components/agenterroredstreamingevent.d.ts.map +1 -0
- package/models/components/agenterroredstreamingevent.js +91 -0
- package/models/components/agenterroredstreamingevent.js.map +1 -0
- package/models/components/agentexecutionstartedstreamingevent.d.ts +62 -0
- package/models/components/agentexecutionstartedstreamingevent.d.ts.map +1 -0
- package/models/components/agentexecutionstartedstreamingevent.js +103 -0
- package/models/components/agentexecutionstartedstreamingevent.js.map +1 -0
- package/models/components/agenthandedoffstreamingevent.d.ts +51 -0
- package/models/components/agenthandedoffstreamingevent.d.ts.map +1 -0
- package/models/components/agenthandedoffstreamingevent.js +96 -0
- package/models/components/agenthandedoffstreamingevent.js.map +1 -0
- package/models/components/agentinactivestreamingevent.d.ts +309 -0
- package/models/components/agentinactivestreamingevent.d.ts.map +1 -0
- package/models/components/agentinactivestreamingevent.js +385 -0
- package/models/components/agentinactivestreamingevent.js.map +1 -0
- package/models/components/agentmessagecreatedstreamingevent.d.ts +141 -0
- package/models/components/agentmessagecreatedstreamingevent.d.ts.map +1 -0
- package/models/components/agentmessagecreatedstreamingevent.js +190 -0
- package/models/components/agentmessagecreatedstreamingevent.js.map +1 -0
- package/models/components/agentstartedstreamingevent.d.ts +382 -0
- package/models/components/agentstartedstreamingevent.d.ts.map +1 -0
- package/models/components/agentstartedstreamingevent.js +441 -0
- package/models/components/agentstartedstreamingevent.js.map +1 -0
- package/models/components/agentthoughtstreamingevent.d.ts +542 -0
- package/models/components/agentthoughtstreamingevent.d.ts.map +1 -0
- package/models/components/agentthoughtstreamingevent.js +626 -0
- package/models/components/agentthoughtstreamingevent.js.map +1 -0
- package/models/components/errorstreamingevent.d.ts +51 -0
- package/models/components/errorstreamingevent.d.ts.map +1 -0
- package/models/components/errorstreamingevent.js +87 -0
- package/models/components/errorstreamingevent.js.map +1 -0
- package/models/components/executionnamedstreamingevent.d.ts +51 -0
- package/models/components/executionnamedstreamingevent.d.ts.map +1 -0
- package/models/components/executionnamedstreamingevent.js +96 -0
- package/models/components/executionnamedstreamingevent.js.map +1 -0
- package/models/components/executionreviewedstreamingevent.d.ts +45 -0
- package/models/components/executionreviewedstreamingevent.d.ts.map +1 -0
- package/models/components/executionreviewedstreamingevent.js +81 -0
- package/models/components/executionreviewedstreamingevent.js.map +1 -0
- package/models/components/executionreviewrequiredstreamingevent.d.ts +45 -0
- package/models/components/executionreviewrequiredstreamingevent.d.ts.map +1 -0
- package/models/components/executionreviewrequiredstreamingevent.js +82 -0
- package/models/components/executionreviewrequiredstreamingevent.js.map +1 -0
- package/models/components/filepart.d.ts +1 -1
- package/models/components/index.d.ts +17 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +17 -0
- package/models/components/index.js.map +1 -1
- package/models/components/invokedeploymentrequest.d.ts +13 -13
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +17 -17
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/timeoutstreamingevent.d.ts +49 -0
- package/models/components/timeoutstreamingevent.d.ts.map +1 -0
- package/models/components/timeoutstreamingevent.js +85 -0
- package/models/components/timeoutstreamingevent.js.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts +144 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.js +223 -0
- package/models/components/toolexecutionfailedstreamingevent.js.map +1 -0
- package/models/components/toolexecutionfinishedstreamingevent.d.ts +129 -0
- package/models/components/toolexecutionfinishedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionfinishedstreamingevent.js +205 -0
- package/models/components/toolexecutionfinishedstreamingevent.js.map +1 -0
- package/models/components/toolexecutionstartedstreamingevent.d.ts +139 -0
- package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionstartedstreamingevent.js +217 -0
- package/models/components/toolexecutionstartedstreamingevent.js.map +1 -0
- package/models/components/toolresultpart.d.ts +1 -1
- package/models/operations/createagentresponserequest.d.ts +4 -137
- package/models/operations/createagentresponserequest.d.ts.map +1 -1
- package/models/operations/createagentresponserequest.js +9 -138
- package/models/operations/createagentresponserequest.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +80 -145
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +190 -266
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.d.ts +14 -79
- package/models/operations/getevals.d.ts.map +1 -1
- package/models/operations/getevals.js +49 -132
- package/models/operations/getevals.js.map +1 -1
- package/models/operations/invokeagent.d.ts +14 -147
- package/models/operations/invokeagent.d.ts.map +1 -1
- package/models/operations/invokeagent.js +19 -148
- package/models/operations/invokeagent.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listknowledgebases.d.ts +16 -16
- package/models/operations/listknowledgebases.d.ts.map +1 -1
- package/models/operations/listknowledgebases.js +27 -25
- package/models/operations/listknowledgebases.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.d.ts +4 -137
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +17 -145
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamagent.d.ts +241 -2491
- package/models/operations/streamagent.d.ts.map +1 -1
- package/models/operations/streamagent.js +172 -2826
- package/models/operations/streamagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +889 -3139
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +175 -2825
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.d.ts +14 -79
- package/models/operations/updateeval.d.ts.map +1 -1
- package/models/operations/updateeval.js +51 -134
- package/models/operations/updateeval.js.map +1 -1
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- 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/actionreviewedstreamingevent.ts +189 -0
- package/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
- package/src/models/components/agenterroredstreamingevent.ts +142 -0
- package/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
- package/src/models/components/agenthandedoffstreamingevent.ts +142 -0
- package/src/models/components/agentinactivestreamingevent.ts +857 -0
- package/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
- package/src/models/components/agentstartedstreamingevent.ts +909 -0
- package/src/models/components/agentthoughtstreamingevent.ts +1419 -0
- package/src/models/components/errorstreamingevent.ts +129 -0
- package/src/models/components/executionnamedstreamingevent.ts +142 -0
- package/src/models/components/executionreviewedstreamingevent.ts +122 -0
- package/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
- package/src/models/components/filepart.ts +1 -1
- package/src/models/components/index.ts +17 -0
- package/src/models/components/invokedeploymentrequest.ts +32 -27
- package/src/models/components/timeoutstreamingevent.ts +125 -0
- package/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
- package/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
- package/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
- package/src/models/components/toolresultpart.ts +1 -1
- package/src/models/operations/createagentresponserequest.ts +20 -321
- package/src/models/operations/createbudget.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 +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +318 -615
- package/src/models/operations/createtool.ts +12 -12
- 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/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +52 -287
- package/src/models/operations/invokeagent.ts +36 -373
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listknowledgebases.ts +82 -102
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +17 -365
- package/src/models/operations/streamagent.ts +794 -6985
- package/src/models/operations/streamrunagent.ts +3939 -9983
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +52 -287
- package/src/models/operations/updatetool.ts +14 -14
|
@@ -602,51 +602,9 @@ export const UpdateEvalResponseBodyEvalsResponse200ApplicationJSONType = {
|
|
|
602
602
|
export type UpdateEvalResponseBodyEvalsResponse200ApplicationJSONType =
|
|
603
603
|
ClosedEnum<typeof UpdateEvalResponseBodyEvalsResponse200ApplicationJSONType>;
|
|
604
604
|
|
|
605
|
-
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type =
|
|
606
|
-
{
|
|
607
|
-
BertCoherence: "bert_coherence",
|
|
608
|
-
} as const;
|
|
609
|
-
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type =
|
|
610
|
-
ClosedEnum<
|
|
611
|
-
typeof UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type
|
|
612
|
-
>;
|
|
613
|
-
|
|
614
|
-
export type FunctionParams35 = {
|
|
615
|
-
type:
|
|
616
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type;
|
|
617
|
-
};
|
|
618
|
-
|
|
619
|
-
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type =
|
|
620
|
-
{
|
|
621
|
-
GrammarDiversity: "grammar_diversity",
|
|
622
|
-
} as const;
|
|
623
|
-
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type =
|
|
624
|
-
ClosedEnum<
|
|
625
|
-
typeof UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type
|
|
626
|
-
>;
|
|
627
|
-
|
|
628
|
-
export type FunctionParams34 = {
|
|
629
|
-
type:
|
|
630
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type;
|
|
631
|
-
};
|
|
632
|
-
|
|
633
|
-
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type =
|
|
634
|
-
{
|
|
635
|
-
SemanticRepetition: "semantic_repetition",
|
|
636
|
-
} as const;
|
|
637
|
-
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type =
|
|
638
|
-
ClosedEnum<
|
|
639
|
-
typeof UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type
|
|
640
|
-
>;
|
|
641
|
-
|
|
642
|
-
export type FunctionParams33 = {
|
|
643
|
-
type:
|
|
644
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type;
|
|
645
|
-
};
|
|
646
|
-
|
|
647
605
|
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type =
|
|
648
606
|
{
|
|
649
|
-
|
|
607
|
+
GrammarDiversity: "grammar_diversity",
|
|
650
608
|
} as const;
|
|
651
609
|
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type =
|
|
652
610
|
ClosedEnum<
|
|
@@ -660,7 +618,7 @@ export type FunctionParams32 = {
|
|
|
660
618
|
|
|
661
619
|
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type =
|
|
662
620
|
{
|
|
663
|
-
|
|
621
|
+
LexicalRepetition: "lexical_repetition",
|
|
664
622
|
} as const;
|
|
665
623
|
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type =
|
|
666
624
|
ClosedEnum<
|
|
@@ -674,7 +632,7 @@ export type FunctionParams31 = {
|
|
|
674
632
|
|
|
675
633
|
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type =
|
|
676
634
|
{
|
|
677
|
-
|
|
635
|
+
SentencesCount: "sentences_count",
|
|
678
636
|
} as const;
|
|
679
637
|
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type =
|
|
680
638
|
ClosedEnum<
|
|
@@ -688,7 +646,7 @@ export type FunctionParams30 = {
|
|
|
688
646
|
|
|
689
647
|
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type =
|
|
690
648
|
{
|
|
691
|
-
|
|
649
|
+
WordsCount: "words_count",
|
|
692
650
|
} as const;
|
|
693
651
|
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type =
|
|
694
652
|
ClosedEnum<
|
|
@@ -702,7 +660,7 @@ export type FunctionParams29 = {
|
|
|
702
660
|
|
|
703
661
|
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type =
|
|
704
662
|
{
|
|
705
|
-
|
|
663
|
+
GseEnglishLevel: "gse_english_level",
|
|
706
664
|
} as const;
|
|
707
665
|
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type =
|
|
708
666
|
ClosedEnum<
|
|
@@ -716,7 +674,7 @@ export type FunctionParams28 = {
|
|
|
716
674
|
|
|
717
675
|
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type =
|
|
718
676
|
{
|
|
719
|
-
|
|
677
|
+
FleschReadingEase: "flesch_reading_ease",
|
|
720
678
|
} as const;
|
|
721
679
|
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type =
|
|
722
680
|
ClosedEnum<
|
|
@@ -730,7 +688,7 @@ export type FunctionParams27 = {
|
|
|
730
688
|
|
|
731
689
|
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type =
|
|
732
690
|
{
|
|
733
|
-
|
|
691
|
+
MostRepeatedWords: "most_repeated_words",
|
|
734
692
|
} as const;
|
|
735
693
|
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type =
|
|
736
694
|
ClosedEnum<
|
|
@@ -740,12 +698,11 @@ export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
740
698
|
export type FunctionParams26 = {
|
|
741
699
|
type:
|
|
742
700
|
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type;
|
|
743
|
-
keywords: Array<string>;
|
|
744
701
|
};
|
|
745
702
|
|
|
746
703
|
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type =
|
|
747
704
|
{
|
|
748
|
-
|
|
705
|
+
KeywordsMatch: "keywords_match",
|
|
749
706
|
} as const;
|
|
750
707
|
export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type =
|
|
751
708
|
ClosedEnum<
|
|
@@ -755,7 +712,7 @@ export type UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
755
712
|
export type FunctionParams25 = {
|
|
756
713
|
type:
|
|
757
714
|
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type;
|
|
758
|
-
|
|
715
|
+
keywords: Array<string>;
|
|
759
716
|
};
|
|
760
717
|
|
|
761
718
|
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type =
|
|
@@ -1102,7 +1059,6 @@ export type ResponseBodyFunctionParams =
|
|
|
1102
1059
|
| FunctionParams13
|
|
1103
1060
|
| FunctionParams15
|
|
1104
1061
|
| FunctionParams25
|
|
1105
|
-
| FunctionParams26
|
|
1106
1062
|
| FunctionParams5
|
|
1107
1063
|
| FunctionParams6
|
|
1108
1064
|
| FunctionParams7
|
|
@@ -1117,15 +1073,13 @@ export type ResponseBodyFunctionParams =
|
|
|
1117
1073
|
| FunctionParams22
|
|
1118
1074
|
| FunctionParams23
|
|
1119
1075
|
| FunctionParams24
|
|
1076
|
+
| FunctionParams26
|
|
1120
1077
|
| FunctionParams27
|
|
1121
1078
|
| FunctionParams28
|
|
1122
1079
|
| FunctionParams29
|
|
1123
1080
|
| FunctionParams30
|
|
1124
1081
|
| FunctionParams31
|
|
1125
|
-
| FunctionParams32
|
|
1126
|
-
| FunctionParams33
|
|
1127
|
-
| FunctionParams34
|
|
1128
|
-
| FunctionParams35;
|
|
1082
|
+
| FunctionParams32;
|
|
1129
1083
|
|
|
1130
1084
|
export type ResponseBodyFunction = {
|
|
1131
1085
|
id: string;
|
|
@@ -1149,7 +1103,6 @@ export type ResponseBodyFunction = {
|
|
|
1149
1103
|
| FunctionParams13
|
|
1150
1104
|
| FunctionParams15
|
|
1151
1105
|
| FunctionParams25
|
|
1152
|
-
| FunctionParams26
|
|
1153
1106
|
| FunctionParams5
|
|
1154
1107
|
| FunctionParams6
|
|
1155
1108
|
| FunctionParams7
|
|
@@ -1164,15 +1117,13 @@ export type ResponseBodyFunction = {
|
|
|
1164
1117
|
| FunctionParams22
|
|
1165
1118
|
| FunctionParams23
|
|
1166
1119
|
| FunctionParams24
|
|
1120
|
+
| FunctionParams26
|
|
1167
1121
|
| FunctionParams27
|
|
1168
1122
|
| FunctionParams28
|
|
1169
1123
|
| FunctionParams29
|
|
1170
1124
|
| FunctionParams30
|
|
1171
1125
|
| FunctionParams31
|
|
1172
|
-
| FunctionParams32
|
|
1173
|
-
| FunctionParams33
|
|
1174
|
-
| FunctionParams34
|
|
1175
|
-
| FunctionParams35;
|
|
1126
|
+
| FunctionParams32;
|
|
1176
1127
|
key: string;
|
|
1177
1128
|
};
|
|
1178
1129
|
|
|
@@ -2990,8 +2941,8 @@ export const ResponseBodyTypescript$inboundSchema: z.ZodType<
|
|
|
2990
2941
|
> = z.object({
|
|
2991
2942
|
_id: z.string(),
|
|
2992
2943
|
description: z.string(),
|
|
2993
|
-
created: z.string().default("2025-11-
|
|
2994
|
-
updated: z.string().default("2025-11-
|
|
2944
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
2945
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
2995
2946
|
guardrail_config: z.union([
|
|
2996
2947
|
z.lazy(() =>
|
|
2997
2948
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
|
|
@@ -3033,8 +2984,8 @@ export const ResponseBodyTypescript$outboundSchema: z.ZodType<
|
|
|
3033
2984
|
> = z.object({
|
|
3034
2985
|
id: z.string(),
|
|
3035
2986
|
description: z.string(),
|
|
3036
|
-
created: z.string().default("2025-11-
|
|
3037
|
-
updated: z.string().default("2025-11-
|
|
2987
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
2988
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
3038
2989
|
guardrailConfig: z.union([
|
|
3039
2990
|
z.lazy(() =>
|
|
3040
2991
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
|
|
@@ -3324,8 +3275,8 @@ export const ResponseBodyRagas$inboundSchema: z.ZodType<
|
|
|
3324
3275
|
> = z.object({
|
|
3325
3276
|
_id: z.string(),
|
|
3326
3277
|
description: z.string(),
|
|
3327
|
-
created: z.string().default("2025-11-
|
|
3328
|
-
updated: z.string().default("2025-11-
|
|
3278
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
3279
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
3329
3280
|
guardrail_config: z.union([
|
|
3330
3281
|
z.lazy(() =>
|
|
3331
3282
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
|
|
@@ -3370,8 +3321,8 @@ export const ResponseBodyRagas$outboundSchema: z.ZodType<
|
|
|
3370
3321
|
> = z.object({
|
|
3371
3322
|
id: z.string(),
|
|
3372
3323
|
description: z.string(),
|
|
3373
|
-
created: z.string().default("2025-11-
|
|
3374
|
-
updated: z.string().default("2025-11-
|
|
3324
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
3325
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
3375
3326
|
guardrailConfig: z.union([
|
|
3376
3327
|
z.lazy(() =>
|
|
3377
3328
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
|
|
@@ -3646,171 +3597,6 @@ export const UpdateEvalResponseBodyEvalsResponse200ApplicationJSONType$outboundS
|
|
|
3646
3597
|
typeof UpdateEvalResponseBodyEvalsResponse200ApplicationJSONType
|
|
3647
3598
|
> = UpdateEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema;
|
|
3648
3599
|
|
|
3649
|
-
/** @internal */
|
|
3650
|
-
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$inboundSchema:
|
|
3651
|
-
z.ZodNativeEnum<
|
|
3652
|
-
typeof UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type
|
|
3653
|
-
> = z.nativeEnum(
|
|
3654
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type,
|
|
3655
|
-
);
|
|
3656
|
-
/** @internal */
|
|
3657
|
-
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$outboundSchema:
|
|
3658
|
-
z.ZodNativeEnum<
|
|
3659
|
-
typeof UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type
|
|
3660
|
-
> =
|
|
3661
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$inboundSchema;
|
|
3662
|
-
|
|
3663
|
-
/** @internal */
|
|
3664
|
-
export const FunctionParams35$inboundSchema: z.ZodType<
|
|
3665
|
-
FunctionParams35,
|
|
3666
|
-
z.ZodTypeDef,
|
|
3667
|
-
unknown
|
|
3668
|
-
> = z.object({
|
|
3669
|
-
type:
|
|
3670
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$inboundSchema,
|
|
3671
|
-
});
|
|
3672
|
-
/** @internal */
|
|
3673
|
-
export type FunctionParams35$Outbound = {
|
|
3674
|
-
type: string;
|
|
3675
|
-
};
|
|
3676
|
-
|
|
3677
|
-
/** @internal */
|
|
3678
|
-
export const FunctionParams35$outboundSchema: z.ZodType<
|
|
3679
|
-
FunctionParams35$Outbound,
|
|
3680
|
-
z.ZodTypeDef,
|
|
3681
|
-
FunctionParams35
|
|
3682
|
-
> = z.object({
|
|
3683
|
-
type:
|
|
3684
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$outboundSchema,
|
|
3685
|
-
});
|
|
3686
|
-
|
|
3687
|
-
export function functionParams35ToJSON(
|
|
3688
|
-
functionParams35: FunctionParams35,
|
|
3689
|
-
): string {
|
|
3690
|
-
return JSON.stringify(
|
|
3691
|
-
FunctionParams35$outboundSchema.parse(functionParams35),
|
|
3692
|
-
);
|
|
3693
|
-
}
|
|
3694
|
-
export function functionParams35FromJSON(
|
|
3695
|
-
jsonString: string,
|
|
3696
|
-
): SafeParseResult<FunctionParams35, SDKValidationError> {
|
|
3697
|
-
return safeParse(
|
|
3698
|
-
jsonString,
|
|
3699
|
-
(x) => FunctionParams35$inboundSchema.parse(JSON.parse(x)),
|
|
3700
|
-
`Failed to parse 'FunctionParams35' from JSON`,
|
|
3701
|
-
);
|
|
3702
|
-
}
|
|
3703
|
-
|
|
3704
|
-
/** @internal */
|
|
3705
|
-
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$inboundSchema:
|
|
3706
|
-
z.ZodNativeEnum<
|
|
3707
|
-
typeof UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type
|
|
3708
|
-
> = z.nativeEnum(
|
|
3709
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type,
|
|
3710
|
-
);
|
|
3711
|
-
/** @internal */
|
|
3712
|
-
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$outboundSchema:
|
|
3713
|
-
z.ZodNativeEnum<
|
|
3714
|
-
typeof UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type
|
|
3715
|
-
> =
|
|
3716
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$inboundSchema;
|
|
3717
|
-
|
|
3718
|
-
/** @internal */
|
|
3719
|
-
export const FunctionParams34$inboundSchema: z.ZodType<
|
|
3720
|
-
FunctionParams34,
|
|
3721
|
-
z.ZodTypeDef,
|
|
3722
|
-
unknown
|
|
3723
|
-
> = z.object({
|
|
3724
|
-
type:
|
|
3725
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$inboundSchema,
|
|
3726
|
-
});
|
|
3727
|
-
/** @internal */
|
|
3728
|
-
export type FunctionParams34$Outbound = {
|
|
3729
|
-
type: string;
|
|
3730
|
-
};
|
|
3731
|
-
|
|
3732
|
-
/** @internal */
|
|
3733
|
-
export const FunctionParams34$outboundSchema: z.ZodType<
|
|
3734
|
-
FunctionParams34$Outbound,
|
|
3735
|
-
z.ZodTypeDef,
|
|
3736
|
-
FunctionParams34
|
|
3737
|
-
> = z.object({
|
|
3738
|
-
type:
|
|
3739
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$outboundSchema,
|
|
3740
|
-
});
|
|
3741
|
-
|
|
3742
|
-
export function functionParams34ToJSON(
|
|
3743
|
-
functionParams34: FunctionParams34,
|
|
3744
|
-
): string {
|
|
3745
|
-
return JSON.stringify(
|
|
3746
|
-
FunctionParams34$outboundSchema.parse(functionParams34),
|
|
3747
|
-
);
|
|
3748
|
-
}
|
|
3749
|
-
export function functionParams34FromJSON(
|
|
3750
|
-
jsonString: string,
|
|
3751
|
-
): SafeParseResult<FunctionParams34, SDKValidationError> {
|
|
3752
|
-
return safeParse(
|
|
3753
|
-
jsonString,
|
|
3754
|
-
(x) => FunctionParams34$inboundSchema.parse(JSON.parse(x)),
|
|
3755
|
-
`Failed to parse 'FunctionParams34' from JSON`,
|
|
3756
|
-
);
|
|
3757
|
-
}
|
|
3758
|
-
|
|
3759
|
-
/** @internal */
|
|
3760
|
-
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$inboundSchema:
|
|
3761
|
-
z.ZodNativeEnum<
|
|
3762
|
-
typeof UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type
|
|
3763
|
-
> = z.nativeEnum(
|
|
3764
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type,
|
|
3765
|
-
);
|
|
3766
|
-
/** @internal */
|
|
3767
|
-
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$outboundSchema:
|
|
3768
|
-
z.ZodNativeEnum<
|
|
3769
|
-
typeof UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type
|
|
3770
|
-
> =
|
|
3771
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$inboundSchema;
|
|
3772
|
-
|
|
3773
|
-
/** @internal */
|
|
3774
|
-
export const FunctionParams33$inboundSchema: z.ZodType<
|
|
3775
|
-
FunctionParams33,
|
|
3776
|
-
z.ZodTypeDef,
|
|
3777
|
-
unknown
|
|
3778
|
-
> = z.object({
|
|
3779
|
-
type:
|
|
3780
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$inboundSchema,
|
|
3781
|
-
});
|
|
3782
|
-
/** @internal */
|
|
3783
|
-
export type FunctionParams33$Outbound = {
|
|
3784
|
-
type: string;
|
|
3785
|
-
};
|
|
3786
|
-
|
|
3787
|
-
/** @internal */
|
|
3788
|
-
export const FunctionParams33$outboundSchema: z.ZodType<
|
|
3789
|
-
FunctionParams33$Outbound,
|
|
3790
|
-
z.ZodTypeDef,
|
|
3791
|
-
FunctionParams33
|
|
3792
|
-
> = z.object({
|
|
3793
|
-
type:
|
|
3794
|
-
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$outboundSchema,
|
|
3795
|
-
});
|
|
3796
|
-
|
|
3797
|
-
export function functionParams33ToJSON(
|
|
3798
|
-
functionParams33: FunctionParams33,
|
|
3799
|
-
): string {
|
|
3800
|
-
return JSON.stringify(
|
|
3801
|
-
FunctionParams33$outboundSchema.parse(functionParams33),
|
|
3802
|
-
);
|
|
3803
|
-
}
|
|
3804
|
-
export function functionParams33FromJSON(
|
|
3805
|
-
jsonString: string,
|
|
3806
|
-
): SafeParseResult<FunctionParams33, SDKValidationError> {
|
|
3807
|
-
return safeParse(
|
|
3808
|
-
jsonString,
|
|
3809
|
-
(x) => FunctionParams33$inboundSchema.parse(JSON.parse(x)),
|
|
3810
|
-
`Failed to parse 'FunctionParams33' from JSON`,
|
|
3811
|
-
);
|
|
3812
|
-
}
|
|
3813
|
-
|
|
3814
3600
|
/** @internal */
|
|
3815
3601
|
export const UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$inboundSchema:
|
|
3816
3602
|
z.ZodNativeEnum<
|
|
@@ -4163,12 +3949,10 @@ export const FunctionParams26$inboundSchema: z.ZodType<
|
|
|
4163
3949
|
> = z.object({
|
|
4164
3950
|
type:
|
|
4165
3951
|
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$inboundSchema,
|
|
4166
|
-
keywords: z.array(z.string()),
|
|
4167
3952
|
});
|
|
4168
3953
|
/** @internal */
|
|
4169
3954
|
export type FunctionParams26$Outbound = {
|
|
4170
3955
|
type: string;
|
|
4171
|
-
keywords: Array<string>;
|
|
4172
3956
|
};
|
|
4173
3957
|
|
|
4174
3958
|
/** @internal */
|
|
@@ -4179,7 +3963,6 @@ export const FunctionParams26$outboundSchema: z.ZodType<
|
|
|
4179
3963
|
> = z.object({
|
|
4180
3964
|
type:
|
|
4181
3965
|
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$outboundSchema,
|
|
4182
|
-
keywords: z.array(z.string()),
|
|
4183
3966
|
});
|
|
4184
3967
|
|
|
4185
3968
|
export function functionParams26ToJSON(
|
|
@@ -4221,12 +4004,12 @@ export const FunctionParams25$inboundSchema: z.ZodType<
|
|
|
4221
4004
|
> = z.object({
|
|
4222
4005
|
type:
|
|
4223
4006
|
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$inboundSchema,
|
|
4224
|
-
|
|
4007
|
+
keywords: z.array(z.string()),
|
|
4225
4008
|
});
|
|
4226
4009
|
/** @internal */
|
|
4227
4010
|
export type FunctionParams25$Outbound = {
|
|
4228
4011
|
type: string;
|
|
4229
|
-
|
|
4012
|
+
keywords: Array<string>;
|
|
4230
4013
|
};
|
|
4231
4014
|
|
|
4232
4015
|
/** @internal */
|
|
@@ -4237,7 +4020,7 @@ export const FunctionParams25$outboundSchema: z.ZodType<
|
|
|
4237
4020
|
> = z.object({
|
|
4238
4021
|
type:
|
|
4239
4022
|
UpdateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$outboundSchema,
|
|
4240
|
-
|
|
4023
|
+
keywords: z.array(z.string()),
|
|
4241
4024
|
});
|
|
4242
4025
|
|
|
4243
4026
|
export function functionParams25ToJSON(
|
|
@@ -5578,7 +5361,6 @@ export const ResponseBodyFunctionParams$inboundSchema: z.ZodType<
|
|
|
5578
5361
|
z.lazy(() => FunctionParams13$inboundSchema),
|
|
5579
5362
|
z.lazy(() => FunctionParams15$inboundSchema),
|
|
5580
5363
|
z.lazy(() => FunctionParams25$inboundSchema),
|
|
5581
|
-
z.lazy(() => FunctionParams26$inboundSchema),
|
|
5582
5364
|
z.lazy(() => FunctionParams5$inboundSchema),
|
|
5583
5365
|
z.lazy(() => FunctionParams6$inboundSchema),
|
|
5584
5366
|
z.lazy(() => FunctionParams7$inboundSchema),
|
|
@@ -5593,15 +5375,13 @@ export const ResponseBodyFunctionParams$inboundSchema: z.ZodType<
|
|
|
5593
5375
|
z.lazy(() => FunctionParams22$inboundSchema),
|
|
5594
5376
|
z.lazy(() => FunctionParams23$inboundSchema),
|
|
5595
5377
|
z.lazy(() => FunctionParams24$inboundSchema),
|
|
5378
|
+
z.lazy(() => FunctionParams26$inboundSchema),
|
|
5596
5379
|
z.lazy(() => FunctionParams27$inboundSchema),
|
|
5597
5380
|
z.lazy(() => FunctionParams28$inboundSchema),
|
|
5598
5381
|
z.lazy(() => FunctionParams29$inboundSchema),
|
|
5599
5382
|
z.lazy(() => FunctionParams30$inboundSchema),
|
|
5600
5383
|
z.lazy(() => FunctionParams31$inboundSchema),
|
|
5601
5384
|
z.lazy(() => FunctionParams32$inboundSchema),
|
|
5602
|
-
z.lazy(() => FunctionParams33$inboundSchema),
|
|
5603
|
-
z.lazy(() => FunctionParams34$inboundSchema),
|
|
5604
|
-
z.lazy(() => FunctionParams35$inboundSchema),
|
|
5605
5385
|
]);
|
|
5606
5386
|
/** @internal */
|
|
5607
5387
|
export type ResponseBodyFunctionParams$Outbound =
|
|
@@ -5616,7 +5396,6 @@ export type ResponseBodyFunctionParams$Outbound =
|
|
|
5616
5396
|
| FunctionParams13$Outbound
|
|
5617
5397
|
| FunctionParams15$Outbound
|
|
5618
5398
|
| FunctionParams25$Outbound
|
|
5619
|
-
| FunctionParams26$Outbound
|
|
5620
5399
|
| FunctionParams5$Outbound
|
|
5621
5400
|
| FunctionParams6$Outbound
|
|
5622
5401
|
| FunctionParams7$Outbound
|
|
@@ -5631,15 +5410,13 @@ export type ResponseBodyFunctionParams$Outbound =
|
|
|
5631
5410
|
| FunctionParams22$Outbound
|
|
5632
5411
|
| FunctionParams23$Outbound
|
|
5633
5412
|
| FunctionParams24$Outbound
|
|
5413
|
+
| FunctionParams26$Outbound
|
|
5634
5414
|
| FunctionParams27$Outbound
|
|
5635
5415
|
| FunctionParams28$Outbound
|
|
5636
5416
|
| FunctionParams29$Outbound
|
|
5637
5417
|
| FunctionParams30$Outbound
|
|
5638
5418
|
| FunctionParams31$Outbound
|
|
5639
|
-
| FunctionParams32$Outbound
|
|
5640
|
-
| FunctionParams33$Outbound
|
|
5641
|
-
| FunctionParams34$Outbound
|
|
5642
|
-
| FunctionParams35$Outbound;
|
|
5419
|
+
| FunctionParams32$Outbound;
|
|
5643
5420
|
|
|
5644
5421
|
/** @internal */
|
|
5645
5422
|
export const ResponseBodyFunctionParams$outboundSchema: z.ZodType<
|
|
@@ -5658,7 +5435,6 @@ export const ResponseBodyFunctionParams$outboundSchema: z.ZodType<
|
|
|
5658
5435
|
z.lazy(() => FunctionParams13$outboundSchema),
|
|
5659
5436
|
z.lazy(() => FunctionParams15$outboundSchema),
|
|
5660
5437
|
z.lazy(() => FunctionParams25$outboundSchema),
|
|
5661
|
-
z.lazy(() => FunctionParams26$outboundSchema),
|
|
5662
5438
|
z.lazy(() => FunctionParams5$outboundSchema),
|
|
5663
5439
|
z.lazy(() => FunctionParams6$outboundSchema),
|
|
5664
5440
|
z.lazy(() => FunctionParams7$outboundSchema),
|
|
@@ -5673,15 +5449,13 @@ export const ResponseBodyFunctionParams$outboundSchema: z.ZodType<
|
|
|
5673
5449
|
z.lazy(() => FunctionParams22$outboundSchema),
|
|
5674
5450
|
z.lazy(() => FunctionParams23$outboundSchema),
|
|
5675
5451
|
z.lazy(() => FunctionParams24$outboundSchema),
|
|
5452
|
+
z.lazy(() => FunctionParams26$outboundSchema),
|
|
5676
5453
|
z.lazy(() => FunctionParams27$outboundSchema),
|
|
5677
5454
|
z.lazy(() => FunctionParams28$outboundSchema),
|
|
5678
5455
|
z.lazy(() => FunctionParams29$outboundSchema),
|
|
5679
5456
|
z.lazy(() => FunctionParams30$outboundSchema),
|
|
5680
5457
|
z.lazy(() => FunctionParams31$outboundSchema),
|
|
5681
5458
|
z.lazy(() => FunctionParams32$outboundSchema),
|
|
5682
|
-
z.lazy(() => FunctionParams33$outboundSchema),
|
|
5683
|
-
z.lazy(() => FunctionParams34$outboundSchema),
|
|
5684
|
-
z.lazy(() => FunctionParams35$outboundSchema),
|
|
5685
5459
|
]);
|
|
5686
5460
|
|
|
5687
5461
|
export function responseBodyFunctionParamsToJSON(
|
|
@@ -5709,8 +5483,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5709
5483
|
> = z.object({
|
|
5710
5484
|
_id: z.string(),
|
|
5711
5485
|
description: z.string(),
|
|
5712
|
-
created: z.string().default("2025-11-
|
|
5713
|
-
updated: z.string().default("2025-11-
|
|
5486
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
5487
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
5714
5488
|
guardrail_config: z.union([
|
|
5715
5489
|
z.lazy(() =>
|
|
5716
5490
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
|
|
@@ -5732,7 +5506,6 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5732
5506
|
z.lazy(() => FunctionParams13$inboundSchema),
|
|
5733
5507
|
z.lazy(() => FunctionParams15$inboundSchema),
|
|
5734
5508
|
z.lazy(() => FunctionParams25$inboundSchema),
|
|
5735
|
-
z.lazy(() => FunctionParams26$inboundSchema),
|
|
5736
5509
|
z.lazy(() => FunctionParams5$inboundSchema),
|
|
5737
5510
|
z.lazy(() => FunctionParams6$inboundSchema),
|
|
5738
5511
|
z.lazy(() => FunctionParams7$inboundSchema),
|
|
@@ -5747,15 +5520,13 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5747
5520
|
z.lazy(() => FunctionParams22$inboundSchema),
|
|
5748
5521
|
z.lazy(() => FunctionParams23$inboundSchema),
|
|
5749
5522
|
z.lazy(() => FunctionParams24$inboundSchema),
|
|
5523
|
+
z.lazy(() => FunctionParams26$inboundSchema),
|
|
5750
5524
|
z.lazy(() => FunctionParams27$inboundSchema),
|
|
5751
5525
|
z.lazy(() => FunctionParams28$inboundSchema),
|
|
5752
5526
|
z.lazy(() => FunctionParams29$inboundSchema),
|
|
5753
5527
|
z.lazy(() => FunctionParams30$inboundSchema),
|
|
5754
5528
|
z.lazy(() => FunctionParams31$inboundSchema),
|
|
5755
5529
|
z.lazy(() => FunctionParams32$inboundSchema),
|
|
5756
|
-
z.lazy(() => FunctionParams33$inboundSchema),
|
|
5757
|
-
z.lazy(() => FunctionParams34$inboundSchema),
|
|
5758
|
-
z.lazy(() => FunctionParams35$inboundSchema),
|
|
5759
5530
|
]),
|
|
5760
5531
|
key: z.string(),
|
|
5761
5532
|
}).transform((v) => {
|
|
@@ -5788,7 +5559,6 @@ export type ResponseBodyFunction$Outbound = {
|
|
|
5788
5559
|
| FunctionParams13$Outbound
|
|
5789
5560
|
| FunctionParams15$Outbound
|
|
5790
5561
|
| FunctionParams25$Outbound
|
|
5791
|
-
| FunctionParams26$Outbound
|
|
5792
5562
|
| FunctionParams5$Outbound
|
|
5793
5563
|
| FunctionParams6$Outbound
|
|
5794
5564
|
| FunctionParams7$Outbound
|
|
@@ -5803,15 +5573,13 @@ export type ResponseBodyFunction$Outbound = {
|
|
|
5803
5573
|
| FunctionParams22$Outbound
|
|
5804
5574
|
| FunctionParams23$Outbound
|
|
5805
5575
|
| FunctionParams24$Outbound
|
|
5576
|
+
| FunctionParams26$Outbound
|
|
5806
5577
|
| FunctionParams27$Outbound
|
|
5807
5578
|
| FunctionParams28$Outbound
|
|
5808
5579
|
| FunctionParams29$Outbound
|
|
5809
5580
|
| FunctionParams30$Outbound
|
|
5810
5581
|
| FunctionParams31$Outbound
|
|
5811
|
-
| FunctionParams32$Outbound
|
|
5812
|
-
| FunctionParams33$Outbound
|
|
5813
|
-
| FunctionParams34$Outbound
|
|
5814
|
-
| FunctionParams35$Outbound;
|
|
5582
|
+
| FunctionParams32$Outbound;
|
|
5815
5583
|
key: string;
|
|
5816
5584
|
};
|
|
5817
5585
|
|
|
@@ -5823,8 +5591,8 @@ export const ResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5823
5591
|
> = z.object({
|
|
5824
5592
|
id: z.string(),
|
|
5825
5593
|
description: z.string(),
|
|
5826
|
-
created: z.string().default("2025-11-
|
|
5827
|
-
updated: z.string().default("2025-11-
|
|
5594
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
5595
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
5828
5596
|
guardrailConfig: z.union([
|
|
5829
5597
|
z.lazy(() =>
|
|
5830
5598
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
|
|
@@ -5847,7 +5615,6 @@ export const ResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5847
5615
|
z.lazy(() => FunctionParams13$outboundSchema),
|
|
5848
5616
|
z.lazy(() => FunctionParams15$outboundSchema),
|
|
5849
5617
|
z.lazy(() => FunctionParams25$outboundSchema),
|
|
5850
|
-
z.lazy(() => FunctionParams26$outboundSchema),
|
|
5851
5618
|
z.lazy(() => FunctionParams5$outboundSchema),
|
|
5852
5619
|
z.lazy(() => FunctionParams6$outboundSchema),
|
|
5853
5620
|
z.lazy(() => FunctionParams7$outboundSchema),
|
|
@@ -5862,15 +5629,13 @@ export const ResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5862
5629
|
z.lazy(() => FunctionParams22$outboundSchema),
|
|
5863
5630
|
z.lazy(() => FunctionParams23$outboundSchema),
|
|
5864
5631
|
z.lazy(() => FunctionParams24$outboundSchema),
|
|
5632
|
+
z.lazy(() => FunctionParams26$outboundSchema),
|
|
5865
5633
|
z.lazy(() => FunctionParams27$outboundSchema),
|
|
5866
5634
|
z.lazy(() => FunctionParams28$outboundSchema),
|
|
5867
5635
|
z.lazy(() => FunctionParams29$outboundSchema),
|
|
5868
5636
|
z.lazy(() => FunctionParams30$outboundSchema),
|
|
5869
5637
|
z.lazy(() => FunctionParams31$outboundSchema),
|
|
5870
5638
|
z.lazy(() => FunctionParams32$outboundSchema),
|
|
5871
|
-
z.lazy(() => FunctionParams33$outboundSchema),
|
|
5872
|
-
z.lazy(() => FunctionParams34$outboundSchema),
|
|
5873
|
-
z.lazy(() => FunctionParams35$outboundSchema),
|
|
5874
5639
|
]),
|
|
5875
5640
|
key: z.string(),
|
|
5876
5641
|
}).transform((v) => {
|
|
@@ -6140,8 +5905,8 @@ export const UpdateEvalResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
6140
5905
|
> = z.object({
|
|
6141
5906
|
_id: z.string(),
|
|
6142
5907
|
description: z.string(),
|
|
6143
|
-
created: z.string().default("2025-11-
|
|
6144
|
-
updated: z.string().default("2025-11-
|
|
5908
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
5909
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6145
5910
|
guardrail_config: z.union([
|
|
6146
5911
|
z.lazy(() =>
|
|
6147
5912
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -6182,8 +5947,8 @@ export const UpdateEvalResponseBodyPython$outboundSchema: z.ZodType<
|
|
|
6182
5947
|
> = z.object({
|
|
6183
5948
|
id: z.string(),
|
|
6184
5949
|
description: z.string(),
|
|
6185
|
-
created: z.string().default("2025-11-
|
|
6186
|
-
updated: z.string().default("2025-11-
|
|
5950
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
5951
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6187
5952
|
guardrailConfig: z.union([
|
|
6188
5953
|
z.lazy(() =>
|
|
6189
5954
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -6468,8 +6233,8 @@ export const UpdateEvalResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
6468
6233
|
> = z.object({
|
|
6469
6234
|
_id: z.string(),
|
|
6470
6235
|
description: z.string(),
|
|
6471
|
-
created: z.string().default("2025-11-
|
|
6472
|
-
updated: z.string().default("2025-11-
|
|
6236
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6237
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6473
6238
|
guardrail_config: z.union([
|
|
6474
6239
|
z.lazy(() =>
|
|
6475
6240
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -6516,8 +6281,8 @@ export const UpdateEvalResponseBodyHTTP$outboundSchema: z.ZodType<
|
|
|
6516
6281
|
> = z.object({
|
|
6517
6282
|
id: z.string(),
|
|
6518
6283
|
description: z.string(),
|
|
6519
|
-
created: z.string().default("2025-11-
|
|
6520
|
-
updated: z.string().default("2025-11-
|
|
6284
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6285
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6521
6286
|
guardrailConfig: z.union([
|
|
6522
6287
|
z.lazy(() =>
|
|
6523
6288
|
UpdateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -6786,8 +6551,8 @@ export const UpdateEvalResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
6786
6551
|
> = z.object({
|
|
6787
6552
|
_id: z.string(),
|
|
6788
6553
|
description: z.string(),
|
|
6789
|
-
created: z.string().default("2025-11-
|
|
6790
|
-
updated: z.string().default("2025-11-
|
|
6554
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6555
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6791
6556
|
guardrail_config: z.union([
|
|
6792
6557
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
6793
6558
|
z.lazy(() =>
|
|
@@ -6826,8 +6591,8 @@ export const UpdateEvalResponseBodyJSON$outboundSchema: z.ZodType<
|
|
|
6826
6591
|
> = z.object({
|
|
6827
6592
|
id: z.string(),
|
|
6828
6593
|
description: z.string(),
|
|
6829
|
-
created: z.string().default("2025-11-
|
|
6830
|
-
updated: z.string().default("2025-11-
|
|
6594
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6595
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6831
6596
|
guardrailConfig: z.union([
|
|
6832
6597
|
z.lazy(() =>
|
|
6833
6598
|
UpdateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
|
|
@@ -7066,8 +6831,8 @@ export const UpdateEvalResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
7066
6831
|
> = z.object({
|
|
7067
6832
|
_id: z.string(),
|
|
7068
6833
|
description: z.string(),
|
|
7069
|
-
created: z.string().default("2025-11-
|
|
7070
|
-
updated: z.string().default("2025-11-
|
|
6834
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6835
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
7071
6836
|
guardrail_config: z.union([
|
|
7072
6837
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
7073
6838
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -7106,8 +6871,8 @@ export const UpdateEvalResponseBodyLLM$outboundSchema: z.ZodType<
|
|
|
7106
6871
|
> = z.object({
|
|
7107
6872
|
id: z.string(),
|
|
7108
6873
|
description: z.string(),
|
|
7109
|
-
created: z.string().default("2025-11-
|
|
7110
|
-
updated: z.string().default("2025-11-
|
|
6874
|
+
created: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
6875
|
+
updated: z.string().default("2025-11-25T16:34:42.062Z"),
|
|
7111
6876
|
guardrailConfig: z.union([
|
|
7112
6877
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
7113
6878
|
z.lazy(() => UpdateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|