@orq-ai/node 4.1.0-rc.4 → 4.1.0-rc.7
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 +68 -51
- 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/createagentrequest.d.ts +3 -0
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js.map +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/listagents.d.ts +3 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.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/retrieveagentrequest.d.ts +3 -0
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.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/updateagent.d.ts +3 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.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/createagentrequest.ts +3 -0
- 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/listagents.ts +3 -0
- 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/retrieveagentrequest.ts +3 -0
- 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/updateagent.ts +3 -0
- 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
|
@@ -576,51 +576,9 @@ export type CreateEvalResponseBodyEvalsResponse200Type = ClosedEnum<
|
|
|
576
576
|
typeof CreateEvalResponseBodyEvalsResponse200Type
|
|
577
577
|
>;
|
|
578
578
|
|
|
579
|
-
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type =
|
|
580
|
-
{
|
|
581
|
-
BertCoherence: "bert_coherence",
|
|
582
|
-
} as const;
|
|
583
|
-
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type =
|
|
584
|
-
ClosedEnum<
|
|
585
|
-
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type
|
|
586
|
-
>;
|
|
587
|
-
|
|
588
|
-
export type ThirtyFive = {
|
|
589
|
-
type:
|
|
590
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type;
|
|
591
|
-
};
|
|
592
|
-
|
|
593
|
-
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type =
|
|
594
|
-
{
|
|
595
|
-
GrammarDiversity: "grammar_diversity",
|
|
596
|
-
} as const;
|
|
597
|
-
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type =
|
|
598
|
-
ClosedEnum<
|
|
599
|
-
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type
|
|
600
|
-
>;
|
|
601
|
-
|
|
602
|
-
export type ThirtyFour = {
|
|
603
|
-
type:
|
|
604
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type;
|
|
605
|
-
};
|
|
606
|
-
|
|
607
|
-
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type =
|
|
608
|
-
{
|
|
609
|
-
SemanticRepetition: "semantic_repetition",
|
|
610
|
-
} as const;
|
|
611
|
-
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type =
|
|
612
|
-
ClosedEnum<
|
|
613
|
-
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type
|
|
614
|
-
>;
|
|
615
|
-
|
|
616
|
-
export type ThirtyThree = {
|
|
617
|
-
type:
|
|
618
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type;
|
|
619
|
-
};
|
|
620
|
-
|
|
621
579
|
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type =
|
|
622
580
|
{
|
|
623
|
-
|
|
581
|
+
GrammarDiversity: "grammar_diversity",
|
|
624
582
|
} as const;
|
|
625
583
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type =
|
|
626
584
|
ClosedEnum<
|
|
@@ -634,7 +592,7 @@ export type ThirtyTwo = {
|
|
|
634
592
|
|
|
635
593
|
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type =
|
|
636
594
|
{
|
|
637
|
-
|
|
595
|
+
LexicalRepetition: "lexical_repetition",
|
|
638
596
|
} as const;
|
|
639
597
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type =
|
|
640
598
|
ClosedEnum<
|
|
@@ -648,7 +606,7 @@ export type ThirtyOne = {
|
|
|
648
606
|
|
|
649
607
|
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type =
|
|
650
608
|
{
|
|
651
|
-
|
|
609
|
+
SentencesCount: "sentences_count",
|
|
652
610
|
} as const;
|
|
653
611
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type =
|
|
654
612
|
ClosedEnum<
|
|
@@ -662,7 +620,7 @@ export type Thirty = {
|
|
|
662
620
|
|
|
663
621
|
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type =
|
|
664
622
|
{
|
|
665
|
-
|
|
623
|
+
WordsCount: "words_count",
|
|
666
624
|
} as const;
|
|
667
625
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type =
|
|
668
626
|
ClosedEnum<
|
|
@@ -676,7 +634,7 @@ export type TwentyNine = {
|
|
|
676
634
|
|
|
677
635
|
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type =
|
|
678
636
|
{
|
|
679
|
-
|
|
637
|
+
GseEnglishLevel: "gse_english_level",
|
|
680
638
|
} as const;
|
|
681
639
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type =
|
|
682
640
|
ClosedEnum<
|
|
@@ -690,7 +648,7 @@ export type TwentyEight = {
|
|
|
690
648
|
|
|
691
649
|
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type =
|
|
692
650
|
{
|
|
693
|
-
|
|
651
|
+
FleschReadingEase: "flesch_reading_ease",
|
|
694
652
|
} as const;
|
|
695
653
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type =
|
|
696
654
|
ClosedEnum<
|
|
@@ -704,7 +662,7 @@ export type TwentySeven = {
|
|
|
704
662
|
|
|
705
663
|
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type =
|
|
706
664
|
{
|
|
707
|
-
|
|
665
|
+
MostRepeatedWords: "most_repeated_words",
|
|
708
666
|
} as const;
|
|
709
667
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type =
|
|
710
668
|
ClosedEnum<
|
|
@@ -714,12 +672,11 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
714
672
|
export type TwentySix = {
|
|
715
673
|
type:
|
|
716
674
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type;
|
|
717
|
-
keywords: Array<string>;
|
|
718
675
|
};
|
|
719
676
|
|
|
720
677
|
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type =
|
|
721
678
|
{
|
|
722
|
-
|
|
679
|
+
KeywordsMatch: "keywords_match",
|
|
723
680
|
} as const;
|
|
724
681
|
export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type =
|
|
725
682
|
ClosedEnum<
|
|
@@ -729,7 +686,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
729
686
|
export type TwentyFive = {
|
|
730
687
|
type:
|
|
731
688
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type;
|
|
732
|
-
|
|
689
|
+
keywords: Array<string>;
|
|
733
690
|
};
|
|
734
691
|
|
|
735
692
|
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type =
|
|
@@ -839,7 +796,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
839
796
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type
|
|
840
797
|
>;
|
|
841
798
|
|
|
842
|
-
export type
|
|
799
|
+
export type Seventeen = {
|
|
843
800
|
type:
|
|
844
801
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type;
|
|
845
802
|
};
|
|
@@ -853,7 +810,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
853
810
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type
|
|
854
811
|
>;
|
|
855
812
|
|
|
856
|
-
export type
|
|
813
|
+
export type Sixteen = {
|
|
857
814
|
type:
|
|
858
815
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type;
|
|
859
816
|
};
|
|
@@ -867,7 +824,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
867
824
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type
|
|
868
825
|
>;
|
|
869
826
|
|
|
870
|
-
export type
|
|
827
|
+
export type Fifteen = {
|
|
871
828
|
type:
|
|
872
829
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type;
|
|
873
830
|
pattern: string;
|
|
@@ -882,7 +839,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
882
839
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type
|
|
883
840
|
>;
|
|
884
841
|
|
|
885
|
-
export type
|
|
842
|
+
export type Fourteen = {
|
|
886
843
|
type:
|
|
887
844
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type;
|
|
888
845
|
};
|
|
@@ -896,7 +853,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
896
853
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type
|
|
897
854
|
>;
|
|
898
855
|
|
|
899
|
-
export type
|
|
856
|
+
export type Thirteen = {
|
|
900
857
|
type:
|
|
901
858
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type;
|
|
902
859
|
value: number;
|
|
@@ -911,7 +868,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
911
868
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type
|
|
912
869
|
>;
|
|
913
870
|
|
|
914
|
-
export type
|
|
871
|
+
export type Twelve = {
|
|
915
872
|
type:
|
|
916
873
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type;
|
|
917
874
|
min: number;
|
|
@@ -927,7 +884,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
927
884
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type
|
|
928
885
|
>;
|
|
929
886
|
|
|
930
|
-
export type
|
|
887
|
+
export type Eleven = {
|
|
931
888
|
type:
|
|
932
889
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type;
|
|
933
890
|
value: number;
|
|
@@ -942,7 +899,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
942
899
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type
|
|
943
900
|
>;
|
|
944
901
|
|
|
945
|
-
export type
|
|
902
|
+
export type Ten = {
|
|
946
903
|
type:
|
|
947
904
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type;
|
|
948
905
|
};
|
|
@@ -956,7 +913,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
956
913
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type
|
|
957
914
|
>;
|
|
958
915
|
|
|
959
|
-
export type
|
|
916
|
+
export type Nine = {
|
|
960
917
|
type:
|
|
961
918
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type;
|
|
962
919
|
value: string;
|
|
@@ -971,7 +928,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
|
|
|
971
928
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type
|
|
972
929
|
>;
|
|
973
930
|
|
|
974
|
-
export type
|
|
931
|
+
export type Eight = {
|
|
975
932
|
type:
|
|
976
933
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type;
|
|
977
934
|
value: string;
|
|
@@ -986,7 +943,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyT
|
|
|
986
943
|
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType
|
|
987
944
|
>;
|
|
988
945
|
|
|
989
|
-
export type
|
|
946
|
+
export type Seven = {
|
|
990
947
|
type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType;
|
|
991
948
|
};
|
|
992
949
|
|
|
@@ -1060,25 +1017,24 @@ export type CreateEvalFunctionParams1 = {
|
|
|
1060
1017
|
};
|
|
1061
1018
|
|
|
1062
1019
|
export type FunctionParams =
|
|
1063
|
-
|
|
|
1020
|
+
| Twelve
|
|
1064
1021
|
| CreateEvalFunctionParams1
|
|
1065
1022
|
| CreateEvalFunctionParams2
|
|
1066
1023
|
| CreateEvalFunctionParams3
|
|
1067
1024
|
| CreateEvalFunctionParams4
|
|
1068
|
-
|
|
|
1069
|
-
|
|
|
1070
|
-
|
|
|
1071
|
-
|
|
|
1072
|
-
|
|
|
1025
|
+
| Eight
|
|
1026
|
+
| Nine
|
|
1027
|
+
| Eleven
|
|
1028
|
+
| Thirteen
|
|
1029
|
+
| Fifteen
|
|
1073
1030
|
| TwentyFive
|
|
1074
|
-
| TwentySix
|
|
1075
1031
|
| CreateEvalFunctionParams5
|
|
1076
1032
|
| CreateEvalFunctionParams6
|
|
1077
|
-
|
|
|
1078
|
-
|
|
|
1079
|
-
|
|
|
1080
|
-
|
|
|
1081
|
-
|
|
|
1033
|
+
| Seven
|
|
1034
|
+
| Ten
|
|
1035
|
+
| Fourteen
|
|
1036
|
+
| Sixteen
|
|
1037
|
+
| Seventeen
|
|
1082
1038
|
| Eighteen
|
|
1083
1039
|
| Nineteen
|
|
1084
1040
|
| Twenty
|
|
@@ -1086,15 +1042,13 @@ export type FunctionParams =
|
|
|
1086
1042
|
| TwentyTwo
|
|
1087
1043
|
| TwentyThree
|
|
1088
1044
|
| TwentyFour
|
|
1045
|
+
| TwentySix
|
|
1089
1046
|
| TwentySeven
|
|
1090
1047
|
| TwentyEight
|
|
1091
1048
|
| TwentyNine
|
|
1092
1049
|
| Thirty
|
|
1093
1050
|
| ThirtyOne
|
|
1094
|
-
| ThirtyTwo
|
|
1095
|
-
| ThirtyThree
|
|
1096
|
-
| ThirtyFour
|
|
1097
|
-
| ThirtyFive;
|
|
1051
|
+
| ThirtyTwo;
|
|
1098
1052
|
|
|
1099
1053
|
export type CreateEvalResponseBodyFunction = {
|
|
1100
1054
|
id: string;
|
|
@@ -1107,25 +1061,24 @@ export type CreateEvalResponseBodyFunction = {
|
|
|
1107
1061
|
| undefined;
|
|
1108
1062
|
type: CreateEvalResponseBodyEvalsResponse200Type;
|
|
1109
1063
|
functionParams:
|
|
1110
|
-
|
|
|
1064
|
+
| Twelve
|
|
1111
1065
|
| CreateEvalFunctionParams1
|
|
1112
1066
|
| CreateEvalFunctionParams2
|
|
1113
1067
|
| CreateEvalFunctionParams3
|
|
1114
1068
|
| CreateEvalFunctionParams4
|
|
1115
|
-
|
|
|
1116
|
-
|
|
|
1117
|
-
|
|
|
1118
|
-
|
|
|
1119
|
-
|
|
|
1069
|
+
| Eight
|
|
1070
|
+
| Nine
|
|
1071
|
+
| Eleven
|
|
1072
|
+
| Thirteen
|
|
1073
|
+
| Fifteen
|
|
1120
1074
|
| TwentyFive
|
|
1121
|
-
| TwentySix
|
|
1122
1075
|
| CreateEvalFunctionParams5
|
|
1123
1076
|
| CreateEvalFunctionParams6
|
|
1124
|
-
|
|
|
1125
|
-
|
|
|
1126
|
-
|
|
|
1127
|
-
|
|
|
1128
|
-
|
|
|
1077
|
+
| Seven
|
|
1078
|
+
| Ten
|
|
1079
|
+
| Fourteen
|
|
1080
|
+
| Sixteen
|
|
1081
|
+
| Seventeen
|
|
1129
1082
|
| Eighteen
|
|
1130
1083
|
| Nineteen
|
|
1131
1084
|
| Twenty
|
|
@@ -1133,15 +1086,13 @@ export type CreateEvalResponseBodyFunction = {
|
|
|
1133
1086
|
| TwentyTwo
|
|
1134
1087
|
| TwentyThree
|
|
1135
1088
|
| TwentyFour
|
|
1089
|
+
| TwentySix
|
|
1136
1090
|
| TwentySeven
|
|
1137
1091
|
| TwentyEight
|
|
1138
1092
|
| TwentyNine
|
|
1139
1093
|
| Thirty
|
|
1140
1094
|
| ThirtyOne
|
|
1141
|
-
| ThirtyTwo
|
|
1142
|
-
| ThirtyThree
|
|
1143
|
-
| ThirtyFour
|
|
1144
|
-
| ThirtyFive;
|
|
1095
|
+
| ThirtyTwo;
|
|
1145
1096
|
key: string;
|
|
1146
1097
|
};
|
|
1147
1098
|
|
|
@@ -2756,8 +2707,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
2756
2707
|
> = z.object({
|
|
2757
2708
|
_id: z.string(),
|
|
2758
2709
|
description: z.string(),
|
|
2759
|
-
created: z.string().default("2025-11-
|
|
2760
|
-
updated: z.string().default("2025-11-
|
|
2710
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
2711
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
2761
2712
|
guardrail_config: z.union([
|
|
2762
2713
|
z.lazy(() =>
|
|
2763
2714
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
|
|
@@ -2799,8 +2750,8 @@ export const Typescript$outboundSchema: z.ZodType<
|
|
|
2799
2750
|
> = z.object({
|
|
2800
2751
|
id: z.string(),
|
|
2801
2752
|
description: z.string(),
|
|
2802
|
-
created: z.string().default("2025-11-
|
|
2803
|
-
updated: z.string().default("2025-11-
|
|
2753
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
2754
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
2804
2755
|
guardrailConfig: z.union([
|
|
2805
2756
|
z.lazy(() =>
|
|
2806
2757
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
|
|
@@ -3081,8 +3032,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
3081
3032
|
.object({
|
|
3082
3033
|
_id: z.string(),
|
|
3083
3034
|
description: z.string(),
|
|
3084
|
-
created: z.string().default("2025-11-
|
|
3085
|
-
updated: z.string().default("2025-11-
|
|
3035
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
3036
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
3086
3037
|
guardrail_config: z.union([
|
|
3087
3038
|
z.lazy(() =>
|
|
3088
3039
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
|
|
@@ -3127,8 +3078,8 @@ export const Ragas$outboundSchema: z.ZodType<
|
|
|
3127
3078
|
> = z.object({
|
|
3128
3079
|
id: z.string(),
|
|
3129
3080
|
description: z.string(),
|
|
3130
|
-
created: z.string().default("2025-11-
|
|
3131
|
-
updated: z.string().default("2025-11-
|
|
3081
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
3082
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
3132
3083
|
guardrailConfig: z.union([
|
|
3133
3084
|
z.lazy(() =>
|
|
3134
3085
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
|
|
@@ -3397,159 +3348,6 @@ export const CreateEvalResponseBodyEvalsResponse200Type$outboundSchema:
|
|
|
3397
3348
|
z.ZodNativeEnum<typeof CreateEvalResponseBodyEvalsResponse200Type> =
|
|
3398
3349
|
CreateEvalResponseBodyEvalsResponse200Type$inboundSchema;
|
|
3399
3350
|
|
|
3400
|
-
/** @internal */
|
|
3401
|
-
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$inboundSchema:
|
|
3402
|
-
z.ZodNativeEnum<
|
|
3403
|
-
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type
|
|
3404
|
-
> = z.nativeEnum(
|
|
3405
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type,
|
|
3406
|
-
);
|
|
3407
|
-
/** @internal */
|
|
3408
|
-
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$outboundSchema:
|
|
3409
|
-
z.ZodNativeEnum<
|
|
3410
|
-
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type
|
|
3411
|
-
> =
|
|
3412
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$inboundSchema;
|
|
3413
|
-
|
|
3414
|
-
/** @internal */
|
|
3415
|
-
export const ThirtyFive$inboundSchema: z.ZodType<
|
|
3416
|
-
ThirtyFive,
|
|
3417
|
-
z.ZodTypeDef,
|
|
3418
|
-
unknown
|
|
3419
|
-
> = z.object({
|
|
3420
|
-
type:
|
|
3421
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$inboundSchema,
|
|
3422
|
-
});
|
|
3423
|
-
/** @internal */
|
|
3424
|
-
export type ThirtyFive$Outbound = {
|
|
3425
|
-
type: string;
|
|
3426
|
-
};
|
|
3427
|
-
|
|
3428
|
-
/** @internal */
|
|
3429
|
-
export const ThirtyFive$outboundSchema: z.ZodType<
|
|
3430
|
-
ThirtyFive$Outbound,
|
|
3431
|
-
z.ZodTypeDef,
|
|
3432
|
-
ThirtyFive
|
|
3433
|
-
> = z.object({
|
|
3434
|
-
type:
|
|
3435
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$outboundSchema,
|
|
3436
|
-
});
|
|
3437
|
-
|
|
3438
|
-
export function thirtyFiveToJSON(thirtyFive: ThirtyFive): string {
|
|
3439
|
-
return JSON.stringify(ThirtyFive$outboundSchema.parse(thirtyFive));
|
|
3440
|
-
}
|
|
3441
|
-
export function thirtyFiveFromJSON(
|
|
3442
|
-
jsonString: string,
|
|
3443
|
-
): SafeParseResult<ThirtyFive, SDKValidationError> {
|
|
3444
|
-
return safeParse(
|
|
3445
|
-
jsonString,
|
|
3446
|
-
(x) => ThirtyFive$inboundSchema.parse(JSON.parse(x)),
|
|
3447
|
-
`Failed to parse 'ThirtyFive' from JSON`,
|
|
3448
|
-
);
|
|
3449
|
-
}
|
|
3450
|
-
|
|
3451
|
-
/** @internal */
|
|
3452
|
-
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$inboundSchema:
|
|
3453
|
-
z.ZodNativeEnum<
|
|
3454
|
-
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type
|
|
3455
|
-
> = z.nativeEnum(
|
|
3456
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type,
|
|
3457
|
-
);
|
|
3458
|
-
/** @internal */
|
|
3459
|
-
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$outboundSchema:
|
|
3460
|
-
z.ZodNativeEnum<
|
|
3461
|
-
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type
|
|
3462
|
-
> =
|
|
3463
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$inboundSchema;
|
|
3464
|
-
|
|
3465
|
-
/** @internal */
|
|
3466
|
-
export const ThirtyFour$inboundSchema: z.ZodType<
|
|
3467
|
-
ThirtyFour,
|
|
3468
|
-
z.ZodTypeDef,
|
|
3469
|
-
unknown
|
|
3470
|
-
> = z.object({
|
|
3471
|
-
type:
|
|
3472
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$inboundSchema,
|
|
3473
|
-
});
|
|
3474
|
-
/** @internal */
|
|
3475
|
-
export type ThirtyFour$Outbound = {
|
|
3476
|
-
type: string;
|
|
3477
|
-
};
|
|
3478
|
-
|
|
3479
|
-
/** @internal */
|
|
3480
|
-
export const ThirtyFour$outboundSchema: z.ZodType<
|
|
3481
|
-
ThirtyFour$Outbound,
|
|
3482
|
-
z.ZodTypeDef,
|
|
3483
|
-
ThirtyFour
|
|
3484
|
-
> = z.object({
|
|
3485
|
-
type:
|
|
3486
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$outboundSchema,
|
|
3487
|
-
});
|
|
3488
|
-
|
|
3489
|
-
export function thirtyFourToJSON(thirtyFour: ThirtyFour): string {
|
|
3490
|
-
return JSON.stringify(ThirtyFour$outboundSchema.parse(thirtyFour));
|
|
3491
|
-
}
|
|
3492
|
-
export function thirtyFourFromJSON(
|
|
3493
|
-
jsonString: string,
|
|
3494
|
-
): SafeParseResult<ThirtyFour, SDKValidationError> {
|
|
3495
|
-
return safeParse(
|
|
3496
|
-
jsonString,
|
|
3497
|
-
(x) => ThirtyFour$inboundSchema.parse(JSON.parse(x)),
|
|
3498
|
-
`Failed to parse 'ThirtyFour' from JSON`,
|
|
3499
|
-
);
|
|
3500
|
-
}
|
|
3501
|
-
|
|
3502
|
-
/** @internal */
|
|
3503
|
-
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$inboundSchema:
|
|
3504
|
-
z.ZodNativeEnum<
|
|
3505
|
-
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type
|
|
3506
|
-
> = z.nativeEnum(
|
|
3507
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type,
|
|
3508
|
-
);
|
|
3509
|
-
/** @internal */
|
|
3510
|
-
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$outboundSchema:
|
|
3511
|
-
z.ZodNativeEnum<
|
|
3512
|
-
typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type
|
|
3513
|
-
> =
|
|
3514
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$inboundSchema;
|
|
3515
|
-
|
|
3516
|
-
/** @internal */
|
|
3517
|
-
export const ThirtyThree$inboundSchema: z.ZodType<
|
|
3518
|
-
ThirtyThree,
|
|
3519
|
-
z.ZodTypeDef,
|
|
3520
|
-
unknown
|
|
3521
|
-
> = z.object({
|
|
3522
|
-
type:
|
|
3523
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$inboundSchema,
|
|
3524
|
-
});
|
|
3525
|
-
/** @internal */
|
|
3526
|
-
export type ThirtyThree$Outbound = {
|
|
3527
|
-
type: string;
|
|
3528
|
-
};
|
|
3529
|
-
|
|
3530
|
-
/** @internal */
|
|
3531
|
-
export const ThirtyThree$outboundSchema: z.ZodType<
|
|
3532
|
-
ThirtyThree$Outbound,
|
|
3533
|
-
z.ZodTypeDef,
|
|
3534
|
-
ThirtyThree
|
|
3535
|
-
> = z.object({
|
|
3536
|
-
type:
|
|
3537
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$outboundSchema,
|
|
3538
|
-
});
|
|
3539
|
-
|
|
3540
|
-
export function thirtyThreeToJSON(thirtyThree: ThirtyThree): string {
|
|
3541
|
-
return JSON.stringify(ThirtyThree$outboundSchema.parse(thirtyThree));
|
|
3542
|
-
}
|
|
3543
|
-
export function thirtyThreeFromJSON(
|
|
3544
|
-
jsonString: string,
|
|
3545
|
-
): SafeParseResult<ThirtyThree, SDKValidationError> {
|
|
3546
|
-
return safeParse(
|
|
3547
|
-
jsonString,
|
|
3548
|
-
(x) => ThirtyThree$inboundSchema.parse(JSON.parse(x)),
|
|
3549
|
-
`Failed to parse 'ThirtyThree' from JSON`,
|
|
3550
|
-
);
|
|
3551
|
-
}
|
|
3552
|
-
|
|
3553
3351
|
/** @internal */
|
|
3554
3352
|
export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$inboundSchema:
|
|
3555
3353
|
z.ZodNativeEnum<
|
|
@@ -3875,12 +3673,10 @@ export const TwentySix$inboundSchema: z.ZodType<
|
|
|
3875
3673
|
> = z.object({
|
|
3876
3674
|
type:
|
|
3877
3675
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$inboundSchema,
|
|
3878
|
-
keywords: z.array(z.string()),
|
|
3879
3676
|
});
|
|
3880
3677
|
/** @internal */
|
|
3881
3678
|
export type TwentySix$Outbound = {
|
|
3882
3679
|
type: string;
|
|
3883
|
-
keywords: Array<string>;
|
|
3884
3680
|
};
|
|
3885
3681
|
|
|
3886
3682
|
/** @internal */
|
|
@@ -3891,7 +3687,6 @@ export const TwentySix$outboundSchema: z.ZodType<
|
|
|
3891
3687
|
> = z.object({
|
|
3892
3688
|
type:
|
|
3893
3689
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$outboundSchema,
|
|
3894
|
-
keywords: z.array(z.string()),
|
|
3895
3690
|
});
|
|
3896
3691
|
|
|
3897
3692
|
export function twentySixToJSON(twentySix: TwentySix): string {
|
|
@@ -3929,12 +3724,12 @@ export const TwentyFive$inboundSchema: z.ZodType<
|
|
|
3929
3724
|
> = z.object({
|
|
3930
3725
|
type:
|
|
3931
3726
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$inboundSchema,
|
|
3932
|
-
|
|
3727
|
+
keywords: z.array(z.string()),
|
|
3933
3728
|
});
|
|
3934
3729
|
/** @internal */
|
|
3935
3730
|
export type TwentyFive$Outbound = {
|
|
3936
3731
|
type: string;
|
|
3937
|
-
|
|
3732
|
+
keywords: Array<string>;
|
|
3938
3733
|
};
|
|
3939
3734
|
|
|
3940
3735
|
/** @internal */
|
|
@@ -3945,7 +3740,7 @@ export const TwentyFive$outboundSchema: z.ZodType<
|
|
|
3945
3740
|
> = z.object({
|
|
3946
3741
|
type:
|
|
3947
3742
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$outboundSchema,
|
|
3948
|
-
|
|
3743
|
+
keywords: z.array(z.string()),
|
|
3949
3744
|
});
|
|
3950
3745
|
|
|
3951
3746
|
export function twentyFiveToJSON(twentyFive: TwentyFive): string {
|
|
@@ -4330,8 +4125,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4330
4125
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema;
|
|
4331
4126
|
|
|
4332
4127
|
/** @internal */
|
|
4333
|
-
export const
|
|
4334
|
-
|
|
4128
|
+
export const Seventeen$inboundSchema: z.ZodType<
|
|
4129
|
+
Seventeen,
|
|
4335
4130
|
z.ZodTypeDef,
|
|
4336
4131
|
unknown
|
|
4337
4132
|
> = z.object({
|
|
@@ -4339,34 +4134,30 @@ export const CreateEvalFunctionParams17$inboundSchema: z.ZodType<
|
|
|
4339
4134
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema,
|
|
4340
4135
|
});
|
|
4341
4136
|
/** @internal */
|
|
4342
|
-
export type
|
|
4137
|
+
export type Seventeen$Outbound = {
|
|
4343
4138
|
type: string;
|
|
4344
4139
|
};
|
|
4345
4140
|
|
|
4346
4141
|
/** @internal */
|
|
4347
|
-
export const
|
|
4348
|
-
|
|
4142
|
+
export const Seventeen$outboundSchema: z.ZodType<
|
|
4143
|
+
Seventeen$Outbound,
|
|
4349
4144
|
z.ZodTypeDef,
|
|
4350
|
-
|
|
4145
|
+
Seventeen
|
|
4351
4146
|
> = z.object({
|
|
4352
4147
|
type:
|
|
4353
4148
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema,
|
|
4354
4149
|
});
|
|
4355
4150
|
|
|
4356
|
-
export function
|
|
4357
|
-
|
|
4358
|
-
): string {
|
|
4359
|
-
return JSON.stringify(
|
|
4360
|
-
CreateEvalFunctionParams17$outboundSchema.parse(createEvalFunctionParams17),
|
|
4361
|
-
);
|
|
4151
|
+
export function seventeenToJSON(seventeen: Seventeen): string {
|
|
4152
|
+
return JSON.stringify(Seventeen$outboundSchema.parse(seventeen));
|
|
4362
4153
|
}
|
|
4363
|
-
export function
|
|
4154
|
+
export function seventeenFromJSON(
|
|
4364
4155
|
jsonString: string,
|
|
4365
|
-
): SafeParseResult<
|
|
4156
|
+
): SafeParseResult<Seventeen, SDKValidationError> {
|
|
4366
4157
|
return safeParse(
|
|
4367
4158
|
jsonString,
|
|
4368
|
-
(x) =>
|
|
4369
|
-
`Failed to parse '
|
|
4159
|
+
(x) => Seventeen$inboundSchema.parse(JSON.parse(x)),
|
|
4160
|
+
`Failed to parse 'Seventeen' from JSON`,
|
|
4370
4161
|
);
|
|
4371
4162
|
}
|
|
4372
4163
|
|
|
@@ -4385,43 +4176,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4385
4176
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema;
|
|
4386
4177
|
|
|
4387
4178
|
/** @internal */
|
|
4388
|
-
export const
|
|
4389
|
-
|
|
4390
|
-
|
|
4391
|
-
|
|
4392
|
-
|
|
4393
|
-
type:
|
|
4394
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema,
|
|
4395
|
-
});
|
|
4179
|
+
export const Sixteen$inboundSchema: z.ZodType<Sixteen, z.ZodTypeDef, unknown> =
|
|
4180
|
+
z.object({
|
|
4181
|
+
type:
|
|
4182
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema,
|
|
4183
|
+
});
|
|
4396
4184
|
/** @internal */
|
|
4397
|
-
export type
|
|
4185
|
+
export type Sixteen$Outbound = {
|
|
4398
4186
|
type: string;
|
|
4399
4187
|
};
|
|
4400
4188
|
|
|
4401
4189
|
/** @internal */
|
|
4402
|
-
export const
|
|
4403
|
-
|
|
4190
|
+
export const Sixteen$outboundSchema: z.ZodType<
|
|
4191
|
+
Sixteen$Outbound,
|
|
4404
4192
|
z.ZodTypeDef,
|
|
4405
|
-
|
|
4193
|
+
Sixteen
|
|
4406
4194
|
> = z.object({
|
|
4407
4195
|
type:
|
|
4408
4196
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema,
|
|
4409
4197
|
});
|
|
4410
4198
|
|
|
4411
|
-
export function
|
|
4412
|
-
|
|
4413
|
-
): string {
|
|
4414
|
-
return JSON.stringify(
|
|
4415
|
-
CreateEvalFunctionParams16$outboundSchema.parse(createEvalFunctionParams16),
|
|
4416
|
-
);
|
|
4199
|
+
export function sixteenToJSON(sixteen: Sixteen): string {
|
|
4200
|
+
return JSON.stringify(Sixteen$outboundSchema.parse(sixteen));
|
|
4417
4201
|
}
|
|
4418
|
-
export function
|
|
4202
|
+
export function sixteenFromJSON(
|
|
4419
4203
|
jsonString: string,
|
|
4420
|
-
): SafeParseResult<
|
|
4204
|
+
): SafeParseResult<Sixteen, SDKValidationError> {
|
|
4421
4205
|
return safeParse(
|
|
4422
4206
|
jsonString,
|
|
4423
|
-
(x) =>
|
|
4424
|
-
`Failed to parse '
|
|
4207
|
+
(x) => Sixteen$inboundSchema.parse(JSON.parse(x)),
|
|
4208
|
+
`Failed to parse 'Sixteen' from JSON`,
|
|
4425
4209
|
);
|
|
4426
4210
|
}
|
|
4427
4211
|
|
|
@@ -4440,46 +4224,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4440
4224
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema;
|
|
4441
4225
|
|
|
4442
4226
|
/** @internal */
|
|
4443
|
-
export const
|
|
4444
|
-
|
|
4445
|
-
|
|
4446
|
-
|
|
4447
|
-
|
|
4448
|
-
|
|
4449
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema,
|
|
4450
|
-
pattern: z.string(),
|
|
4451
|
-
});
|
|
4227
|
+
export const Fifteen$inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown> =
|
|
4228
|
+
z.object({
|
|
4229
|
+
type:
|
|
4230
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema,
|
|
4231
|
+
pattern: z.string(),
|
|
4232
|
+
});
|
|
4452
4233
|
/** @internal */
|
|
4453
|
-
export type
|
|
4234
|
+
export type Fifteen$Outbound = {
|
|
4454
4235
|
type: string;
|
|
4455
4236
|
pattern: string;
|
|
4456
4237
|
};
|
|
4457
4238
|
|
|
4458
4239
|
/** @internal */
|
|
4459
|
-
export const
|
|
4460
|
-
|
|
4240
|
+
export const Fifteen$outboundSchema: z.ZodType<
|
|
4241
|
+
Fifteen$Outbound,
|
|
4461
4242
|
z.ZodTypeDef,
|
|
4462
|
-
|
|
4243
|
+
Fifteen
|
|
4463
4244
|
> = z.object({
|
|
4464
4245
|
type:
|
|
4465
4246
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema,
|
|
4466
4247
|
pattern: z.string(),
|
|
4467
4248
|
});
|
|
4468
4249
|
|
|
4469
|
-
export function
|
|
4470
|
-
|
|
4471
|
-
): string {
|
|
4472
|
-
return JSON.stringify(
|
|
4473
|
-
CreateEvalFunctionParams15$outboundSchema.parse(createEvalFunctionParams15),
|
|
4474
|
-
);
|
|
4250
|
+
export function fifteenToJSON(fifteen: Fifteen): string {
|
|
4251
|
+
return JSON.stringify(Fifteen$outboundSchema.parse(fifteen));
|
|
4475
4252
|
}
|
|
4476
|
-
export function
|
|
4253
|
+
export function fifteenFromJSON(
|
|
4477
4254
|
jsonString: string,
|
|
4478
|
-
): SafeParseResult<
|
|
4255
|
+
): SafeParseResult<Fifteen, SDKValidationError> {
|
|
4479
4256
|
return safeParse(
|
|
4480
4257
|
jsonString,
|
|
4481
|
-
(x) =>
|
|
4482
|
-
`Failed to parse '
|
|
4258
|
+
(x) => Fifteen$inboundSchema.parse(JSON.parse(x)),
|
|
4259
|
+
`Failed to parse 'Fifteen' from JSON`,
|
|
4483
4260
|
);
|
|
4484
4261
|
}
|
|
4485
4262
|
|
|
@@ -4498,8 +4275,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4498
4275
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema;
|
|
4499
4276
|
|
|
4500
4277
|
/** @internal */
|
|
4501
|
-
export const
|
|
4502
|
-
|
|
4278
|
+
export const Fourteen$inboundSchema: z.ZodType<
|
|
4279
|
+
Fourteen,
|
|
4503
4280
|
z.ZodTypeDef,
|
|
4504
4281
|
unknown
|
|
4505
4282
|
> = z.object({
|
|
@@ -4507,34 +4284,30 @@ export const CreateEvalFunctionParams14$inboundSchema: z.ZodType<
|
|
|
4507
4284
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema,
|
|
4508
4285
|
});
|
|
4509
4286
|
/** @internal */
|
|
4510
|
-
export type
|
|
4287
|
+
export type Fourteen$Outbound = {
|
|
4511
4288
|
type: string;
|
|
4512
4289
|
};
|
|
4513
4290
|
|
|
4514
4291
|
/** @internal */
|
|
4515
|
-
export const
|
|
4516
|
-
|
|
4292
|
+
export const Fourteen$outboundSchema: z.ZodType<
|
|
4293
|
+
Fourteen$Outbound,
|
|
4517
4294
|
z.ZodTypeDef,
|
|
4518
|
-
|
|
4295
|
+
Fourteen
|
|
4519
4296
|
> = z.object({
|
|
4520
4297
|
type:
|
|
4521
4298
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema,
|
|
4522
4299
|
});
|
|
4523
4300
|
|
|
4524
|
-
export function
|
|
4525
|
-
|
|
4526
|
-
): string {
|
|
4527
|
-
return JSON.stringify(
|
|
4528
|
-
CreateEvalFunctionParams14$outboundSchema.parse(createEvalFunctionParams14),
|
|
4529
|
-
);
|
|
4301
|
+
export function fourteenToJSON(fourteen: Fourteen): string {
|
|
4302
|
+
return JSON.stringify(Fourteen$outboundSchema.parse(fourteen));
|
|
4530
4303
|
}
|
|
4531
|
-
export function
|
|
4304
|
+
export function fourteenFromJSON(
|
|
4532
4305
|
jsonString: string,
|
|
4533
|
-
): SafeParseResult<
|
|
4306
|
+
): SafeParseResult<Fourteen, SDKValidationError> {
|
|
4534
4307
|
return safeParse(
|
|
4535
4308
|
jsonString,
|
|
4536
|
-
(x) =>
|
|
4537
|
-
`Failed to parse '
|
|
4309
|
+
(x) => Fourteen$inboundSchema.parse(JSON.parse(x)),
|
|
4310
|
+
`Failed to parse 'Fourteen' from JSON`,
|
|
4538
4311
|
);
|
|
4539
4312
|
}
|
|
4540
4313
|
|
|
@@ -4553,8 +4326,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4553
4326
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema;
|
|
4554
4327
|
|
|
4555
4328
|
/** @internal */
|
|
4556
|
-
export const
|
|
4557
|
-
|
|
4329
|
+
export const Thirteen$inboundSchema: z.ZodType<
|
|
4330
|
+
Thirteen,
|
|
4558
4331
|
z.ZodTypeDef,
|
|
4559
4332
|
unknown
|
|
4560
4333
|
> = z.object({
|
|
@@ -4563,36 +4336,32 @@ export const CreateEvalFunctionParams13$inboundSchema: z.ZodType<
|
|
|
4563
4336
|
value: z.number(),
|
|
4564
4337
|
});
|
|
4565
4338
|
/** @internal */
|
|
4566
|
-
export type
|
|
4339
|
+
export type Thirteen$Outbound = {
|
|
4567
4340
|
type: string;
|
|
4568
4341
|
value: number;
|
|
4569
4342
|
};
|
|
4570
4343
|
|
|
4571
4344
|
/** @internal */
|
|
4572
|
-
export const
|
|
4573
|
-
|
|
4345
|
+
export const Thirteen$outboundSchema: z.ZodType<
|
|
4346
|
+
Thirteen$Outbound,
|
|
4574
4347
|
z.ZodTypeDef,
|
|
4575
|
-
|
|
4348
|
+
Thirteen
|
|
4576
4349
|
> = z.object({
|
|
4577
4350
|
type:
|
|
4578
4351
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema,
|
|
4579
4352
|
value: z.number(),
|
|
4580
4353
|
});
|
|
4581
4354
|
|
|
4582
|
-
export function
|
|
4583
|
-
|
|
4584
|
-
): string {
|
|
4585
|
-
return JSON.stringify(
|
|
4586
|
-
CreateEvalFunctionParams13$outboundSchema.parse(createEvalFunctionParams13),
|
|
4587
|
-
);
|
|
4355
|
+
export function thirteenToJSON(thirteen: Thirteen): string {
|
|
4356
|
+
return JSON.stringify(Thirteen$outboundSchema.parse(thirteen));
|
|
4588
4357
|
}
|
|
4589
|
-
export function
|
|
4358
|
+
export function thirteenFromJSON(
|
|
4590
4359
|
jsonString: string,
|
|
4591
|
-
): SafeParseResult<
|
|
4360
|
+
): SafeParseResult<Thirteen, SDKValidationError> {
|
|
4592
4361
|
return safeParse(
|
|
4593
4362
|
jsonString,
|
|
4594
|
-
(x) =>
|
|
4595
|
-
`Failed to parse '
|
|
4363
|
+
(x) => Thirteen$inboundSchema.parse(JSON.parse(x)),
|
|
4364
|
+
`Failed to parse 'Thirteen' from JSON`,
|
|
4596
4365
|
);
|
|
4597
4366
|
}
|
|
4598
4367
|
|
|
@@ -4611,28 +4380,25 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4611
4380
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema;
|
|
4612
4381
|
|
|
4613
4382
|
/** @internal */
|
|
4614
|
-
export const
|
|
4615
|
-
|
|
4616
|
-
|
|
4617
|
-
|
|
4618
|
-
|
|
4619
|
-
|
|
4620
|
-
|
|
4621
|
-
min: z.number(),
|
|
4622
|
-
max: z.number(),
|
|
4623
|
-
});
|
|
4383
|
+
export const Twelve$inboundSchema: z.ZodType<Twelve, z.ZodTypeDef, unknown> = z
|
|
4384
|
+
.object({
|
|
4385
|
+
type:
|
|
4386
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema,
|
|
4387
|
+
min: z.number(),
|
|
4388
|
+
max: z.number(),
|
|
4389
|
+
});
|
|
4624
4390
|
/** @internal */
|
|
4625
|
-
export type
|
|
4391
|
+
export type Twelve$Outbound = {
|
|
4626
4392
|
type: string;
|
|
4627
4393
|
min: number;
|
|
4628
4394
|
max: number;
|
|
4629
4395
|
};
|
|
4630
4396
|
|
|
4631
4397
|
/** @internal */
|
|
4632
|
-
export const
|
|
4633
|
-
|
|
4398
|
+
export const Twelve$outboundSchema: z.ZodType<
|
|
4399
|
+
Twelve$Outbound,
|
|
4634
4400
|
z.ZodTypeDef,
|
|
4635
|
-
|
|
4401
|
+
Twelve
|
|
4636
4402
|
> = z.object({
|
|
4637
4403
|
type:
|
|
4638
4404
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema,
|
|
@@ -4640,20 +4406,16 @@ export const CreateEvalFunctionParams12$outboundSchema: z.ZodType<
|
|
|
4640
4406
|
max: z.number(),
|
|
4641
4407
|
});
|
|
4642
4408
|
|
|
4643
|
-
export function
|
|
4644
|
-
|
|
4645
|
-
): string {
|
|
4646
|
-
return JSON.stringify(
|
|
4647
|
-
CreateEvalFunctionParams12$outboundSchema.parse(createEvalFunctionParams12),
|
|
4648
|
-
);
|
|
4409
|
+
export function twelveToJSON(twelve: Twelve): string {
|
|
4410
|
+
return JSON.stringify(Twelve$outboundSchema.parse(twelve));
|
|
4649
4411
|
}
|
|
4650
|
-
export function
|
|
4412
|
+
export function twelveFromJSON(
|
|
4651
4413
|
jsonString: string,
|
|
4652
|
-
): SafeParseResult<
|
|
4414
|
+
): SafeParseResult<Twelve, SDKValidationError> {
|
|
4653
4415
|
return safeParse(
|
|
4654
4416
|
jsonString,
|
|
4655
|
-
(x) =>
|
|
4656
|
-
`Failed to parse '
|
|
4417
|
+
(x) => Twelve$inboundSchema.parse(JSON.parse(x)),
|
|
4418
|
+
`Failed to parse 'Twelve' from JSON`,
|
|
4657
4419
|
);
|
|
4658
4420
|
}
|
|
4659
4421
|
|
|
@@ -4672,46 +4434,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4672
4434
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema;
|
|
4673
4435
|
|
|
4674
4436
|
/** @internal */
|
|
4675
|
-
export const
|
|
4676
|
-
|
|
4677
|
-
|
|
4678
|
-
|
|
4679
|
-
|
|
4680
|
-
|
|
4681
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema,
|
|
4682
|
-
value: z.number(),
|
|
4683
|
-
});
|
|
4437
|
+
export const Eleven$inboundSchema: z.ZodType<Eleven, z.ZodTypeDef, unknown> = z
|
|
4438
|
+
.object({
|
|
4439
|
+
type:
|
|
4440
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema,
|
|
4441
|
+
value: z.number(),
|
|
4442
|
+
});
|
|
4684
4443
|
/** @internal */
|
|
4685
|
-
export type
|
|
4444
|
+
export type Eleven$Outbound = {
|
|
4686
4445
|
type: string;
|
|
4687
4446
|
value: number;
|
|
4688
4447
|
};
|
|
4689
4448
|
|
|
4690
4449
|
/** @internal */
|
|
4691
|
-
export const
|
|
4692
|
-
|
|
4450
|
+
export const Eleven$outboundSchema: z.ZodType<
|
|
4451
|
+
Eleven$Outbound,
|
|
4693
4452
|
z.ZodTypeDef,
|
|
4694
|
-
|
|
4453
|
+
Eleven
|
|
4695
4454
|
> = z.object({
|
|
4696
4455
|
type:
|
|
4697
4456
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema,
|
|
4698
4457
|
value: z.number(),
|
|
4699
4458
|
});
|
|
4700
4459
|
|
|
4701
|
-
export function
|
|
4702
|
-
|
|
4703
|
-
): string {
|
|
4704
|
-
return JSON.stringify(
|
|
4705
|
-
CreateEvalFunctionParams11$outboundSchema.parse(createEvalFunctionParams11),
|
|
4706
|
-
);
|
|
4460
|
+
export function elevenToJSON(eleven: Eleven): string {
|
|
4461
|
+
return JSON.stringify(Eleven$outboundSchema.parse(eleven));
|
|
4707
4462
|
}
|
|
4708
|
-
export function
|
|
4463
|
+
export function elevenFromJSON(
|
|
4709
4464
|
jsonString: string,
|
|
4710
|
-
): SafeParseResult<
|
|
4465
|
+
): SafeParseResult<Eleven, SDKValidationError> {
|
|
4711
4466
|
return safeParse(
|
|
4712
4467
|
jsonString,
|
|
4713
|
-
(x) =>
|
|
4714
|
-
`Failed to parse '
|
|
4468
|
+
(x) => Eleven$inboundSchema.parse(JSON.parse(x)),
|
|
4469
|
+
`Failed to parse 'Eleven' from JSON`,
|
|
4715
4470
|
);
|
|
4716
4471
|
}
|
|
4717
4472
|
|
|
@@ -4730,43 +4485,33 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4730
4485
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema;
|
|
4731
4486
|
|
|
4732
4487
|
/** @internal */
|
|
4733
|
-
export const
|
|
4734
|
-
|
|
4735
|
-
|
|
4736
|
-
|
|
4737
|
-
|
|
4738
|
-
type:
|
|
4739
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema,
|
|
4740
|
-
});
|
|
4488
|
+
export const Ten$inboundSchema: z.ZodType<Ten, z.ZodTypeDef, unknown> = z
|
|
4489
|
+
.object({
|
|
4490
|
+
type:
|
|
4491
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema,
|
|
4492
|
+
});
|
|
4741
4493
|
/** @internal */
|
|
4742
|
-
export type
|
|
4494
|
+
export type Ten$Outbound = {
|
|
4743
4495
|
type: string;
|
|
4744
4496
|
};
|
|
4745
4497
|
|
|
4746
4498
|
/** @internal */
|
|
4747
|
-
export const
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
type:
|
|
4753
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema,
|
|
4754
|
-
});
|
|
4499
|
+
export const Ten$outboundSchema: z.ZodType<Ten$Outbound, z.ZodTypeDef, Ten> = z
|
|
4500
|
+
.object({
|
|
4501
|
+
type:
|
|
4502
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema,
|
|
4503
|
+
});
|
|
4755
4504
|
|
|
4756
|
-
export function
|
|
4757
|
-
|
|
4758
|
-
): string {
|
|
4759
|
-
return JSON.stringify(
|
|
4760
|
-
CreateEvalFunctionParams10$outboundSchema.parse(createEvalFunctionParams10),
|
|
4761
|
-
);
|
|
4505
|
+
export function tenToJSON(ten: Ten): string {
|
|
4506
|
+
return JSON.stringify(Ten$outboundSchema.parse(ten));
|
|
4762
4507
|
}
|
|
4763
|
-
export function
|
|
4508
|
+
export function tenFromJSON(
|
|
4764
4509
|
jsonString: string,
|
|
4765
|
-
): SafeParseResult<
|
|
4510
|
+
): SafeParseResult<Ten, SDKValidationError> {
|
|
4766
4511
|
return safeParse(
|
|
4767
4512
|
jsonString,
|
|
4768
|
-
(x) =>
|
|
4769
|
-
`Failed to parse '
|
|
4513
|
+
(x) => Ten$inboundSchema.parse(JSON.parse(x)),
|
|
4514
|
+
`Failed to parse 'Ten' from JSON`,
|
|
4770
4515
|
);
|
|
4771
4516
|
}
|
|
4772
4517
|
|
|
@@ -4785,46 +4530,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4785
4530
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema;
|
|
4786
4531
|
|
|
4787
4532
|
/** @internal */
|
|
4788
|
-
export const
|
|
4789
|
-
|
|
4790
|
-
|
|
4791
|
-
|
|
4792
|
-
|
|
4793
|
-
|
|
4794
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema,
|
|
4795
|
-
value: z.string(),
|
|
4796
|
-
});
|
|
4533
|
+
export const Nine$inboundSchema: z.ZodType<Nine, z.ZodTypeDef, unknown> = z
|
|
4534
|
+
.object({
|
|
4535
|
+
type:
|
|
4536
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema,
|
|
4537
|
+
value: z.string(),
|
|
4538
|
+
});
|
|
4797
4539
|
/** @internal */
|
|
4798
|
-
export type
|
|
4540
|
+
export type Nine$Outbound = {
|
|
4799
4541
|
type: string;
|
|
4800
4542
|
value: string;
|
|
4801
4543
|
};
|
|
4802
4544
|
|
|
4803
4545
|
/** @internal */
|
|
4804
|
-
export const
|
|
4805
|
-
|
|
4806
|
-
|
|
4807
|
-
|
|
4808
|
-
|
|
4809
|
-
|
|
4810
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema,
|
|
4811
|
-
value: z.string(),
|
|
4812
|
-
});
|
|
4546
|
+
export const Nine$outboundSchema: z.ZodType<Nine$Outbound, z.ZodTypeDef, Nine> =
|
|
4547
|
+
z.object({
|
|
4548
|
+
type:
|
|
4549
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema,
|
|
4550
|
+
value: z.string(),
|
|
4551
|
+
});
|
|
4813
4552
|
|
|
4814
|
-
export function
|
|
4815
|
-
|
|
4816
|
-
): string {
|
|
4817
|
-
return JSON.stringify(
|
|
4818
|
-
CreateEvalFunctionParams9$outboundSchema.parse(createEvalFunctionParams9),
|
|
4819
|
-
);
|
|
4553
|
+
export function nineToJSON(nine: Nine): string {
|
|
4554
|
+
return JSON.stringify(Nine$outboundSchema.parse(nine));
|
|
4820
4555
|
}
|
|
4821
|
-
export function
|
|
4556
|
+
export function nineFromJSON(
|
|
4822
4557
|
jsonString: string,
|
|
4823
|
-
): SafeParseResult<
|
|
4558
|
+
): SafeParseResult<Nine, SDKValidationError> {
|
|
4824
4559
|
return safeParse(
|
|
4825
4560
|
jsonString,
|
|
4826
|
-
(x) =>
|
|
4827
|
-
`Failed to parse '
|
|
4561
|
+
(x) => Nine$inboundSchema.parse(JSON.parse(x)),
|
|
4562
|
+
`Failed to parse 'Nine' from JSON`,
|
|
4828
4563
|
);
|
|
4829
4564
|
}
|
|
4830
4565
|
|
|
@@ -4843,46 +4578,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4843
4578
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema;
|
|
4844
4579
|
|
|
4845
4580
|
/** @internal */
|
|
4846
|
-
export const
|
|
4847
|
-
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
4851
|
-
|
|
4852
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
4853
|
-
value: z.string(),
|
|
4854
|
-
});
|
|
4581
|
+
export const Eight$inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown> = z
|
|
4582
|
+
.object({
|
|
4583
|
+
type:
|
|
4584
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
4585
|
+
value: z.string(),
|
|
4586
|
+
});
|
|
4855
4587
|
/** @internal */
|
|
4856
|
-
export type
|
|
4588
|
+
export type Eight$Outbound = {
|
|
4857
4589
|
type: string;
|
|
4858
4590
|
value: string;
|
|
4859
4591
|
};
|
|
4860
4592
|
|
|
4861
4593
|
/** @internal */
|
|
4862
|
-
export const
|
|
4863
|
-
|
|
4594
|
+
export const Eight$outboundSchema: z.ZodType<
|
|
4595
|
+
Eight$Outbound,
|
|
4864
4596
|
z.ZodTypeDef,
|
|
4865
|
-
|
|
4597
|
+
Eight
|
|
4866
4598
|
> = z.object({
|
|
4867
4599
|
type:
|
|
4868
4600
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema,
|
|
4869
4601
|
value: z.string(),
|
|
4870
4602
|
});
|
|
4871
4603
|
|
|
4872
|
-
export function
|
|
4873
|
-
|
|
4874
|
-
): string {
|
|
4875
|
-
return JSON.stringify(
|
|
4876
|
-
CreateEvalFunctionParams8$outboundSchema.parse(createEvalFunctionParams8),
|
|
4877
|
-
);
|
|
4604
|
+
export function eightToJSON(eight: Eight): string {
|
|
4605
|
+
return JSON.stringify(Eight$outboundSchema.parse(eight));
|
|
4878
4606
|
}
|
|
4879
|
-
export function
|
|
4607
|
+
export function eightFromJSON(
|
|
4880
4608
|
jsonString: string,
|
|
4881
|
-
): SafeParseResult<
|
|
4609
|
+
): SafeParseResult<Eight, SDKValidationError> {
|
|
4882
4610
|
return safeParse(
|
|
4883
4611
|
jsonString,
|
|
4884
|
-
(x) =>
|
|
4885
|
-
`Failed to parse '
|
|
4612
|
+
(x) => Eight$inboundSchema.parse(JSON.parse(x)),
|
|
4613
|
+
`Failed to parse 'Eight' from JSON`,
|
|
4886
4614
|
);
|
|
4887
4615
|
}
|
|
4888
4616
|
|
|
@@ -4901,43 +4629,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
|
|
|
4901
4629
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
4902
4630
|
|
|
4903
4631
|
/** @internal */
|
|
4904
|
-
export const
|
|
4905
|
-
|
|
4906
|
-
|
|
4907
|
-
|
|
4908
|
-
|
|
4909
|
-
type:
|
|
4910
|
-
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
4911
|
-
});
|
|
4632
|
+
export const Seven$inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown> = z
|
|
4633
|
+
.object({
|
|
4634
|
+
type:
|
|
4635
|
+
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
4636
|
+
});
|
|
4912
4637
|
/** @internal */
|
|
4913
|
-
export type
|
|
4638
|
+
export type Seven$Outbound = {
|
|
4914
4639
|
type: string;
|
|
4915
4640
|
};
|
|
4916
4641
|
|
|
4917
4642
|
/** @internal */
|
|
4918
|
-
export const
|
|
4919
|
-
|
|
4643
|
+
export const Seven$outboundSchema: z.ZodType<
|
|
4644
|
+
Seven$Outbound,
|
|
4920
4645
|
z.ZodTypeDef,
|
|
4921
|
-
|
|
4646
|
+
Seven
|
|
4922
4647
|
> = z.object({
|
|
4923
4648
|
type:
|
|
4924
4649
|
CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
4925
4650
|
});
|
|
4926
4651
|
|
|
4927
|
-
export function
|
|
4928
|
-
|
|
4929
|
-
): string {
|
|
4930
|
-
return JSON.stringify(
|
|
4931
|
-
CreateEvalFunctionParams7$outboundSchema.parse(createEvalFunctionParams7),
|
|
4932
|
-
);
|
|
4652
|
+
export function sevenToJSON(seven: Seven): string {
|
|
4653
|
+
return JSON.stringify(Seven$outboundSchema.parse(seven));
|
|
4933
4654
|
}
|
|
4934
|
-
export function
|
|
4655
|
+
export function sevenFromJSON(
|
|
4935
4656
|
jsonString: string,
|
|
4936
|
-
): SafeParseResult<
|
|
4657
|
+
): SafeParseResult<Seven, SDKValidationError> {
|
|
4937
4658
|
return safeParse(
|
|
4938
4659
|
jsonString,
|
|
4939
|
-
(x) =>
|
|
4940
|
-
`Failed to parse '
|
|
4660
|
+
(x) => Seven$inboundSchema.parse(JSON.parse(x)),
|
|
4661
|
+
`Failed to parse 'Seven' from JSON`,
|
|
4941
4662
|
);
|
|
4942
4663
|
}
|
|
4943
4664
|
|
|
@@ -5251,25 +4972,24 @@ export const FunctionParams$inboundSchema: z.ZodType<
|
|
|
5251
4972
|
z.ZodTypeDef,
|
|
5252
4973
|
unknown
|
|
5253
4974
|
> = z.union([
|
|
5254
|
-
z.lazy(() =>
|
|
4975
|
+
z.lazy(() => Twelve$inboundSchema),
|
|
5255
4976
|
z.lazy(() => CreateEvalFunctionParams1$inboundSchema),
|
|
5256
4977
|
z.lazy(() => CreateEvalFunctionParams2$inboundSchema),
|
|
5257
4978
|
z.lazy(() => CreateEvalFunctionParams3$inboundSchema),
|
|
5258
4979
|
z.lazy(() => CreateEvalFunctionParams4$inboundSchema),
|
|
5259
|
-
z.lazy(() =>
|
|
5260
|
-
z.lazy(() =>
|
|
5261
|
-
z.lazy(() =>
|
|
5262
|
-
z.lazy(() =>
|
|
5263
|
-
z.lazy(() =>
|
|
4980
|
+
z.lazy(() => Eight$inboundSchema),
|
|
4981
|
+
z.lazy(() => Nine$inboundSchema),
|
|
4982
|
+
z.lazy(() => Eleven$inboundSchema),
|
|
4983
|
+
z.lazy(() => Thirteen$inboundSchema),
|
|
4984
|
+
z.lazy(() => Fifteen$inboundSchema),
|
|
5264
4985
|
z.lazy(() => TwentyFive$inboundSchema),
|
|
5265
|
-
z.lazy(() => TwentySix$inboundSchema),
|
|
5266
4986
|
z.lazy(() => CreateEvalFunctionParams5$inboundSchema),
|
|
5267
4987
|
z.lazy(() => CreateEvalFunctionParams6$inboundSchema),
|
|
5268
|
-
z.lazy(() =>
|
|
5269
|
-
z.lazy(() =>
|
|
5270
|
-
z.lazy(() =>
|
|
5271
|
-
z.lazy(() =>
|
|
5272
|
-
z.lazy(() =>
|
|
4988
|
+
z.lazy(() => Seven$inboundSchema),
|
|
4989
|
+
z.lazy(() => Ten$inboundSchema),
|
|
4990
|
+
z.lazy(() => Fourteen$inboundSchema),
|
|
4991
|
+
z.lazy(() => Sixteen$inboundSchema),
|
|
4992
|
+
z.lazy(() => Seventeen$inboundSchema),
|
|
5273
4993
|
z.lazy(() => Eighteen$inboundSchema),
|
|
5274
4994
|
z.lazy(() => Nineteen$inboundSchema),
|
|
5275
4995
|
z.lazy(() => Twenty$inboundSchema),
|
|
@@ -5277,37 +4997,34 @@ export const FunctionParams$inboundSchema: z.ZodType<
|
|
|
5277
4997
|
z.lazy(() => TwentyTwo$inboundSchema),
|
|
5278
4998
|
z.lazy(() => TwentyThree$inboundSchema),
|
|
5279
4999
|
z.lazy(() => TwentyFour$inboundSchema),
|
|
5000
|
+
z.lazy(() => TwentySix$inboundSchema),
|
|
5280
5001
|
z.lazy(() => TwentySeven$inboundSchema),
|
|
5281
5002
|
z.lazy(() => TwentyEight$inboundSchema),
|
|
5282
5003
|
z.lazy(() => TwentyNine$inboundSchema),
|
|
5283
5004
|
z.lazy(() => Thirty$inboundSchema),
|
|
5284
5005
|
z.lazy(() => ThirtyOne$inboundSchema),
|
|
5285
5006
|
z.lazy(() => ThirtyTwo$inboundSchema),
|
|
5286
|
-
z.lazy(() => ThirtyThree$inboundSchema),
|
|
5287
|
-
z.lazy(() => ThirtyFour$inboundSchema),
|
|
5288
|
-
z.lazy(() => ThirtyFive$inboundSchema),
|
|
5289
5007
|
]);
|
|
5290
5008
|
/** @internal */
|
|
5291
5009
|
export type FunctionParams$Outbound =
|
|
5292
|
-
|
|
|
5010
|
+
| Twelve$Outbound
|
|
5293
5011
|
| CreateEvalFunctionParams1$Outbound
|
|
5294
5012
|
| CreateEvalFunctionParams2$Outbound
|
|
5295
5013
|
| CreateEvalFunctionParams3$Outbound
|
|
5296
5014
|
| CreateEvalFunctionParams4$Outbound
|
|
5297
|
-
|
|
|
5298
|
-
|
|
|
5299
|
-
|
|
|
5300
|
-
|
|
|
5301
|
-
|
|
|
5015
|
+
| Eight$Outbound
|
|
5016
|
+
| Nine$Outbound
|
|
5017
|
+
| Eleven$Outbound
|
|
5018
|
+
| Thirteen$Outbound
|
|
5019
|
+
| Fifteen$Outbound
|
|
5302
5020
|
| TwentyFive$Outbound
|
|
5303
|
-
| TwentySix$Outbound
|
|
5304
5021
|
| CreateEvalFunctionParams5$Outbound
|
|
5305
5022
|
| CreateEvalFunctionParams6$Outbound
|
|
5306
|
-
|
|
|
5307
|
-
|
|
|
5308
|
-
|
|
|
5309
|
-
|
|
|
5310
|
-
|
|
|
5023
|
+
| Seven$Outbound
|
|
5024
|
+
| Ten$Outbound
|
|
5025
|
+
| Fourteen$Outbound
|
|
5026
|
+
| Sixteen$Outbound
|
|
5027
|
+
| Seventeen$Outbound
|
|
5311
5028
|
| Eighteen$Outbound
|
|
5312
5029
|
| Nineteen$Outbound
|
|
5313
5030
|
| Twenty$Outbound
|
|
@@ -5315,15 +5032,13 @@ export type FunctionParams$Outbound =
|
|
|
5315
5032
|
| TwentyTwo$Outbound
|
|
5316
5033
|
| TwentyThree$Outbound
|
|
5317
5034
|
| TwentyFour$Outbound
|
|
5035
|
+
| TwentySix$Outbound
|
|
5318
5036
|
| TwentySeven$Outbound
|
|
5319
5037
|
| TwentyEight$Outbound
|
|
5320
5038
|
| TwentyNine$Outbound
|
|
5321
5039
|
| Thirty$Outbound
|
|
5322
5040
|
| ThirtyOne$Outbound
|
|
5323
|
-
| ThirtyTwo$Outbound
|
|
5324
|
-
| ThirtyThree$Outbound
|
|
5325
|
-
| ThirtyFour$Outbound
|
|
5326
|
-
| ThirtyFive$Outbound;
|
|
5041
|
+
| ThirtyTwo$Outbound;
|
|
5327
5042
|
|
|
5328
5043
|
/** @internal */
|
|
5329
5044
|
export const FunctionParams$outboundSchema: z.ZodType<
|
|
@@ -5331,25 +5046,24 @@ export const FunctionParams$outboundSchema: z.ZodType<
|
|
|
5331
5046
|
z.ZodTypeDef,
|
|
5332
5047
|
FunctionParams
|
|
5333
5048
|
> = z.union([
|
|
5334
|
-
z.lazy(() =>
|
|
5049
|
+
z.lazy(() => Twelve$outboundSchema),
|
|
5335
5050
|
z.lazy(() => CreateEvalFunctionParams1$outboundSchema),
|
|
5336
5051
|
z.lazy(() => CreateEvalFunctionParams2$outboundSchema),
|
|
5337
5052
|
z.lazy(() => CreateEvalFunctionParams3$outboundSchema),
|
|
5338
5053
|
z.lazy(() => CreateEvalFunctionParams4$outboundSchema),
|
|
5339
|
-
z.lazy(() =>
|
|
5340
|
-
z.lazy(() =>
|
|
5341
|
-
z.lazy(() =>
|
|
5342
|
-
z.lazy(() =>
|
|
5343
|
-
z.lazy(() =>
|
|
5054
|
+
z.lazy(() => Eight$outboundSchema),
|
|
5055
|
+
z.lazy(() => Nine$outboundSchema),
|
|
5056
|
+
z.lazy(() => Eleven$outboundSchema),
|
|
5057
|
+
z.lazy(() => Thirteen$outboundSchema),
|
|
5058
|
+
z.lazy(() => Fifteen$outboundSchema),
|
|
5344
5059
|
z.lazy(() => TwentyFive$outboundSchema),
|
|
5345
|
-
z.lazy(() => TwentySix$outboundSchema),
|
|
5346
5060
|
z.lazy(() => CreateEvalFunctionParams5$outboundSchema),
|
|
5347
5061
|
z.lazy(() => CreateEvalFunctionParams6$outboundSchema),
|
|
5348
|
-
z.lazy(() =>
|
|
5349
|
-
z.lazy(() =>
|
|
5350
|
-
z.lazy(() =>
|
|
5351
|
-
z.lazy(() =>
|
|
5352
|
-
z.lazy(() =>
|
|
5062
|
+
z.lazy(() => Seven$outboundSchema),
|
|
5063
|
+
z.lazy(() => Ten$outboundSchema),
|
|
5064
|
+
z.lazy(() => Fourteen$outboundSchema),
|
|
5065
|
+
z.lazy(() => Sixteen$outboundSchema),
|
|
5066
|
+
z.lazy(() => Seventeen$outboundSchema),
|
|
5353
5067
|
z.lazy(() => Eighteen$outboundSchema),
|
|
5354
5068
|
z.lazy(() => Nineteen$outboundSchema),
|
|
5355
5069
|
z.lazy(() => Twenty$outboundSchema),
|
|
@@ -5357,15 +5071,13 @@ export const FunctionParams$outboundSchema: z.ZodType<
|
|
|
5357
5071
|
z.lazy(() => TwentyTwo$outboundSchema),
|
|
5358
5072
|
z.lazy(() => TwentyThree$outboundSchema),
|
|
5359
5073
|
z.lazy(() => TwentyFour$outboundSchema),
|
|
5074
|
+
z.lazy(() => TwentySix$outboundSchema),
|
|
5360
5075
|
z.lazy(() => TwentySeven$outboundSchema),
|
|
5361
5076
|
z.lazy(() => TwentyEight$outboundSchema),
|
|
5362
5077
|
z.lazy(() => TwentyNine$outboundSchema),
|
|
5363
5078
|
z.lazy(() => Thirty$outboundSchema),
|
|
5364
5079
|
z.lazy(() => ThirtyOne$outboundSchema),
|
|
5365
5080
|
z.lazy(() => ThirtyTwo$outboundSchema),
|
|
5366
|
-
z.lazy(() => ThirtyThree$outboundSchema),
|
|
5367
|
-
z.lazy(() => ThirtyFour$outboundSchema),
|
|
5368
|
-
z.lazy(() => ThirtyFive$outboundSchema),
|
|
5369
5081
|
]);
|
|
5370
5082
|
|
|
5371
5083
|
export function functionParamsToJSON(functionParams: FunctionParams): string {
|
|
@@ -5389,8 +5101,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5389
5101
|
> = z.object({
|
|
5390
5102
|
_id: z.string(),
|
|
5391
5103
|
description: z.string(),
|
|
5392
|
-
created: z.string().default("2025-11-
|
|
5393
|
-
updated: z.string().default("2025-11-
|
|
5104
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5105
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5394
5106
|
guardrail_config: z.union([
|
|
5395
5107
|
z.lazy(() =>
|
|
5396
5108
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
|
|
@@ -5401,25 +5113,24 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5401
5113
|
]).optional(),
|
|
5402
5114
|
type: CreateEvalResponseBodyEvalsResponse200Type$inboundSchema,
|
|
5403
5115
|
function_params: z.union([
|
|
5404
|
-
z.lazy(() =>
|
|
5116
|
+
z.lazy(() => Twelve$inboundSchema),
|
|
5405
5117
|
z.lazy(() => CreateEvalFunctionParams1$inboundSchema),
|
|
5406
5118
|
z.lazy(() => CreateEvalFunctionParams2$inboundSchema),
|
|
5407
5119
|
z.lazy(() => CreateEvalFunctionParams3$inboundSchema),
|
|
5408
5120
|
z.lazy(() => CreateEvalFunctionParams4$inboundSchema),
|
|
5409
|
-
z.lazy(() =>
|
|
5410
|
-
z.lazy(() =>
|
|
5411
|
-
z.lazy(() =>
|
|
5412
|
-
z.lazy(() =>
|
|
5413
|
-
z.lazy(() =>
|
|
5121
|
+
z.lazy(() => Eight$inboundSchema),
|
|
5122
|
+
z.lazy(() => Nine$inboundSchema),
|
|
5123
|
+
z.lazy(() => Eleven$inboundSchema),
|
|
5124
|
+
z.lazy(() => Thirteen$inboundSchema),
|
|
5125
|
+
z.lazy(() => Fifteen$inboundSchema),
|
|
5414
5126
|
z.lazy(() => TwentyFive$inboundSchema),
|
|
5415
|
-
z.lazy(() => TwentySix$inboundSchema),
|
|
5416
5127
|
z.lazy(() => CreateEvalFunctionParams5$inboundSchema),
|
|
5417
5128
|
z.lazy(() => CreateEvalFunctionParams6$inboundSchema),
|
|
5418
|
-
z.lazy(() =>
|
|
5419
|
-
z.lazy(() =>
|
|
5420
|
-
z.lazy(() =>
|
|
5421
|
-
z.lazy(() =>
|
|
5422
|
-
z.lazy(() =>
|
|
5129
|
+
z.lazy(() => Seven$inboundSchema),
|
|
5130
|
+
z.lazy(() => Ten$inboundSchema),
|
|
5131
|
+
z.lazy(() => Fourteen$inboundSchema),
|
|
5132
|
+
z.lazy(() => Sixteen$inboundSchema),
|
|
5133
|
+
z.lazy(() => Seventeen$inboundSchema),
|
|
5423
5134
|
z.lazy(() => Eighteen$inboundSchema),
|
|
5424
5135
|
z.lazy(() => Nineteen$inboundSchema),
|
|
5425
5136
|
z.lazy(() => Twenty$inboundSchema),
|
|
@@ -5427,15 +5138,13 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
5427
5138
|
z.lazy(() => TwentyTwo$inboundSchema),
|
|
5428
5139
|
z.lazy(() => TwentyThree$inboundSchema),
|
|
5429
5140
|
z.lazy(() => TwentyFour$inboundSchema),
|
|
5141
|
+
z.lazy(() => TwentySix$inboundSchema),
|
|
5430
5142
|
z.lazy(() => TwentySeven$inboundSchema),
|
|
5431
5143
|
z.lazy(() => TwentyEight$inboundSchema),
|
|
5432
5144
|
z.lazy(() => TwentyNine$inboundSchema),
|
|
5433
5145
|
z.lazy(() => Thirty$inboundSchema),
|
|
5434
5146
|
z.lazy(() => ThirtyOne$inboundSchema),
|
|
5435
5147
|
z.lazy(() => ThirtyTwo$inboundSchema),
|
|
5436
|
-
z.lazy(() => ThirtyThree$inboundSchema),
|
|
5437
|
-
z.lazy(() => ThirtyFour$inboundSchema),
|
|
5438
|
-
z.lazy(() => ThirtyFive$inboundSchema),
|
|
5439
5148
|
]),
|
|
5440
5149
|
key: z.string(),
|
|
5441
5150
|
}).transform((v) => {
|
|
@@ -5457,25 +5166,24 @@ export type CreateEvalResponseBodyFunction$Outbound = {
|
|
|
5457
5166
|
| undefined;
|
|
5458
5167
|
type: string;
|
|
5459
5168
|
function_params:
|
|
5460
|
-
|
|
|
5169
|
+
| Twelve$Outbound
|
|
5461
5170
|
| CreateEvalFunctionParams1$Outbound
|
|
5462
5171
|
| CreateEvalFunctionParams2$Outbound
|
|
5463
5172
|
| CreateEvalFunctionParams3$Outbound
|
|
5464
5173
|
| CreateEvalFunctionParams4$Outbound
|
|
5465
|
-
|
|
|
5466
|
-
|
|
|
5467
|
-
|
|
|
5468
|
-
|
|
|
5469
|
-
|
|
|
5174
|
+
| Eight$Outbound
|
|
5175
|
+
| Nine$Outbound
|
|
5176
|
+
| Eleven$Outbound
|
|
5177
|
+
| Thirteen$Outbound
|
|
5178
|
+
| Fifteen$Outbound
|
|
5470
5179
|
| TwentyFive$Outbound
|
|
5471
|
-
| TwentySix$Outbound
|
|
5472
5180
|
| CreateEvalFunctionParams5$Outbound
|
|
5473
5181
|
| CreateEvalFunctionParams6$Outbound
|
|
5474
|
-
|
|
|
5475
|
-
|
|
|
5476
|
-
|
|
|
5477
|
-
|
|
|
5478
|
-
|
|
|
5182
|
+
| Seven$Outbound
|
|
5183
|
+
| Ten$Outbound
|
|
5184
|
+
| Fourteen$Outbound
|
|
5185
|
+
| Sixteen$Outbound
|
|
5186
|
+
| Seventeen$Outbound
|
|
5479
5187
|
| Eighteen$Outbound
|
|
5480
5188
|
| Nineteen$Outbound
|
|
5481
5189
|
| Twenty$Outbound
|
|
@@ -5483,15 +5191,13 @@ export type CreateEvalResponseBodyFunction$Outbound = {
|
|
|
5483
5191
|
| TwentyTwo$Outbound
|
|
5484
5192
|
| TwentyThree$Outbound
|
|
5485
5193
|
| TwentyFour$Outbound
|
|
5194
|
+
| TwentySix$Outbound
|
|
5486
5195
|
| TwentySeven$Outbound
|
|
5487
5196
|
| TwentyEight$Outbound
|
|
5488
5197
|
| TwentyNine$Outbound
|
|
5489
5198
|
| Thirty$Outbound
|
|
5490
5199
|
| ThirtyOne$Outbound
|
|
5491
|
-
| ThirtyTwo$Outbound
|
|
5492
|
-
| ThirtyThree$Outbound
|
|
5493
|
-
| ThirtyFour$Outbound
|
|
5494
|
-
| ThirtyFive$Outbound;
|
|
5200
|
+
| ThirtyTwo$Outbound;
|
|
5495
5201
|
key: string;
|
|
5496
5202
|
};
|
|
5497
5203
|
|
|
@@ -5503,8 +5209,8 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5503
5209
|
> = z.object({
|
|
5504
5210
|
id: z.string(),
|
|
5505
5211
|
description: z.string(),
|
|
5506
|
-
created: z.string().default("2025-11-
|
|
5507
|
-
updated: z.string().default("2025-11-
|
|
5212
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5213
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5508
5214
|
guardrailConfig: z.union([
|
|
5509
5215
|
z.lazy(() =>
|
|
5510
5216
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
|
|
@@ -5515,25 +5221,24 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5515
5221
|
]).optional(),
|
|
5516
5222
|
type: CreateEvalResponseBodyEvalsResponse200Type$outboundSchema,
|
|
5517
5223
|
functionParams: z.union([
|
|
5518
|
-
z.lazy(() =>
|
|
5224
|
+
z.lazy(() => Twelve$outboundSchema),
|
|
5519
5225
|
z.lazy(() => CreateEvalFunctionParams1$outboundSchema),
|
|
5520
5226
|
z.lazy(() => CreateEvalFunctionParams2$outboundSchema),
|
|
5521
5227
|
z.lazy(() => CreateEvalFunctionParams3$outboundSchema),
|
|
5522
5228
|
z.lazy(() => CreateEvalFunctionParams4$outboundSchema),
|
|
5523
|
-
z.lazy(() =>
|
|
5524
|
-
z.lazy(() =>
|
|
5525
|
-
z.lazy(() =>
|
|
5526
|
-
z.lazy(() =>
|
|
5527
|
-
z.lazy(() =>
|
|
5229
|
+
z.lazy(() => Eight$outboundSchema),
|
|
5230
|
+
z.lazy(() => Nine$outboundSchema),
|
|
5231
|
+
z.lazy(() => Eleven$outboundSchema),
|
|
5232
|
+
z.lazy(() => Thirteen$outboundSchema),
|
|
5233
|
+
z.lazy(() => Fifteen$outboundSchema),
|
|
5528
5234
|
z.lazy(() => TwentyFive$outboundSchema),
|
|
5529
|
-
z.lazy(() => TwentySix$outboundSchema),
|
|
5530
5235
|
z.lazy(() => CreateEvalFunctionParams5$outboundSchema),
|
|
5531
5236
|
z.lazy(() => CreateEvalFunctionParams6$outboundSchema),
|
|
5532
|
-
z.lazy(() =>
|
|
5533
|
-
z.lazy(() =>
|
|
5534
|
-
z.lazy(() =>
|
|
5535
|
-
z.lazy(() =>
|
|
5536
|
-
z.lazy(() =>
|
|
5237
|
+
z.lazy(() => Seven$outboundSchema),
|
|
5238
|
+
z.lazy(() => Ten$outboundSchema),
|
|
5239
|
+
z.lazy(() => Fourteen$outboundSchema),
|
|
5240
|
+
z.lazy(() => Sixteen$outboundSchema),
|
|
5241
|
+
z.lazy(() => Seventeen$outboundSchema),
|
|
5537
5242
|
z.lazy(() => Eighteen$outboundSchema),
|
|
5538
5243
|
z.lazy(() => Nineteen$outboundSchema),
|
|
5539
5244
|
z.lazy(() => Twenty$outboundSchema),
|
|
@@ -5541,15 +5246,13 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
|
|
|
5541
5246
|
z.lazy(() => TwentyTwo$outboundSchema),
|
|
5542
5247
|
z.lazy(() => TwentyThree$outboundSchema),
|
|
5543
5248
|
z.lazy(() => TwentyFour$outboundSchema),
|
|
5249
|
+
z.lazy(() => TwentySix$outboundSchema),
|
|
5544
5250
|
z.lazy(() => TwentySeven$outboundSchema),
|
|
5545
5251
|
z.lazy(() => TwentyEight$outboundSchema),
|
|
5546
5252
|
z.lazy(() => TwentyNine$outboundSchema),
|
|
5547
5253
|
z.lazy(() => Thirty$outboundSchema),
|
|
5548
5254
|
z.lazy(() => ThirtyOne$outboundSchema),
|
|
5549
5255
|
z.lazy(() => ThirtyTwo$outboundSchema),
|
|
5550
|
-
z.lazy(() => ThirtyThree$outboundSchema),
|
|
5551
|
-
z.lazy(() => ThirtyFour$outboundSchema),
|
|
5552
|
-
z.lazy(() => ThirtyFive$outboundSchema),
|
|
5553
5256
|
]),
|
|
5554
5257
|
key: z.string(),
|
|
5555
5258
|
}).transform((v) => {
|
|
@@ -5821,8 +5524,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
5821
5524
|
> = z.object({
|
|
5822
5525
|
_id: z.string(),
|
|
5823
5526
|
description: z.string(),
|
|
5824
|
-
created: z.string().default("2025-11-
|
|
5825
|
-
updated: z.string().default("2025-11-
|
|
5527
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5528
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5826
5529
|
guardrail_config: z.union([
|
|
5827
5530
|
z.lazy(() =>
|
|
5828
5531
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
|
|
@@ -5863,8 +5566,8 @@ export const ResponseBodyPython$outboundSchema: z.ZodType<
|
|
|
5863
5566
|
> = z.object({
|
|
5864
5567
|
id: z.string(),
|
|
5865
5568
|
description: z.string(),
|
|
5866
|
-
created: z.string().default("2025-11-
|
|
5867
|
-
updated: z.string().default("2025-11-
|
|
5569
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5570
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5868
5571
|
guardrailConfig: z.union([
|
|
5869
5572
|
z.lazy(() =>
|
|
5870
5573
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
|
|
@@ -6144,8 +5847,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
6144
5847
|
> = z.object({
|
|
6145
5848
|
_id: z.string(),
|
|
6146
5849
|
description: z.string(),
|
|
6147
|
-
created: z.string().default("2025-11-
|
|
6148
|
-
updated: z.string().default("2025-11-
|
|
5850
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5851
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
6149
5852
|
guardrail_config: z.union([
|
|
6150
5853
|
z.lazy(() =>
|
|
6151
5854
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
|
|
@@ -6192,8 +5895,8 @@ export const ResponseBodyHTTP$outboundSchema: z.ZodType<
|
|
|
6192
5895
|
> = z.object({
|
|
6193
5896
|
id: z.string(),
|
|
6194
5897
|
description: z.string(),
|
|
6195
|
-
created: z.string().default("2025-11-
|
|
6196
|
-
updated: z.string().default("2025-11-
|
|
5898
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
5899
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
6197
5900
|
guardrailConfig: z.union([
|
|
6198
5901
|
z.lazy(() =>
|
|
6199
5902
|
CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
|
|
@@ -6449,8 +6152,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
6449
6152
|
> = z.object({
|
|
6450
6153
|
_id: z.string(),
|
|
6451
6154
|
description: z.string(),
|
|
6452
|
-
created: z.string().default("2025-11-
|
|
6453
|
-
updated: z.string().default("2025-11-
|
|
6155
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
6156
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
6454
6157
|
guardrail_config: z.union([
|
|
6455
6158
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
6456
6159
|
z.lazy(() =>
|
|
@@ -6489,8 +6192,8 @@ export const ResponseBodyJSON$outboundSchema: z.ZodType<
|
|
|
6489
6192
|
> = z.object({
|
|
6490
6193
|
id: z.string(),
|
|
6491
6194
|
description: z.string(),
|
|
6492
|
-
created: z.string().default("2025-11-
|
|
6493
|
-
updated: z.string().default("2025-11-
|
|
6195
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
6196
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
6494
6197
|
guardrailConfig: z.union([
|
|
6495
6198
|
z.lazy(() =>
|
|
6496
6199
|
CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
|
|
@@ -6728,8 +6431,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
6728
6431
|
> = z.object({
|
|
6729
6432
|
_id: z.string(),
|
|
6730
6433
|
description: z.string(),
|
|
6731
|
-
created: z.string().default("2025-11-
|
|
6732
|
-
updated: z.string().default("2025-11-
|
|
6434
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
6435
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
6733
6436
|
guardrail_config: z.union([
|
|
6734
6437
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
6735
6438
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -6768,8 +6471,8 @@ export const ResponseBodyLLM$outboundSchema: z.ZodType<
|
|
|
6768
6471
|
> = z.object({
|
|
6769
6472
|
id: z.string(),
|
|
6770
6473
|
description: z.string(),
|
|
6771
|
-
created: z.string().default("2025-11-
|
|
6772
|
-
updated: z.string().default("2025-11-
|
|
6474
|
+
created: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
6475
|
+
updated: z.string().default("2025-11-26T06:13:15.994Z"),
|
|
6773
6476
|
guardrailConfig: z.union([
|
|
6774
6477
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
6775
6478
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|