@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.
Files changed (210) hide show
  1. package/bin/mcp-server.js +25494 -27422
  2. package/bin/mcp-server.js.map +64 -47
  3. package/examples/package-lock.json +1 -1
  4. package/jsr.json +1 -1
  5. package/lib/config.d.ts +3 -3
  6. package/lib/config.js +3 -3
  7. package/mcp-server/mcp-server.js +1 -1
  8. package/mcp-server/server.js +1 -1
  9. package/models/components/actionreviewedstreamingevent.d.ts +76 -0
  10. package/models/components/actionreviewedstreamingevent.d.ts.map +1 -0
  11. package/models/components/actionreviewedstreamingevent.js +127 -0
  12. package/models/components/actionreviewedstreamingevent.js.map +1 -0
  13. package/models/components/actionreviewrequestedstreamingevent.d.ts +135 -0
  14. package/models/components/actionreviewrequestedstreamingevent.d.ts.map +1 -0
  15. package/models/components/actionreviewrequestedstreamingevent.js +180 -0
  16. package/models/components/actionreviewrequestedstreamingevent.js.map +1 -0
  17. package/models/components/agenterroredstreamingevent.d.ts +58 -0
  18. package/models/components/agenterroredstreamingevent.d.ts.map +1 -0
  19. package/models/components/agenterroredstreamingevent.js +91 -0
  20. package/models/components/agenterroredstreamingevent.js.map +1 -0
  21. package/models/components/agentexecutionstartedstreamingevent.d.ts +62 -0
  22. package/models/components/agentexecutionstartedstreamingevent.d.ts.map +1 -0
  23. package/models/components/agentexecutionstartedstreamingevent.js +103 -0
  24. package/models/components/agentexecutionstartedstreamingevent.js.map +1 -0
  25. package/models/components/agenthandedoffstreamingevent.d.ts +51 -0
  26. package/models/components/agenthandedoffstreamingevent.d.ts.map +1 -0
  27. package/models/components/agenthandedoffstreamingevent.js +96 -0
  28. package/models/components/agenthandedoffstreamingevent.js.map +1 -0
  29. package/models/components/agentinactivestreamingevent.d.ts +309 -0
  30. package/models/components/agentinactivestreamingevent.d.ts.map +1 -0
  31. package/models/components/agentinactivestreamingevent.js +385 -0
  32. package/models/components/agentinactivestreamingevent.js.map +1 -0
  33. package/models/components/agentmessagecreatedstreamingevent.d.ts +141 -0
  34. package/models/components/agentmessagecreatedstreamingevent.d.ts.map +1 -0
  35. package/models/components/agentmessagecreatedstreamingevent.js +190 -0
  36. package/models/components/agentmessagecreatedstreamingevent.js.map +1 -0
  37. package/models/components/agentstartedstreamingevent.d.ts +382 -0
  38. package/models/components/agentstartedstreamingevent.d.ts.map +1 -0
  39. package/models/components/agentstartedstreamingevent.js +441 -0
  40. package/models/components/agentstartedstreamingevent.js.map +1 -0
  41. package/models/components/agentthoughtstreamingevent.d.ts +542 -0
  42. package/models/components/agentthoughtstreamingevent.d.ts.map +1 -0
  43. package/models/components/agentthoughtstreamingevent.js +626 -0
  44. package/models/components/agentthoughtstreamingevent.js.map +1 -0
  45. package/models/components/errorstreamingevent.d.ts +51 -0
  46. package/models/components/errorstreamingevent.d.ts.map +1 -0
  47. package/models/components/errorstreamingevent.js +87 -0
  48. package/models/components/errorstreamingevent.js.map +1 -0
  49. package/models/components/executionnamedstreamingevent.d.ts +51 -0
  50. package/models/components/executionnamedstreamingevent.d.ts.map +1 -0
  51. package/models/components/executionnamedstreamingevent.js +96 -0
  52. package/models/components/executionnamedstreamingevent.js.map +1 -0
  53. package/models/components/executionreviewedstreamingevent.d.ts +45 -0
  54. package/models/components/executionreviewedstreamingevent.d.ts.map +1 -0
  55. package/models/components/executionreviewedstreamingevent.js +81 -0
  56. package/models/components/executionreviewedstreamingevent.js.map +1 -0
  57. package/models/components/executionreviewrequiredstreamingevent.d.ts +45 -0
  58. package/models/components/executionreviewrequiredstreamingevent.d.ts.map +1 -0
  59. package/models/components/executionreviewrequiredstreamingevent.js +82 -0
  60. package/models/components/executionreviewrequiredstreamingevent.js.map +1 -0
  61. package/models/components/filepart.d.ts +1 -1
  62. package/models/components/index.d.ts +17 -0
  63. package/models/components/index.d.ts.map +1 -1
  64. package/models/components/index.js +17 -0
  65. package/models/components/index.js.map +1 -1
  66. package/models/components/invokedeploymentrequest.d.ts +13 -13
  67. package/models/components/invokedeploymentrequest.d.ts.map +1 -1
  68. package/models/components/invokedeploymentrequest.js +17 -17
  69. package/models/components/invokedeploymentrequest.js.map +1 -1
  70. package/models/components/timeoutstreamingevent.d.ts +49 -0
  71. package/models/components/timeoutstreamingevent.d.ts.map +1 -0
  72. package/models/components/timeoutstreamingevent.js +85 -0
  73. package/models/components/timeoutstreamingevent.js.map +1 -0
  74. package/models/components/toolexecutionfailedstreamingevent.d.ts +144 -0
  75. package/models/components/toolexecutionfailedstreamingevent.d.ts.map +1 -0
  76. package/models/components/toolexecutionfailedstreamingevent.js +223 -0
  77. package/models/components/toolexecutionfailedstreamingevent.js.map +1 -0
  78. package/models/components/toolexecutionfinishedstreamingevent.d.ts +129 -0
  79. package/models/components/toolexecutionfinishedstreamingevent.d.ts.map +1 -0
  80. package/models/components/toolexecutionfinishedstreamingevent.js +205 -0
  81. package/models/components/toolexecutionfinishedstreamingevent.js.map +1 -0
  82. package/models/components/toolexecutionstartedstreamingevent.d.ts +139 -0
  83. package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -0
  84. package/models/components/toolexecutionstartedstreamingevent.js +217 -0
  85. package/models/components/toolexecutionstartedstreamingevent.js.map +1 -0
  86. package/models/components/toolresultpart.d.ts +1 -1
  87. package/models/operations/createagentresponserequest.d.ts +4 -137
  88. package/models/operations/createagentresponserequest.d.ts.map +1 -1
  89. package/models/operations/createagentresponserequest.js +9 -138
  90. package/models/operations/createagentresponserequest.js.map +1 -1
  91. package/models/operations/createbudget.js +2 -2
  92. package/models/operations/createcontact.js +2 -2
  93. package/models/operations/createdataset.js +2 -2
  94. package/models/operations/createdatasetitem.js +8 -8
  95. package/models/operations/createdatasource.js +2 -2
  96. package/models/operations/createeval.d.ts +80 -145
  97. package/models/operations/createeval.d.ts.map +1 -1
  98. package/models/operations/createeval.js +190 -266
  99. package/models/operations/createeval.js.map +1 -1
  100. package/models/operations/createtool.js +12 -12
  101. package/models/operations/fileget.js +2 -2
  102. package/models/operations/filelist.js +2 -2
  103. package/models/operations/fileupload.js +2 -2
  104. package/models/operations/getalltools.js +12 -12
  105. package/models/operations/getbudget.js +2 -2
  106. package/models/operations/getevals.d.ts +14 -79
  107. package/models/operations/getevals.d.ts.map +1 -1
  108. package/models/operations/getevals.js +49 -132
  109. package/models/operations/getevals.js.map +1 -1
  110. package/models/operations/invokeagent.d.ts +14 -147
  111. package/models/operations/invokeagent.d.ts.map +1 -1
  112. package/models/operations/invokeagent.js +19 -148
  113. package/models/operations/invokeagent.js.map +1 -1
  114. package/models/operations/listbudgets.js +2 -2
  115. package/models/operations/listcontacts.js +2 -2
  116. package/models/operations/listdatasetdatapoints.js +8 -8
  117. package/models/operations/listdatasets.js +2 -2
  118. package/models/operations/listdatasources.js +2 -2
  119. package/models/operations/listknowledgebases.d.ts +16 -16
  120. package/models/operations/listknowledgebases.d.ts.map +1 -1
  121. package/models/operations/listknowledgebases.js +27 -25
  122. package/models/operations/listknowledgebases.js.map +1 -1
  123. package/models/operations/retrievecontact.js +2 -2
  124. package/models/operations/retrievedatapoint.js +8 -8
  125. package/models/operations/retrievedataset.js +2 -2
  126. package/models/operations/retrievedatasource.js +2 -2
  127. package/models/operations/retrievetool.js +12 -12
  128. package/models/operations/runagent.d.ts +4 -137
  129. package/models/operations/runagent.d.ts.map +1 -1
  130. package/models/operations/runagent.js +17 -145
  131. package/models/operations/runagent.js.map +1 -1
  132. package/models/operations/streamagent.d.ts +241 -2491
  133. package/models/operations/streamagent.d.ts.map +1 -1
  134. package/models/operations/streamagent.js +172 -2826
  135. package/models/operations/streamagent.js.map +1 -1
  136. package/models/operations/streamrunagent.d.ts +889 -3139
  137. package/models/operations/streamrunagent.d.ts.map +1 -1
  138. package/models/operations/streamrunagent.js +175 -2825
  139. package/models/operations/streamrunagent.js.map +1 -1
  140. package/models/operations/updatebudget.js +2 -2
  141. package/models/operations/updatecontact.js +2 -2
  142. package/models/operations/updatedatapoint.js +8 -8
  143. package/models/operations/updatedataset.js +2 -2
  144. package/models/operations/updatedatasource.js +2 -2
  145. package/models/operations/updateeval.d.ts +14 -79
  146. package/models/operations/updateeval.d.ts.map +1 -1
  147. package/models/operations/updateeval.js +51 -134
  148. package/models/operations/updateeval.js.map +1 -1
  149. package/models/operations/updatetool.js +14 -14
  150. package/package.json +1 -1
  151. package/src/lib/config.ts +3 -3
  152. package/src/mcp-server/mcp-server.ts +1 -1
  153. package/src/mcp-server/server.ts +1 -1
  154. package/src/models/components/actionreviewedstreamingevent.ts +189 -0
  155. package/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
  156. package/src/models/components/agenterroredstreamingevent.ts +142 -0
  157. package/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
  158. package/src/models/components/agenthandedoffstreamingevent.ts +142 -0
  159. package/src/models/components/agentinactivestreamingevent.ts +857 -0
  160. package/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
  161. package/src/models/components/agentstartedstreamingevent.ts +909 -0
  162. package/src/models/components/agentthoughtstreamingevent.ts +1419 -0
  163. package/src/models/components/errorstreamingevent.ts +129 -0
  164. package/src/models/components/executionnamedstreamingevent.ts +142 -0
  165. package/src/models/components/executionreviewedstreamingevent.ts +122 -0
  166. package/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
  167. package/src/models/components/filepart.ts +1 -1
  168. package/src/models/components/index.ts +17 -0
  169. package/src/models/components/invokedeploymentrequest.ts +32 -27
  170. package/src/models/components/timeoutstreamingevent.ts +125 -0
  171. package/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
  172. package/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
  173. package/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
  174. package/src/models/components/toolresultpart.ts +1 -1
  175. package/src/models/operations/createagentresponserequest.ts +20 -321
  176. package/src/models/operations/createbudget.ts +2 -2
  177. package/src/models/operations/createcontact.ts +2 -2
  178. package/src/models/operations/createdataset.ts +2 -2
  179. package/src/models/operations/createdatasetitem.ts +8 -8
  180. package/src/models/operations/createdatasource.ts +2 -2
  181. package/src/models/operations/createeval.ts +318 -615
  182. package/src/models/operations/createtool.ts +12 -12
  183. package/src/models/operations/fileget.ts +2 -2
  184. package/src/models/operations/filelist.ts +2 -2
  185. package/src/models/operations/fileupload.ts +2 -2
  186. package/src/models/operations/getalltools.ts +12 -12
  187. package/src/models/operations/getbudget.ts +2 -2
  188. package/src/models/operations/getevals.ts +52 -287
  189. package/src/models/operations/invokeagent.ts +36 -373
  190. package/src/models/operations/listbudgets.ts +2 -2
  191. package/src/models/operations/listcontacts.ts +2 -2
  192. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  193. package/src/models/operations/listdatasets.ts +2 -2
  194. package/src/models/operations/listdatasources.ts +2 -2
  195. package/src/models/operations/listknowledgebases.ts +82 -102
  196. package/src/models/operations/retrievecontact.ts +2 -2
  197. package/src/models/operations/retrievedatapoint.ts +8 -8
  198. package/src/models/operations/retrievedataset.ts +2 -2
  199. package/src/models/operations/retrievedatasource.ts +2 -2
  200. package/src/models/operations/retrievetool.ts +12 -12
  201. package/src/models/operations/runagent.ts +17 -365
  202. package/src/models/operations/streamagent.ts +794 -6985
  203. package/src/models/operations/streamrunagent.ts +3939 -9983
  204. package/src/models/operations/updatebudget.ts +2 -2
  205. package/src/models/operations/updatecontact.ts +2 -2
  206. package/src/models/operations/updatedatapoint.ts +8 -8
  207. package/src/models/operations/updatedataset.ts +2 -2
  208. package/src/models/operations/updatedatasource.ts +2 -2
  209. package/src/models/operations/updateeval.ts +52 -287
  210. 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
- LexicalRepetition: "lexical_repetition",
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
- SentencesCount: "sentences_count",
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
- WordsCount: "words_count",
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
- GseEnglishLevel: "gse_english_level",
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
- FleschReadingEase: "flesch_reading_ease",
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
- MostRepeatedWords: "most_repeated_words",
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
- KeywordsMatch: "keywords_match",
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
- TopicMatch: "topic_match",
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
- topic: string;
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 CreateEvalFunctionParams17 = {
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 CreateEvalFunctionParams16 = {
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 CreateEvalFunctionParams15 = {
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 CreateEvalFunctionParams14 = {
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 CreateEvalFunctionParams13 = {
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 CreateEvalFunctionParams12 = {
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 CreateEvalFunctionParams11 = {
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 CreateEvalFunctionParams10 = {
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 CreateEvalFunctionParams9 = {
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 CreateEvalFunctionParams8 = {
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 CreateEvalFunctionParams7 = {
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
- | CreateEvalFunctionParams12
1020
+ | Twelve
1064
1021
  | CreateEvalFunctionParams1
1065
1022
  | CreateEvalFunctionParams2
1066
1023
  | CreateEvalFunctionParams3
1067
1024
  | CreateEvalFunctionParams4
1068
- | CreateEvalFunctionParams8
1069
- | CreateEvalFunctionParams9
1070
- | CreateEvalFunctionParams11
1071
- | CreateEvalFunctionParams13
1072
- | CreateEvalFunctionParams15
1025
+ | Eight
1026
+ | Nine
1027
+ | Eleven
1028
+ | Thirteen
1029
+ | Fifteen
1073
1030
  | TwentyFive
1074
- | TwentySix
1075
1031
  | CreateEvalFunctionParams5
1076
1032
  | CreateEvalFunctionParams6
1077
- | CreateEvalFunctionParams7
1078
- | CreateEvalFunctionParams10
1079
- | CreateEvalFunctionParams14
1080
- | CreateEvalFunctionParams16
1081
- | CreateEvalFunctionParams17
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
- | CreateEvalFunctionParams12
1064
+ | Twelve
1111
1065
  | CreateEvalFunctionParams1
1112
1066
  | CreateEvalFunctionParams2
1113
1067
  | CreateEvalFunctionParams3
1114
1068
  | CreateEvalFunctionParams4
1115
- | CreateEvalFunctionParams8
1116
- | CreateEvalFunctionParams9
1117
- | CreateEvalFunctionParams11
1118
- | CreateEvalFunctionParams13
1119
- | CreateEvalFunctionParams15
1069
+ | Eight
1070
+ | Nine
1071
+ | Eleven
1072
+ | Thirteen
1073
+ | Fifteen
1120
1074
  | TwentyFive
1121
- | TwentySix
1122
1075
  | CreateEvalFunctionParams5
1123
1076
  | CreateEvalFunctionParams6
1124
- | CreateEvalFunctionParams7
1125
- | CreateEvalFunctionParams10
1126
- | CreateEvalFunctionParams14
1127
- | CreateEvalFunctionParams16
1128
- | CreateEvalFunctionParams17
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-25T12:44:29.770Z"),
2760
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
2710
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
2711
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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-25T12:44:29.770Z"),
2803
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
2753
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
2754
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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-25T12:44:29.770Z"),
3085
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
3035
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
3036
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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-25T12:44:29.770Z"),
3131
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
3081
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
3082
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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
- topic: z.string(),
3727
+ keywords: z.array(z.string()),
3933
3728
  });
3934
3729
  /** @internal */
3935
3730
  export type TwentyFive$Outbound = {
3936
3731
  type: string;
3937
- topic: string;
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
- topic: z.string(),
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 CreateEvalFunctionParams17$inboundSchema: z.ZodType<
4334
- CreateEvalFunctionParams17,
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 CreateEvalFunctionParams17$Outbound = {
4137
+ export type Seventeen$Outbound = {
4343
4138
  type: string;
4344
4139
  };
4345
4140
 
4346
4141
  /** @internal */
4347
- export const CreateEvalFunctionParams17$outboundSchema: z.ZodType<
4348
- CreateEvalFunctionParams17$Outbound,
4142
+ export const Seventeen$outboundSchema: z.ZodType<
4143
+ Seventeen$Outbound,
4349
4144
  z.ZodTypeDef,
4350
- CreateEvalFunctionParams17
4145
+ Seventeen
4351
4146
  > = z.object({
4352
4147
  type:
4353
4148
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema,
4354
4149
  });
4355
4150
 
4356
- export function createEvalFunctionParams17ToJSON(
4357
- createEvalFunctionParams17: CreateEvalFunctionParams17,
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 createEvalFunctionParams17FromJSON(
4154
+ export function seventeenFromJSON(
4364
4155
  jsonString: string,
4365
- ): SafeParseResult<CreateEvalFunctionParams17, SDKValidationError> {
4156
+ ): SafeParseResult<Seventeen, SDKValidationError> {
4366
4157
  return safeParse(
4367
4158
  jsonString,
4368
- (x) => CreateEvalFunctionParams17$inboundSchema.parse(JSON.parse(x)),
4369
- `Failed to parse 'CreateEvalFunctionParams17' from JSON`,
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 CreateEvalFunctionParams16$inboundSchema: z.ZodType<
4389
- CreateEvalFunctionParams16,
4390
- z.ZodTypeDef,
4391
- unknown
4392
- > = z.object({
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 CreateEvalFunctionParams16$Outbound = {
4185
+ export type Sixteen$Outbound = {
4398
4186
  type: string;
4399
4187
  };
4400
4188
 
4401
4189
  /** @internal */
4402
- export const CreateEvalFunctionParams16$outboundSchema: z.ZodType<
4403
- CreateEvalFunctionParams16$Outbound,
4190
+ export const Sixteen$outboundSchema: z.ZodType<
4191
+ Sixteen$Outbound,
4404
4192
  z.ZodTypeDef,
4405
- CreateEvalFunctionParams16
4193
+ Sixteen
4406
4194
  > = z.object({
4407
4195
  type:
4408
4196
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema,
4409
4197
  });
4410
4198
 
4411
- export function createEvalFunctionParams16ToJSON(
4412
- createEvalFunctionParams16: CreateEvalFunctionParams16,
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 createEvalFunctionParams16FromJSON(
4202
+ export function sixteenFromJSON(
4419
4203
  jsonString: string,
4420
- ): SafeParseResult<CreateEvalFunctionParams16, SDKValidationError> {
4204
+ ): SafeParseResult<Sixteen, SDKValidationError> {
4421
4205
  return safeParse(
4422
4206
  jsonString,
4423
- (x) => CreateEvalFunctionParams16$inboundSchema.parse(JSON.parse(x)),
4424
- `Failed to parse 'CreateEvalFunctionParams16' from JSON`,
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 CreateEvalFunctionParams15$inboundSchema: z.ZodType<
4444
- CreateEvalFunctionParams15,
4445
- z.ZodTypeDef,
4446
- unknown
4447
- > = z.object({
4448
- type:
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 CreateEvalFunctionParams15$Outbound = {
4234
+ export type Fifteen$Outbound = {
4454
4235
  type: string;
4455
4236
  pattern: string;
4456
4237
  };
4457
4238
 
4458
4239
  /** @internal */
4459
- export const CreateEvalFunctionParams15$outboundSchema: z.ZodType<
4460
- CreateEvalFunctionParams15$Outbound,
4240
+ export const Fifteen$outboundSchema: z.ZodType<
4241
+ Fifteen$Outbound,
4461
4242
  z.ZodTypeDef,
4462
- CreateEvalFunctionParams15
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 createEvalFunctionParams15ToJSON(
4470
- createEvalFunctionParams15: CreateEvalFunctionParams15,
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 createEvalFunctionParams15FromJSON(
4253
+ export function fifteenFromJSON(
4477
4254
  jsonString: string,
4478
- ): SafeParseResult<CreateEvalFunctionParams15, SDKValidationError> {
4255
+ ): SafeParseResult<Fifteen, SDKValidationError> {
4479
4256
  return safeParse(
4480
4257
  jsonString,
4481
- (x) => CreateEvalFunctionParams15$inboundSchema.parse(JSON.parse(x)),
4482
- `Failed to parse 'CreateEvalFunctionParams15' from JSON`,
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 CreateEvalFunctionParams14$inboundSchema: z.ZodType<
4502
- CreateEvalFunctionParams14,
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 CreateEvalFunctionParams14$Outbound = {
4287
+ export type Fourteen$Outbound = {
4511
4288
  type: string;
4512
4289
  };
4513
4290
 
4514
4291
  /** @internal */
4515
- export const CreateEvalFunctionParams14$outboundSchema: z.ZodType<
4516
- CreateEvalFunctionParams14$Outbound,
4292
+ export const Fourteen$outboundSchema: z.ZodType<
4293
+ Fourteen$Outbound,
4517
4294
  z.ZodTypeDef,
4518
- CreateEvalFunctionParams14
4295
+ Fourteen
4519
4296
  > = z.object({
4520
4297
  type:
4521
4298
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema,
4522
4299
  });
4523
4300
 
4524
- export function createEvalFunctionParams14ToJSON(
4525
- createEvalFunctionParams14: CreateEvalFunctionParams14,
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 createEvalFunctionParams14FromJSON(
4304
+ export function fourteenFromJSON(
4532
4305
  jsonString: string,
4533
- ): SafeParseResult<CreateEvalFunctionParams14, SDKValidationError> {
4306
+ ): SafeParseResult<Fourteen, SDKValidationError> {
4534
4307
  return safeParse(
4535
4308
  jsonString,
4536
- (x) => CreateEvalFunctionParams14$inboundSchema.parse(JSON.parse(x)),
4537
- `Failed to parse 'CreateEvalFunctionParams14' from JSON`,
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 CreateEvalFunctionParams13$inboundSchema: z.ZodType<
4557
- CreateEvalFunctionParams13,
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 CreateEvalFunctionParams13$Outbound = {
4339
+ export type Thirteen$Outbound = {
4567
4340
  type: string;
4568
4341
  value: number;
4569
4342
  };
4570
4343
 
4571
4344
  /** @internal */
4572
- export const CreateEvalFunctionParams13$outboundSchema: z.ZodType<
4573
- CreateEvalFunctionParams13$Outbound,
4345
+ export const Thirteen$outboundSchema: z.ZodType<
4346
+ Thirteen$Outbound,
4574
4347
  z.ZodTypeDef,
4575
- CreateEvalFunctionParams13
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 createEvalFunctionParams13ToJSON(
4583
- createEvalFunctionParams13: CreateEvalFunctionParams13,
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 createEvalFunctionParams13FromJSON(
4358
+ export function thirteenFromJSON(
4590
4359
  jsonString: string,
4591
- ): SafeParseResult<CreateEvalFunctionParams13, SDKValidationError> {
4360
+ ): SafeParseResult<Thirteen, SDKValidationError> {
4592
4361
  return safeParse(
4593
4362
  jsonString,
4594
- (x) => CreateEvalFunctionParams13$inboundSchema.parse(JSON.parse(x)),
4595
- `Failed to parse 'CreateEvalFunctionParams13' from JSON`,
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 CreateEvalFunctionParams12$inboundSchema: z.ZodType<
4615
- CreateEvalFunctionParams12,
4616
- z.ZodTypeDef,
4617
- unknown
4618
- > = z.object({
4619
- type:
4620
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema,
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 CreateEvalFunctionParams12$Outbound = {
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 CreateEvalFunctionParams12$outboundSchema: z.ZodType<
4633
- CreateEvalFunctionParams12$Outbound,
4398
+ export const Twelve$outboundSchema: z.ZodType<
4399
+ Twelve$Outbound,
4634
4400
  z.ZodTypeDef,
4635
- CreateEvalFunctionParams12
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 createEvalFunctionParams12ToJSON(
4644
- createEvalFunctionParams12: CreateEvalFunctionParams12,
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 createEvalFunctionParams12FromJSON(
4412
+ export function twelveFromJSON(
4651
4413
  jsonString: string,
4652
- ): SafeParseResult<CreateEvalFunctionParams12, SDKValidationError> {
4414
+ ): SafeParseResult<Twelve, SDKValidationError> {
4653
4415
  return safeParse(
4654
4416
  jsonString,
4655
- (x) => CreateEvalFunctionParams12$inboundSchema.parse(JSON.parse(x)),
4656
- `Failed to parse 'CreateEvalFunctionParams12' from JSON`,
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 CreateEvalFunctionParams11$inboundSchema: z.ZodType<
4676
- CreateEvalFunctionParams11,
4677
- z.ZodTypeDef,
4678
- unknown
4679
- > = z.object({
4680
- type:
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 CreateEvalFunctionParams11$Outbound = {
4444
+ export type Eleven$Outbound = {
4686
4445
  type: string;
4687
4446
  value: number;
4688
4447
  };
4689
4448
 
4690
4449
  /** @internal */
4691
- export const CreateEvalFunctionParams11$outboundSchema: z.ZodType<
4692
- CreateEvalFunctionParams11$Outbound,
4450
+ export const Eleven$outboundSchema: z.ZodType<
4451
+ Eleven$Outbound,
4693
4452
  z.ZodTypeDef,
4694
- CreateEvalFunctionParams11
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 createEvalFunctionParams11ToJSON(
4702
- createEvalFunctionParams11: CreateEvalFunctionParams11,
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 createEvalFunctionParams11FromJSON(
4463
+ export function elevenFromJSON(
4709
4464
  jsonString: string,
4710
- ): SafeParseResult<CreateEvalFunctionParams11, SDKValidationError> {
4465
+ ): SafeParseResult<Eleven, SDKValidationError> {
4711
4466
  return safeParse(
4712
4467
  jsonString,
4713
- (x) => CreateEvalFunctionParams11$inboundSchema.parse(JSON.parse(x)),
4714
- `Failed to parse 'CreateEvalFunctionParams11' from JSON`,
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 CreateEvalFunctionParams10$inboundSchema: z.ZodType<
4734
- CreateEvalFunctionParams10,
4735
- z.ZodTypeDef,
4736
- unknown
4737
- > = z.object({
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 CreateEvalFunctionParams10$Outbound = {
4494
+ export type Ten$Outbound = {
4743
4495
  type: string;
4744
4496
  };
4745
4497
 
4746
4498
  /** @internal */
4747
- export const CreateEvalFunctionParams10$outboundSchema: z.ZodType<
4748
- CreateEvalFunctionParams10$Outbound,
4749
- z.ZodTypeDef,
4750
- CreateEvalFunctionParams10
4751
- > = z.object({
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 createEvalFunctionParams10ToJSON(
4757
- createEvalFunctionParams10: CreateEvalFunctionParams10,
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 createEvalFunctionParams10FromJSON(
4508
+ export function tenFromJSON(
4764
4509
  jsonString: string,
4765
- ): SafeParseResult<CreateEvalFunctionParams10, SDKValidationError> {
4510
+ ): SafeParseResult<Ten, SDKValidationError> {
4766
4511
  return safeParse(
4767
4512
  jsonString,
4768
- (x) => CreateEvalFunctionParams10$inboundSchema.parse(JSON.parse(x)),
4769
- `Failed to parse 'CreateEvalFunctionParams10' from JSON`,
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 CreateEvalFunctionParams9$inboundSchema: z.ZodType<
4789
- CreateEvalFunctionParams9,
4790
- z.ZodTypeDef,
4791
- unknown
4792
- > = z.object({
4793
- type:
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 CreateEvalFunctionParams9$Outbound = {
4540
+ export type Nine$Outbound = {
4799
4541
  type: string;
4800
4542
  value: string;
4801
4543
  };
4802
4544
 
4803
4545
  /** @internal */
4804
- export const CreateEvalFunctionParams9$outboundSchema: z.ZodType<
4805
- CreateEvalFunctionParams9$Outbound,
4806
- z.ZodTypeDef,
4807
- CreateEvalFunctionParams9
4808
- > = z.object({
4809
- type:
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 createEvalFunctionParams9ToJSON(
4815
- createEvalFunctionParams9: CreateEvalFunctionParams9,
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 createEvalFunctionParams9FromJSON(
4556
+ export function nineFromJSON(
4822
4557
  jsonString: string,
4823
- ): SafeParseResult<CreateEvalFunctionParams9, SDKValidationError> {
4558
+ ): SafeParseResult<Nine, SDKValidationError> {
4824
4559
  return safeParse(
4825
4560
  jsonString,
4826
- (x) => CreateEvalFunctionParams9$inboundSchema.parse(JSON.parse(x)),
4827
- `Failed to parse 'CreateEvalFunctionParams9' from JSON`,
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 CreateEvalFunctionParams8$inboundSchema: z.ZodType<
4847
- CreateEvalFunctionParams8,
4848
- z.ZodTypeDef,
4849
- unknown
4850
- > = z.object({
4851
- type:
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 CreateEvalFunctionParams8$Outbound = {
4588
+ export type Eight$Outbound = {
4857
4589
  type: string;
4858
4590
  value: string;
4859
4591
  };
4860
4592
 
4861
4593
  /** @internal */
4862
- export const CreateEvalFunctionParams8$outboundSchema: z.ZodType<
4863
- CreateEvalFunctionParams8$Outbound,
4594
+ export const Eight$outboundSchema: z.ZodType<
4595
+ Eight$Outbound,
4864
4596
  z.ZodTypeDef,
4865
- CreateEvalFunctionParams8
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 createEvalFunctionParams8ToJSON(
4873
- createEvalFunctionParams8: CreateEvalFunctionParams8,
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 createEvalFunctionParams8FromJSON(
4607
+ export function eightFromJSON(
4880
4608
  jsonString: string,
4881
- ): SafeParseResult<CreateEvalFunctionParams8, SDKValidationError> {
4609
+ ): SafeParseResult<Eight, SDKValidationError> {
4882
4610
  return safeParse(
4883
4611
  jsonString,
4884
- (x) => CreateEvalFunctionParams8$inboundSchema.parse(JSON.parse(x)),
4885
- `Failed to parse 'CreateEvalFunctionParams8' from JSON`,
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 CreateEvalFunctionParams7$inboundSchema: z.ZodType<
4905
- CreateEvalFunctionParams7,
4906
- z.ZodTypeDef,
4907
- unknown
4908
- > = z.object({
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 CreateEvalFunctionParams7$Outbound = {
4638
+ export type Seven$Outbound = {
4914
4639
  type: string;
4915
4640
  };
4916
4641
 
4917
4642
  /** @internal */
4918
- export const CreateEvalFunctionParams7$outboundSchema: z.ZodType<
4919
- CreateEvalFunctionParams7$Outbound,
4643
+ export const Seven$outboundSchema: z.ZodType<
4644
+ Seven$Outbound,
4920
4645
  z.ZodTypeDef,
4921
- CreateEvalFunctionParams7
4646
+ Seven
4922
4647
  > = z.object({
4923
4648
  type:
4924
4649
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema,
4925
4650
  });
4926
4651
 
4927
- export function createEvalFunctionParams7ToJSON(
4928
- createEvalFunctionParams7: CreateEvalFunctionParams7,
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 createEvalFunctionParams7FromJSON(
4655
+ export function sevenFromJSON(
4935
4656
  jsonString: string,
4936
- ): SafeParseResult<CreateEvalFunctionParams7, SDKValidationError> {
4657
+ ): SafeParseResult<Seven, SDKValidationError> {
4937
4658
  return safeParse(
4938
4659
  jsonString,
4939
- (x) => CreateEvalFunctionParams7$inboundSchema.parse(JSON.parse(x)),
4940
- `Failed to parse 'CreateEvalFunctionParams7' from JSON`,
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(() => CreateEvalFunctionParams12$inboundSchema),
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(() => CreateEvalFunctionParams8$inboundSchema),
5260
- z.lazy(() => CreateEvalFunctionParams9$inboundSchema),
5261
- z.lazy(() => CreateEvalFunctionParams11$inboundSchema),
5262
- z.lazy(() => CreateEvalFunctionParams13$inboundSchema),
5263
- z.lazy(() => CreateEvalFunctionParams15$inboundSchema),
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(() => CreateEvalFunctionParams7$inboundSchema),
5269
- z.lazy(() => CreateEvalFunctionParams10$inboundSchema),
5270
- z.lazy(() => CreateEvalFunctionParams14$inboundSchema),
5271
- z.lazy(() => CreateEvalFunctionParams16$inboundSchema),
5272
- z.lazy(() => CreateEvalFunctionParams17$inboundSchema),
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
- | CreateEvalFunctionParams12$Outbound
5010
+ | Twelve$Outbound
5293
5011
  | CreateEvalFunctionParams1$Outbound
5294
5012
  | CreateEvalFunctionParams2$Outbound
5295
5013
  | CreateEvalFunctionParams3$Outbound
5296
5014
  | CreateEvalFunctionParams4$Outbound
5297
- | CreateEvalFunctionParams8$Outbound
5298
- | CreateEvalFunctionParams9$Outbound
5299
- | CreateEvalFunctionParams11$Outbound
5300
- | CreateEvalFunctionParams13$Outbound
5301
- | CreateEvalFunctionParams15$Outbound
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
- | CreateEvalFunctionParams7$Outbound
5307
- | CreateEvalFunctionParams10$Outbound
5308
- | CreateEvalFunctionParams14$Outbound
5309
- | CreateEvalFunctionParams16$Outbound
5310
- | CreateEvalFunctionParams17$Outbound
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(() => CreateEvalFunctionParams12$outboundSchema),
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(() => CreateEvalFunctionParams8$outboundSchema),
5340
- z.lazy(() => CreateEvalFunctionParams9$outboundSchema),
5341
- z.lazy(() => CreateEvalFunctionParams11$outboundSchema),
5342
- z.lazy(() => CreateEvalFunctionParams13$outboundSchema),
5343
- z.lazy(() => CreateEvalFunctionParams15$outboundSchema),
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(() => CreateEvalFunctionParams7$outboundSchema),
5349
- z.lazy(() => CreateEvalFunctionParams10$outboundSchema),
5350
- z.lazy(() => CreateEvalFunctionParams14$outboundSchema),
5351
- z.lazy(() => CreateEvalFunctionParams16$outboundSchema),
5352
- z.lazy(() => CreateEvalFunctionParams17$outboundSchema),
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-25T12:44:29.770Z"),
5393
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
5104
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
5105
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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(() => CreateEvalFunctionParams12$inboundSchema),
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(() => CreateEvalFunctionParams8$inboundSchema),
5410
- z.lazy(() => CreateEvalFunctionParams9$inboundSchema),
5411
- z.lazy(() => CreateEvalFunctionParams11$inboundSchema),
5412
- z.lazy(() => CreateEvalFunctionParams13$inboundSchema),
5413
- z.lazy(() => CreateEvalFunctionParams15$inboundSchema),
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(() => CreateEvalFunctionParams7$inboundSchema),
5419
- z.lazy(() => CreateEvalFunctionParams10$inboundSchema),
5420
- z.lazy(() => CreateEvalFunctionParams14$inboundSchema),
5421
- z.lazy(() => CreateEvalFunctionParams16$inboundSchema),
5422
- z.lazy(() => CreateEvalFunctionParams17$inboundSchema),
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
- | CreateEvalFunctionParams12$Outbound
5169
+ | Twelve$Outbound
5461
5170
  | CreateEvalFunctionParams1$Outbound
5462
5171
  | CreateEvalFunctionParams2$Outbound
5463
5172
  | CreateEvalFunctionParams3$Outbound
5464
5173
  | CreateEvalFunctionParams4$Outbound
5465
- | CreateEvalFunctionParams8$Outbound
5466
- | CreateEvalFunctionParams9$Outbound
5467
- | CreateEvalFunctionParams11$Outbound
5468
- | CreateEvalFunctionParams13$Outbound
5469
- | CreateEvalFunctionParams15$Outbound
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
- | CreateEvalFunctionParams7$Outbound
5475
- | CreateEvalFunctionParams10$Outbound
5476
- | CreateEvalFunctionParams14$Outbound
5477
- | CreateEvalFunctionParams16$Outbound
5478
- | CreateEvalFunctionParams17$Outbound
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-25T12:44:29.770Z"),
5507
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
5212
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
5213
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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(() => CreateEvalFunctionParams12$outboundSchema),
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(() => CreateEvalFunctionParams8$outboundSchema),
5524
- z.lazy(() => CreateEvalFunctionParams9$outboundSchema),
5525
- z.lazy(() => CreateEvalFunctionParams11$outboundSchema),
5526
- z.lazy(() => CreateEvalFunctionParams13$outboundSchema),
5527
- z.lazy(() => CreateEvalFunctionParams15$outboundSchema),
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(() => CreateEvalFunctionParams7$outboundSchema),
5533
- z.lazy(() => CreateEvalFunctionParams10$outboundSchema),
5534
- z.lazy(() => CreateEvalFunctionParams14$outboundSchema),
5535
- z.lazy(() => CreateEvalFunctionParams16$outboundSchema),
5536
- z.lazy(() => CreateEvalFunctionParams17$outboundSchema),
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-25T12:44:29.770Z"),
5825
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
5527
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
5528
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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-25T12:44:29.770Z"),
5867
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
5569
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
5570
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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-25T12:44:29.770Z"),
6148
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
5850
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
5851
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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-25T12:44:29.770Z"),
6196
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
5898
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
5899
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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-25T12:44:29.770Z"),
6453
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
6155
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
6156
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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-25T12:44:29.770Z"),
6493
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
6195
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
6196
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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-25T12:44:29.770Z"),
6732
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
6434
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
6435
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
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-25T12:44:29.770Z"),
6772
- updated: z.string().default("2025-11-25T12:44:29.770Z"),
6474
+ created: z.string().default("2025-11-25T16:34:42.062Z"),
6475
+ updated: z.string().default("2025-11-25T16:34:42.062Z"),
6773
6476
  guardrailConfig: z.union([
6774
6477
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
6775
6478
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),