@orq-ai/node 4.0.13 → 4.0.16

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 (268) hide show
  1. package/bin/mcp-server.js +25995 -27782
  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 +2 -2
  6. package/lib/config.js +2 -2
  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 +70 -70
  97. package/models/operations/createeval.d.ts.map +1 -1
  98. package/models/operations/createeval.js +169 -162
  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.js +28 -28
  107. package/models/operations/invokeagent.d.ts +14 -147
  108. package/models/operations/invokeagent.d.ts.map +1 -1
  109. package/models/operations/invokeagent.js +19 -148
  110. package/models/operations/invokeagent.js.map +1 -1
  111. package/models/operations/listbudgets.js +2 -2
  112. package/models/operations/listcontacts.js +2 -2
  113. package/models/operations/listdatasetdatapoints.js +8 -8
  114. package/models/operations/listdatasets.js +2 -2
  115. package/models/operations/listdatasources.js +2 -2
  116. package/models/operations/listknowledgebases.d.ts +16 -16
  117. package/models/operations/listknowledgebases.d.ts.map +1 -1
  118. package/models/operations/listknowledgebases.js +27 -25
  119. package/models/operations/listknowledgebases.js.map +1 -1
  120. package/models/operations/retrievecontact.js +2 -2
  121. package/models/operations/retrievedatapoint.js +8 -8
  122. package/models/operations/retrievedataset.js +2 -2
  123. package/models/operations/retrievedatasource.js +2 -2
  124. package/models/operations/retrievetool.js +12 -12
  125. package/models/operations/runagent.d.ts +4 -137
  126. package/models/operations/runagent.d.ts.map +1 -1
  127. package/models/operations/runagent.js +17 -145
  128. package/models/operations/runagent.js.map +1 -1
  129. package/models/operations/streamagent.d.ts +241 -2491
  130. package/models/operations/streamagent.d.ts.map +1 -1
  131. package/models/operations/streamagent.js +172 -2826
  132. package/models/operations/streamagent.js.map +1 -1
  133. package/models/operations/streamrunagent.d.ts +889 -3139
  134. package/models/operations/streamrunagent.d.ts.map +1 -1
  135. package/models/operations/streamrunagent.js +175 -2825
  136. package/models/operations/streamrunagent.js.map +1 -1
  137. package/models/operations/updatebudget.js +2 -2
  138. package/models/operations/updatecontact.js +2 -2
  139. package/models/operations/updatedatapoint.js +8 -8
  140. package/models/operations/updatedataset.js +2 -2
  141. package/models/operations/updatedatasource.js +2 -2
  142. package/models/operations/updateeval.js +28 -28
  143. package/models/operations/updatetool.js +14 -14
  144. package/package.json +1 -1
  145. package/packages/orq-rc/examples/package-lock.json +1 -1
  146. package/packages/orq-rc/jsr.json +1 -1
  147. package/packages/orq-rc/package-lock.json +2 -2
  148. package/packages/orq-rc/package.json +1 -1
  149. package/packages/orq-rc/src/lib/config.ts +3 -3
  150. package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
  151. package/packages/orq-rc/src/mcp-server/server.ts +1 -1
  152. package/packages/orq-rc/src/models/components/actionreviewedstreamingevent.ts +189 -0
  153. package/packages/orq-rc/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
  154. package/packages/orq-rc/src/models/components/agenterroredstreamingevent.ts +142 -0
  155. package/packages/orq-rc/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
  156. package/packages/orq-rc/src/models/components/agenthandedoffstreamingevent.ts +142 -0
  157. package/packages/orq-rc/src/models/components/agentinactivestreamingevent.ts +857 -0
  158. package/packages/orq-rc/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
  159. package/packages/orq-rc/src/models/components/agentstartedstreamingevent.ts +909 -0
  160. package/packages/orq-rc/src/models/components/agentthoughtstreamingevent.ts +1419 -0
  161. package/packages/orq-rc/src/models/components/errorstreamingevent.ts +129 -0
  162. package/packages/orq-rc/src/models/components/executionnamedstreamingevent.ts +142 -0
  163. package/packages/orq-rc/src/models/components/executionreviewedstreamingevent.ts +122 -0
  164. package/packages/orq-rc/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
  165. package/packages/orq-rc/src/models/components/filepart.ts +1 -1
  166. package/packages/orq-rc/src/models/components/index.ts +17 -0
  167. package/packages/orq-rc/src/models/components/invokedeploymentrequest.ts +32 -27
  168. package/packages/orq-rc/src/models/components/timeoutstreamingevent.ts +125 -0
  169. package/packages/orq-rc/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
  170. package/packages/orq-rc/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
  171. package/packages/orq-rc/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
  172. package/packages/orq-rc/src/models/components/toolresultpart.ts +1 -1
  173. package/packages/orq-rc/src/models/operations/createagentresponserequest.ts +20 -321
  174. package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
  175. package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
  176. package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
  177. package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
  178. package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
  179. package/packages/orq-rc/src/models/operations/createeval.ts +318 -615
  180. package/packages/orq-rc/src/models/operations/createtool.ts +12 -12
  181. package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
  182. package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
  183. package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
  184. package/packages/orq-rc/src/models/operations/getalltools.ts +12 -12
  185. package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
  186. package/packages/orq-rc/src/models/operations/getevals.ts +52 -287
  187. package/packages/orq-rc/src/models/operations/invokeagent.ts +36 -373
  188. package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
  189. package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
  190. package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
  191. package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
  192. package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
  193. package/packages/orq-rc/src/models/operations/listknowledgebases.ts +82 -102
  194. package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
  195. package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
  196. package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
  197. package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
  198. package/packages/orq-rc/src/models/operations/retrievetool.ts +12 -12
  199. package/packages/orq-rc/src/models/operations/runagent.ts +17 -365
  200. package/packages/orq-rc/src/models/operations/streamagent.ts +794 -6985
  201. package/packages/orq-rc/src/models/operations/streamrunagent.ts +3939 -9983
  202. package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
  203. package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
  204. package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
  205. package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
  206. package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
  207. package/packages/orq-rc/src/models/operations/updateeval.ts +52 -287
  208. package/packages/orq-rc/src/models/operations/updatetool.ts +14 -14
  209. package/src/lib/config.ts +2 -2
  210. package/src/mcp-server/mcp-server.ts +1 -1
  211. package/src/mcp-server/server.ts +1 -1
  212. package/src/models/components/actionreviewedstreamingevent.ts +189 -0
  213. package/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
  214. package/src/models/components/agenterroredstreamingevent.ts +142 -0
  215. package/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
  216. package/src/models/components/agenthandedoffstreamingevent.ts +142 -0
  217. package/src/models/components/agentinactivestreamingevent.ts +857 -0
  218. package/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
  219. package/src/models/components/agentstartedstreamingevent.ts +909 -0
  220. package/src/models/components/agentthoughtstreamingevent.ts +1419 -0
  221. package/src/models/components/errorstreamingevent.ts +129 -0
  222. package/src/models/components/executionnamedstreamingevent.ts +142 -0
  223. package/src/models/components/executionreviewedstreamingevent.ts +122 -0
  224. package/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
  225. package/src/models/components/filepart.ts +1 -1
  226. package/src/models/components/index.ts +17 -0
  227. package/src/models/components/invokedeploymentrequest.ts +32 -27
  228. package/src/models/components/timeoutstreamingevent.ts +125 -0
  229. package/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
  230. package/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
  231. package/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
  232. package/src/models/components/toolresultpart.ts +1 -1
  233. package/src/models/operations/createagentresponserequest.ts +20 -321
  234. package/src/models/operations/createbudget.ts +2 -2
  235. package/src/models/operations/createcontact.ts +2 -2
  236. package/src/models/operations/createdataset.ts +2 -2
  237. package/src/models/operations/createdatasetitem.ts +8 -8
  238. package/src/models/operations/createdatasource.ts +2 -2
  239. package/src/models/operations/createeval.ts +294 -368
  240. package/src/models/operations/createtool.ts +12 -12
  241. package/src/models/operations/fileget.ts +2 -2
  242. package/src/models/operations/filelist.ts +2 -2
  243. package/src/models/operations/fileupload.ts +2 -2
  244. package/src/models/operations/getalltools.ts +12 -12
  245. package/src/models/operations/getbudget.ts +2 -2
  246. package/src/models/operations/getevals.ts +28 -28
  247. package/src/models/operations/invokeagent.ts +36 -373
  248. package/src/models/operations/listbudgets.ts +2 -2
  249. package/src/models/operations/listcontacts.ts +2 -2
  250. package/src/models/operations/listdatasetdatapoints.ts +8 -8
  251. package/src/models/operations/listdatasets.ts +2 -2
  252. package/src/models/operations/listdatasources.ts +2 -2
  253. package/src/models/operations/listknowledgebases.ts +82 -102
  254. package/src/models/operations/retrievecontact.ts +2 -2
  255. package/src/models/operations/retrievedatapoint.ts +8 -8
  256. package/src/models/operations/retrievedataset.ts +2 -2
  257. package/src/models/operations/retrievedatasource.ts +2 -2
  258. package/src/models/operations/retrievetool.ts +12 -12
  259. package/src/models/operations/runagent.ts +17 -365
  260. package/src/models/operations/streamagent.ts +794 -6985
  261. package/src/models/operations/streamrunagent.ts +3939 -9983
  262. package/src/models/operations/updatebudget.ts +2 -2
  263. package/src/models/operations/updatecontact.ts +2 -2
  264. package/src/models/operations/updatedatapoint.ts +8 -8
  265. package/src/models/operations/updatedataset.ts +2 -2
  266. package/src/models/operations/updatedatasource.ts +2 -2
  267. package/src/models/operations/updateeval.ts +28 -28
  268. package/src/models/operations/updatetool.ts +14 -14
@@ -796,7 +796,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
796
796
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type
797
797
  >;
798
798
 
799
- export type CreateEvalFunctionParams17 = {
799
+ export type Seventeen = {
800
800
  type:
801
801
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type;
802
802
  };
@@ -810,7 +810,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
810
810
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type
811
811
  >;
812
812
 
813
- export type CreateEvalFunctionParams16 = {
813
+ export type Sixteen = {
814
814
  type:
815
815
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type;
816
816
  };
@@ -824,7 +824,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
824
824
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type
825
825
  >;
826
826
 
827
- export type CreateEvalFunctionParams15 = {
827
+ export type Fifteen = {
828
828
  type:
829
829
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type;
830
830
  pattern: string;
@@ -839,7 +839,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
839
839
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type
840
840
  >;
841
841
 
842
- export type CreateEvalFunctionParams14 = {
842
+ export type Fourteen = {
843
843
  type:
844
844
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type;
845
845
  };
@@ -853,7 +853,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
853
853
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type
854
854
  >;
855
855
 
856
- export type CreateEvalFunctionParams13 = {
856
+ export type Thirteen = {
857
857
  type:
858
858
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type;
859
859
  value: number;
@@ -868,7 +868,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
868
868
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type
869
869
  >;
870
870
 
871
- export type CreateEvalFunctionParams12 = {
871
+ export type Twelve = {
872
872
  type:
873
873
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type;
874
874
  min: number;
@@ -884,7 +884,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
884
884
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type
885
885
  >;
886
886
 
887
- export type CreateEvalFunctionParams11 = {
887
+ export type Eleven = {
888
888
  type:
889
889
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type;
890
890
  value: number;
@@ -899,7 +899,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
899
899
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type
900
900
  >;
901
901
 
902
- export type CreateEvalFunctionParams10 = {
902
+ export type Ten = {
903
903
  type:
904
904
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type;
905
905
  };
@@ -913,7 +913,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
913
913
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type
914
914
  >;
915
915
 
916
- export type CreateEvalFunctionParams9 = {
916
+ export type Nine = {
917
917
  type:
918
918
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type;
919
919
  value: string;
@@ -928,7 +928,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5
928
928
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type
929
929
  >;
930
930
 
931
- export type CreateEvalFunctionParams8 = {
931
+ export type Eight = {
932
932
  type:
933
933
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type;
934
934
  value: string;
@@ -943,7 +943,7 @@ export type CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyT
943
943
  typeof CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType
944
944
  >;
945
945
 
946
- export type CreateEvalFunctionParams7 = {
946
+ export type Seven = {
947
947
  type: CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType;
948
948
  };
949
949
 
@@ -1017,24 +1017,24 @@ export type CreateEvalFunctionParams1 = {
1017
1017
  };
1018
1018
 
1019
1019
  export type FunctionParams =
1020
- | CreateEvalFunctionParams12
1020
+ | Twelve
1021
1021
  | CreateEvalFunctionParams1
1022
1022
  | CreateEvalFunctionParams2
1023
1023
  | CreateEvalFunctionParams3
1024
1024
  | CreateEvalFunctionParams4
1025
- | CreateEvalFunctionParams8
1026
- | CreateEvalFunctionParams9
1027
- | CreateEvalFunctionParams11
1028
- | CreateEvalFunctionParams13
1029
- | CreateEvalFunctionParams15
1025
+ | Eight
1026
+ | Nine
1027
+ | Eleven
1028
+ | Thirteen
1029
+ | Fifteen
1030
1030
  | TwentyFive
1031
1031
  | CreateEvalFunctionParams5
1032
1032
  | CreateEvalFunctionParams6
1033
- | CreateEvalFunctionParams7
1034
- | CreateEvalFunctionParams10
1035
- | CreateEvalFunctionParams14
1036
- | CreateEvalFunctionParams16
1037
- | CreateEvalFunctionParams17
1033
+ | Seven
1034
+ | Ten
1035
+ | Fourteen
1036
+ | Sixteen
1037
+ | Seventeen
1038
1038
  | Eighteen
1039
1039
  | Nineteen
1040
1040
  | Twenty
@@ -1061,24 +1061,24 @@ export type CreateEvalResponseBodyFunction = {
1061
1061
  | undefined;
1062
1062
  type: CreateEvalResponseBodyEvalsResponse200Type;
1063
1063
  functionParams:
1064
- | CreateEvalFunctionParams12
1064
+ | Twelve
1065
1065
  | CreateEvalFunctionParams1
1066
1066
  | CreateEvalFunctionParams2
1067
1067
  | CreateEvalFunctionParams3
1068
1068
  | CreateEvalFunctionParams4
1069
- | CreateEvalFunctionParams8
1070
- | CreateEvalFunctionParams9
1071
- | CreateEvalFunctionParams11
1072
- | CreateEvalFunctionParams13
1073
- | CreateEvalFunctionParams15
1069
+ | Eight
1070
+ | Nine
1071
+ | Eleven
1072
+ | Thirteen
1073
+ | Fifteen
1074
1074
  | TwentyFive
1075
1075
  | CreateEvalFunctionParams5
1076
1076
  | CreateEvalFunctionParams6
1077
- | CreateEvalFunctionParams7
1078
- | CreateEvalFunctionParams10
1079
- | CreateEvalFunctionParams14
1080
- | CreateEvalFunctionParams16
1081
- | CreateEvalFunctionParams17
1077
+ | Seven
1078
+ | Ten
1079
+ | Fourteen
1080
+ | Sixteen
1081
+ | Seventeen
1082
1082
  | Eighteen
1083
1083
  | Nineteen
1084
1084
  | Twenty
@@ -2707,8 +2707,8 @@ export const Typescript$inboundSchema: z.ZodType<
2707
2707
  > = z.object({
2708
2708
  _id: z.string(),
2709
2709
  description: z.string(),
2710
- created: z.string().default("2025-11-25T16:24:25.370Z"),
2711
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
2710
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
2711
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
2712
2712
  guardrail_config: z.union([
2713
2713
  z.lazy(() =>
2714
2714
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema
@@ -2750,8 +2750,8 @@ export const Typescript$outboundSchema: z.ZodType<
2750
2750
  > = z.object({
2751
2751
  id: z.string(),
2752
2752
  description: z.string(),
2753
- created: z.string().default("2025-11-25T16:24:25.370Z"),
2754
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
2753
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
2754
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
2755
2755
  guardrailConfig: z.union([
2756
2756
  z.lazy(() =>
2757
2757
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema
@@ -3032,8 +3032,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
3032
3032
  .object({
3033
3033
  _id: z.string(),
3034
3034
  description: z.string(),
3035
- created: z.string().default("2025-11-25T16:24:25.370Z"),
3036
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
3035
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
3036
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
3037
3037
  guardrail_config: z.union([
3038
3038
  z.lazy(() =>
3039
3039
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema
@@ -3078,8 +3078,8 @@ export const Ragas$outboundSchema: z.ZodType<
3078
3078
  > = z.object({
3079
3079
  id: z.string(),
3080
3080
  description: z.string(),
3081
- created: z.string().default("2025-11-25T16:24:25.370Z"),
3082
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
3081
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
3082
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
3083
3083
  guardrailConfig: z.union([
3084
3084
  z.lazy(() =>
3085
3085
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema
@@ -4125,8 +4125,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4125
4125
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema;
4126
4126
 
4127
4127
  /** @internal */
4128
- export const CreateEvalFunctionParams17$inboundSchema: z.ZodType<
4129
- CreateEvalFunctionParams17,
4128
+ export const Seventeen$inboundSchema: z.ZodType<
4129
+ Seventeen,
4130
4130
  z.ZodTypeDef,
4131
4131
  unknown
4132
4132
  > = z.object({
@@ -4134,34 +4134,30 @@ export const CreateEvalFunctionParams17$inboundSchema: z.ZodType<
4134
4134
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema,
4135
4135
  });
4136
4136
  /** @internal */
4137
- export type CreateEvalFunctionParams17$Outbound = {
4137
+ export type Seventeen$Outbound = {
4138
4138
  type: string;
4139
4139
  };
4140
4140
 
4141
4141
  /** @internal */
4142
- export const CreateEvalFunctionParams17$outboundSchema: z.ZodType<
4143
- CreateEvalFunctionParams17$Outbound,
4142
+ export const Seventeen$outboundSchema: z.ZodType<
4143
+ Seventeen$Outbound,
4144
4144
  z.ZodTypeDef,
4145
- CreateEvalFunctionParams17
4145
+ Seventeen
4146
4146
  > = z.object({
4147
4147
  type:
4148
4148
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema,
4149
4149
  });
4150
4150
 
4151
- export function createEvalFunctionParams17ToJSON(
4152
- createEvalFunctionParams17: CreateEvalFunctionParams17,
4153
- ): string {
4154
- return JSON.stringify(
4155
- CreateEvalFunctionParams17$outboundSchema.parse(createEvalFunctionParams17),
4156
- );
4151
+ export function seventeenToJSON(seventeen: Seventeen): string {
4152
+ return JSON.stringify(Seventeen$outboundSchema.parse(seventeen));
4157
4153
  }
4158
- export function createEvalFunctionParams17FromJSON(
4154
+ export function seventeenFromJSON(
4159
4155
  jsonString: string,
4160
- ): SafeParseResult<CreateEvalFunctionParams17, SDKValidationError> {
4156
+ ): SafeParseResult<Seventeen, SDKValidationError> {
4161
4157
  return safeParse(
4162
4158
  jsonString,
4163
- (x) => CreateEvalFunctionParams17$inboundSchema.parse(JSON.parse(x)),
4164
- `Failed to parse 'CreateEvalFunctionParams17' from JSON`,
4159
+ (x) => Seventeen$inboundSchema.parse(JSON.parse(x)),
4160
+ `Failed to parse 'Seventeen' from JSON`,
4165
4161
  );
4166
4162
  }
4167
4163
 
@@ -4180,43 +4176,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4180
4176
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema;
4181
4177
 
4182
4178
  /** @internal */
4183
- export const CreateEvalFunctionParams16$inboundSchema: z.ZodType<
4184
- CreateEvalFunctionParams16,
4185
- z.ZodTypeDef,
4186
- unknown
4187
- > = z.object({
4188
- type:
4189
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema,
4190
- });
4179
+ export const Sixteen$inboundSchema: z.ZodType<Sixteen, z.ZodTypeDef, unknown> =
4180
+ z.object({
4181
+ type:
4182
+ CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema,
4183
+ });
4191
4184
  /** @internal */
4192
- export type CreateEvalFunctionParams16$Outbound = {
4185
+ export type Sixteen$Outbound = {
4193
4186
  type: string;
4194
4187
  };
4195
4188
 
4196
4189
  /** @internal */
4197
- export const CreateEvalFunctionParams16$outboundSchema: z.ZodType<
4198
- CreateEvalFunctionParams16$Outbound,
4190
+ export const Sixteen$outboundSchema: z.ZodType<
4191
+ Sixteen$Outbound,
4199
4192
  z.ZodTypeDef,
4200
- CreateEvalFunctionParams16
4193
+ Sixteen
4201
4194
  > = z.object({
4202
4195
  type:
4203
4196
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema,
4204
4197
  });
4205
4198
 
4206
- export function createEvalFunctionParams16ToJSON(
4207
- createEvalFunctionParams16: CreateEvalFunctionParams16,
4208
- ): string {
4209
- return JSON.stringify(
4210
- CreateEvalFunctionParams16$outboundSchema.parse(createEvalFunctionParams16),
4211
- );
4199
+ export function sixteenToJSON(sixteen: Sixteen): string {
4200
+ return JSON.stringify(Sixteen$outboundSchema.parse(sixteen));
4212
4201
  }
4213
- export function createEvalFunctionParams16FromJSON(
4202
+ export function sixteenFromJSON(
4214
4203
  jsonString: string,
4215
- ): SafeParseResult<CreateEvalFunctionParams16, SDKValidationError> {
4204
+ ): SafeParseResult<Sixteen, SDKValidationError> {
4216
4205
  return safeParse(
4217
4206
  jsonString,
4218
- (x) => CreateEvalFunctionParams16$inboundSchema.parse(JSON.parse(x)),
4219
- `Failed to parse 'CreateEvalFunctionParams16' from JSON`,
4207
+ (x) => Sixteen$inboundSchema.parse(JSON.parse(x)),
4208
+ `Failed to parse 'Sixteen' from JSON`,
4220
4209
  );
4221
4210
  }
4222
4211
 
@@ -4235,46 +4224,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4235
4224
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema;
4236
4225
 
4237
4226
  /** @internal */
4238
- export const CreateEvalFunctionParams15$inboundSchema: z.ZodType<
4239
- CreateEvalFunctionParams15,
4240
- z.ZodTypeDef,
4241
- unknown
4242
- > = z.object({
4243
- type:
4244
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema,
4245
- pattern: z.string(),
4246
- });
4227
+ export const Fifteen$inboundSchema: z.ZodType<Fifteen, z.ZodTypeDef, unknown> =
4228
+ z.object({
4229
+ type:
4230
+ CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema,
4231
+ pattern: z.string(),
4232
+ });
4247
4233
  /** @internal */
4248
- export type CreateEvalFunctionParams15$Outbound = {
4234
+ export type Fifteen$Outbound = {
4249
4235
  type: string;
4250
4236
  pattern: string;
4251
4237
  };
4252
4238
 
4253
4239
  /** @internal */
4254
- export const CreateEvalFunctionParams15$outboundSchema: z.ZodType<
4255
- CreateEvalFunctionParams15$Outbound,
4240
+ export const Fifteen$outboundSchema: z.ZodType<
4241
+ Fifteen$Outbound,
4256
4242
  z.ZodTypeDef,
4257
- CreateEvalFunctionParams15
4243
+ Fifteen
4258
4244
  > = z.object({
4259
4245
  type:
4260
4246
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema,
4261
4247
  pattern: z.string(),
4262
4248
  });
4263
4249
 
4264
- export function createEvalFunctionParams15ToJSON(
4265
- createEvalFunctionParams15: CreateEvalFunctionParams15,
4266
- ): string {
4267
- return JSON.stringify(
4268
- CreateEvalFunctionParams15$outboundSchema.parse(createEvalFunctionParams15),
4269
- );
4250
+ export function fifteenToJSON(fifteen: Fifteen): string {
4251
+ return JSON.stringify(Fifteen$outboundSchema.parse(fifteen));
4270
4252
  }
4271
- export function createEvalFunctionParams15FromJSON(
4253
+ export function fifteenFromJSON(
4272
4254
  jsonString: string,
4273
- ): SafeParseResult<CreateEvalFunctionParams15, SDKValidationError> {
4255
+ ): SafeParseResult<Fifteen, SDKValidationError> {
4274
4256
  return safeParse(
4275
4257
  jsonString,
4276
- (x) => CreateEvalFunctionParams15$inboundSchema.parse(JSON.parse(x)),
4277
- `Failed to parse 'CreateEvalFunctionParams15' from JSON`,
4258
+ (x) => Fifteen$inboundSchema.parse(JSON.parse(x)),
4259
+ `Failed to parse 'Fifteen' from JSON`,
4278
4260
  );
4279
4261
  }
4280
4262
 
@@ -4293,8 +4275,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4293
4275
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema;
4294
4276
 
4295
4277
  /** @internal */
4296
- export const CreateEvalFunctionParams14$inboundSchema: z.ZodType<
4297
- CreateEvalFunctionParams14,
4278
+ export const Fourteen$inboundSchema: z.ZodType<
4279
+ Fourteen,
4298
4280
  z.ZodTypeDef,
4299
4281
  unknown
4300
4282
  > = z.object({
@@ -4302,34 +4284,30 @@ export const CreateEvalFunctionParams14$inboundSchema: z.ZodType<
4302
4284
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema,
4303
4285
  });
4304
4286
  /** @internal */
4305
- export type CreateEvalFunctionParams14$Outbound = {
4287
+ export type Fourteen$Outbound = {
4306
4288
  type: string;
4307
4289
  };
4308
4290
 
4309
4291
  /** @internal */
4310
- export const CreateEvalFunctionParams14$outboundSchema: z.ZodType<
4311
- CreateEvalFunctionParams14$Outbound,
4292
+ export const Fourteen$outboundSchema: z.ZodType<
4293
+ Fourteen$Outbound,
4312
4294
  z.ZodTypeDef,
4313
- CreateEvalFunctionParams14
4295
+ Fourteen
4314
4296
  > = z.object({
4315
4297
  type:
4316
4298
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema,
4317
4299
  });
4318
4300
 
4319
- export function createEvalFunctionParams14ToJSON(
4320
- createEvalFunctionParams14: CreateEvalFunctionParams14,
4321
- ): string {
4322
- return JSON.stringify(
4323
- CreateEvalFunctionParams14$outboundSchema.parse(createEvalFunctionParams14),
4324
- );
4301
+ export function fourteenToJSON(fourteen: Fourteen): string {
4302
+ return JSON.stringify(Fourteen$outboundSchema.parse(fourteen));
4325
4303
  }
4326
- export function createEvalFunctionParams14FromJSON(
4304
+ export function fourteenFromJSON(
4327
4305
  jsonString: string,
4328
- ): SafeParseResult<CreateEvalFunctionParams14, SDKValidationError> {
4306
+ ): SafeParseResult<Fourteen, SDKValidationError> {
4329
4307
  return safeParse(
4330
4308
  jsonString,
4331
- (x) => CreateEvalFunctionParams14$inboundSchema.parse(JSON.parse(x)),
4332
- `Failed to parse 'CreateEvalFunctionParams14' from JSON`,
4309
+ (x) => Fourteen$inboundSchema.parse(JSON.parse(x)),
4310
+ `Failed to parse 'Fourteen' from JSON`,
4333
4311
  );
4334
4312
  }
4335
4313
 
@@ -4348,8 +4326,8 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4348
4326
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema;
4349
4327
 
4350
4328
  /** @internal */
4351
- export const CreateEvalFunctionParams13$inboundSchema: z.ZodType<
4352
- CreateEvalFunctionParams13,
4329
+ export const Thirteen$inboundSchema: z.ZodType<
4330
+ Thirteen,
4353
4331
  z.ZodTypeDef,
4354
4332
  unknown
4355
4333
  > = z.object({
@@ -4358,36 +4336,32 @@ export const CreateEvalFunctionParams13$inboundSchema: z.ZodType<
4358
4336
  value: z.number(),
4359
4337
  });
4360
4338
  /** @internal */
4361
- export type CreateEvalFunctionParams13$Outbound = {
4339
+ export type Thirteen$Outbound = {
4362
4340
  type: string;
4363
4341
  value: number;
4364
4342
  };
4365
4343
 
4366
4344
  /** @internal */
4367
- export const CreateEvalFunctionParams13$outboundSchema: z.ZodType<
4368
- CreateEvalFunctionParams13$Outbound,
4345
+ export const Thirteen$outboundSchema: z.ZodType<
4346
+ Thirteen$Outbound,
4369
4347
  z.ZodTypeDef,
4370
- CreateEvalFunctionParams13
4348
+ Thirteen
4371
4349
  > = z.object({
4372
4350
  type:
4373
4351
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema,
4374
4352
  value: z.number(),
4375
4353
  });
4376
4354
 
4377
- export function createEvalFunctionParams13ToJSON(
4378
- createEvalFunctionParams13: CreateEvalFunctionParams13,
4379
- ): string {
4380
- return JSON.stringify(
4381
- CreateEvalFunctionParams13$outboundSchema.parse(createEvalFunctionParams13),
4382
- );
4355
+ export function thirteenToJSON(thirteen: Thirteen): string {
4356
+ return JSON.stringify(Thirteen$outboundSchema.parse(thirteen));
4383
4357
  }
4384
- export function createEvalFunctionParams13FromJSON(
4358
+ export function thirteenFromJSON(
4385
4359
  jsonString: string,
4386
- ): SafeParseResult<CreateEvalFunctionParams13, SDKValidationError> {
4360
+ ): SafeParseResult<Thirteen, SDKValidationError> {
4387
4361
  return safeParse(
4388
4362
  jsonString,
4389
- (x) => CreateEvalFunctionParams13$inboundSchema.parse(JSON.parse(x)),
4390
- `Failed to parse 'CreateEvalFunctionParams13' from JSON`,
4363
+ (x) => Thirteen$inboundSchema.parse(JSON.parse(x)),
4364
+ `Failed to parse 'Thirteen' from JSON`,
4391
4365
  );
4392
4366
  }
4393
4367
 
@@ -4406,28 +4380,25 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4406
4380
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema;
4407
4381
 
4408
4382
  /** @internal */
4409
- export const CreateEvalFunctionParams12$inboundSchema: z.ZodType<
4410
- CreateEvalFunctionParams12,
4411
- z.ZodTypeDef,
4412
- unknown
4413
- > = z.object({
4414
- type:
4415
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema,
4416
- min: z.number(),
4417
- max: z.number(),
4418
- });
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
+ });
4419
4390
  /** @internal */
4420
- export type CreateEvalFunctionParams12$Outbound = {
4391
+ export type Twelve$Outbound = {
4421
4392
  type: string;
4422
4393
  min: number;
4423
4394
  max: number;
4424
4395
  };
4425
4396
 
4426
4397
  /** @internal */
4427
- export const CreateEvalFunctionParams12$outboundSchema: z.ZodType<
4428
- CreateEvalFunctionParams12$Outbound,
4398
+ export const Twelve$outboundSchema: z.ZodType<
4399
+ Twelve$Outbound,
4429
4400
  z.ZodTypeDef,
4430
- CreateEvalFunctionParams12
4401
+ Twelve
4431
4402
  > = z.object({
4432
4403
  type:
4433
4404
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema,
@@ -4435,20 +4406,16 @@ export const CreateEvalFunctionParams12$outboundSchema: z.ZodType<
4435
4406
  max: z.number(),
4436
4407
  });
4437
4408
 
4438
- export function createEvalFunctionParams12ToJSON(
4439
- createEvalFunctionParams12: CreateEvalFunctionParams12,
4440
- ): string {
4441
- return JSON.stringify(
4442
- CreateEvalFunctionParams12$outboundSchema.parse(createEvalFunctionParams12),
4443
- );
4409
+ export function twelveToJSON(twelve: Twelve): string {
4410
+ return JSON.stringify(Twelve$outboundSchema.parse(twelve));
4444
4411
  }
4445
- export function createEvalFunctionParams12FromJSON(
4412
+ export function twelveFromJSON(
4446
4413
  jsonString: string,
4447
- ): SafeParseResult<CreateEvalFunctionParams12, SDKValidationError> {
4414
+ ): SafeParseResult<Twelve, SDKValidationError> {
4448
4415
  return safeParse(
4449
4416
  jsonString,
4450
- (x) => CreateEvalFunctionParams12$inboundSchema.parse(JSON.parse(x)),
4451
- `Failed to parse 'CreateEvalFunctionParams12' from JSON`,
4417
+ (x) => Twelve$inboundSchema.parse(JSON.parse(x)),
4418
+ `Failed to parse 'Twelve' from JSON`,
4452
4419
  );
4453
4420
  }
4454
4421
 
@@ -4467,46 +4434,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4467
4434
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema;
4468
4435
 
4469
4436
  /** @internal */
4470
- export const CreateEvalFunctionParams11$inboundSchema: z.ZodType<
4471
- CreateEvalFunctionParams11,
4472
- z.ZodTypeDef,
4473
- unknown
4474
- > = z.object({
4475
- type:
4476
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema,
4477
- value: z.number(),
4478
- });
4437
+ export const Eleven$inboundSchema: z.ZodType<Eleven, z.ZodTypeDef, unknown> = z
4438
+ .object({
4439
+ type:
4440
+ CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema,
4441
+ value: z.number(),
4442
+ });
4479
4443
  /** @internal */
4480
- export type CreateEvalFunctionParams11$Outbound = {
4444
+ export type Eleven$Outbound = {
4481
4445
  type: string;
4482
4446
  value: number;
4483
4447
  };
4484
4448
 
4485
4449
  /** @internal */
4486
- export const CreateEvalFunctionParams11$outboundSchema: z.ZodType<
4487
- CreateEvalFunctionParams11$Outbound,
4450
+ export const Eleven$outboundSchema: z.ZodType<
4451
+ Eleven$Outbound,
4488
4452
  z.ZodTypeDef,
4489
- CreateEvalFunctionParams11
4453
+ Eleven
4490
4454
  > = z.object({
4491
4455
  type:
4492
4456
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema,
4493
4457
  value: z.number(),
4494
4458
  });
4495
4459
 
4496
- export function createEvalFunctionParams11ToJSON(
4497
- createEvalFunctionParams11: CreateEvalFunctionParams11,
4498
- ): string {
4499
- return JSON.stringify(
4500
- CreateEvalFunctionParams11$outboundSchema.parse(createEvalFunctionParams11),
4501
- );
4460
+ export function elevenToJSON(eleven: Eleven): string {
4461
+ return JSON.stringify(Eleven$outboundSchema.parse(eleven));
4502
4462
  }
4503
- export function createEvalFunctionParams11FromJSON(
4463
+ export function elevenFromJSON(
4504
4464
  jsonString: string,
4505
- ): SafeParseResult<CreateEvalFunctionParams11, SDKValidationError> {
4465
+ ): SafeParseResult<Eleven, SDKValidationError> {
4506
4466
  return safeParse(
4507
4467
  jsonString,
4508
- (x) => CreateEvalFunctionParams11$inboundSchema.parse(JSON.parse(x)),
4509
- `Failed to parse 'CreateEvalFunctionParams11' from JSON`,
4468
+ (x) => Eleven$inboundSchema.parse(JSON.parse(x)),
4469
+ `Failed to parse 'Eleven' from JSON`,
4510
4470
  );
4511
4471
  }
4512
4472
 
@@ -4525,43 +4485,33 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4525
4485
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema;
4526
4486
 
4527
4487
  /** @internal */
4528
- export const CreateEvalFunctionParams10$inboundSchema: z.ZodType<
4529
- CreateEvalFunctionParams10,
4530
- z.ZodTypeDef,
4531
- unknown
4532
- > = z.object({
4533
- type:
4534
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema,
4535
- });
4488
+ export const Ten$inboundSchema: z.ZodType<Ten, z.ZodTypeDef, unknown> = z
4489
+ .object({
4490
+ type:
4491
+ CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema,
4492
+ });
4536
4493
  /** @internal */
4537
- export type CreateEvalFunctionParams10$Outbound = {
4494
+ export type Ten$Outbound = {
4538
4495
  type: string;
4539
4496
  };
4540
4497
 
4541
4498
  /** @internal */
4542
- export const CreateEvalFunctionParams10$outboundSchema: z.ZodType<
4543
- CreateEvalFunctionParams10$Outbound,
4544
- z.ZodTypeDef,
4545
- CreateEvalFunctionParams10
4546
- > = z.object({
4547
- type:
4548
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema,
4549
- });
4499
+ export const Ten$outboundSchema: z.ZodType<Ten$Outbound, z.ZodTypeDef, Ten> = z
4500
+ .object({
4501
+ type:
4502
+ CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema,
4503
+ });
4550
4504
 
4551
- export function createEvalFunctionParams10ToJSON(
4552
- createEvalFunctionParams10: CreateEvalFunctionParams10,
4553
- ): string {
4554
- return JSON.stringify(
4555
- CreateEvalFunctionParams10$outboundSchema.parse(createEvalFunctionParams10),
4556
- );
4505
+ export function tenToJSON(ten: Ten): string {
4506
+ return JSON.stringify(Ten$outboundSchema.parse(ten));
4557
4507
  }
4558
- export function createEvalFunctionParams10FromJSON(
4508
+ export function tenFromJSON(
4559
4509
  jsonString: string,
4560
- ): SafeParseResult<CreateEvalFunctionParams10, SDKValidationError> {
4510
+ ): SafeParseResult<Ten, SDKValidationError> {
4561
4511
  return safeParse(
4562
4512
  jsonString,
4563
- (x) => CreateEvalFunctionParams10$inboundSchema.parse(JSON.parse(x)),
4564
- `Failed to parse 'CreateEvalFunctionParams10' from JSON`,
4513
+ (x) => Ten$inboundSchema.parse(JSON.parse(x)),
4514
+ `Failed to parse 'Ten' from JSON`,
4565
4515
  );
4566
4516
  }
4567
4517
 
@@ -4580,46 +4530,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4580
4530
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema;
4581
4531
 
4582
4532
  /** @internal */
4583
- export const CreateEvalFunctionParams9$inboundSchema: z.ZodType<
4584
- CreateEvalFunctionParams9,
4585
- z.ZodTypeDef,
4586
- unknown
4587
- > = z.object({
4588
- type:
4589
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema,
4590
- value: z.string(),
4591
- });
4533
+ export const Nine$inboundSchema: z.ZodType<Nine, z.ZodTypeDef, unknown> = z
4534
+ .object({
4535
+ type:
4536
+ CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema,
4537
+ value: z.string(),
4538
+ });
4592
4539
  /** @internal */
4593
- export type CreateEvalFunctionParams9$Outbound = {
4540
+ export type Nine$Outbound = {
4594
4541
  type: string;
4595
4542
  value: string;
4596
4543
  };
4597
4544
 
4598
4545
  /** @internal */
4599
- export const CreateEvalFunctionParams9$outboundSchema: z.ZodType<
4600
- CreateEvalFunctionParams9$Outbound,
4601
- z.ZodTypeDef,
4602
- CreateEvalFunctionParams9
4603
- > = z.object({
4604
- type:
4605
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema,
4606
- value: z.string(),
4607
- });
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
+ });
4608
4552
 
4609
- export function createEvalFunctionParams9ToJSON(
4610
- createEvalFunctionParams9: CreateEvalFunctionParams9,
4611
- ): string {
4612
- return JSON.stringify(
4613
- CreateEvalFunctionParams9$outboundSchema.parse(createEvalFunctionParams9),
4614
- );
4553
+ export function nineToJSON(nine: Nine): string {
4554
+ return JSON.stringify(Nine$outboundSchema.parse(nine));
4615
4555
  }
4616
- export function createEvalFunctionParams9FromJSON(
4556
+ export function nineFromJSON(
4617
4557
  jsonString: string,
4618
- ): SafeParseResult<CreateEvalFunctionParams9, SDKValidationError> {
4558
+ ): SafeParseResult<Nine, SDKValidationError> {
4619
4559
  return safeParse(
4620
4560
  jsonString,
4621
- (x) => CreateEvalFunctionParams9$inboundSchema.parse(JSON.parse(x)),
4622
- `Failed to parse 'CreateEvalFunctionParams9' from JSON`,
4561
+ (x) => Nine$inboundSchema.parse(JSON.parse(x)),
4562
+ `Failed to parse 'Nine' from JSON`,
4623
4563
  );
4624
4564
  }
4625
4565
 
@@ -4638,46 +4578,39 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4638
4578
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema;
4639
4579
 
4640
4580
  /** @internal */
4641
- export const CreateEvalFunctionParams8$inboundSchema: z.ZodType<
4642
- CreateEvalFunctionParams8,
4643
- z.ZodTypeDef,
4644
- unknown
4645
- > = z.object({
4646
- type:
4647
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
4648
- value: z.string(),
4649
- });
4581
+ export const Eight$inboundSchema: z.ZodType<Eight, z.ZodTypeDef, unknown> = z
4582
+ .object({
4583
+ type:
4584
+ CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
4585
+ value: z.string(),
4586
+ });
4650
4587
  /** @internal */
4651
- export type CreateEvalFunctionParams8$Outbound = {
4588
+ export type Eight$Outbound = {
4652
4589
  type: string;
4653
4590
  value: string;
4654
4591
  };
4655
4592
 
4656
4593
  /** @internal */
4657
- export const CreateEvalFunctionParams8$outboundSchema: z.ZodType<
4658
- CreateEvalFunctionParams8$Outbound,
4594
+ export const Eight$outboundSchema: z.ZodType<
4595
+ Eight$Outbound,
4659
4596
  z.ZodTypeDef,
4660
- CreateEvalFunctionParams8
4597
+ Eight
4661
4598
  > = z.object({
4662
4599
  type:
4663
4600
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema,
4664
4601
  value: z.string(),
4665
4602
  });
4666
4603
 
4667
- export function createEvalFunctionParams8ToJSON(
4668
- createEvalFunctionParams8: CreateEvalFunctionParams8,
4669
- ): string {
4670
- return JSON.stringify(
4671
- CreateEvalFunctionParams8$outboundSchema.parse(createEvalFunctionParams8),
4672
- );
4604
+ export function eightToJSON(eight: Eight): string {
4605
+ return JSON.stringify(Eight$outboundSchema.parse(eight));
4673
4606
  }
4674
- export function createEvalFunctionParams8FromJSON(
4607
+ export function eightFromJSON(
4675
4608
  jsonString: string,
4676
- ): SafeParseResult<CreateEvalFunctionParams8, SDKValidationError> {
4609
+ ): SafeParseResult<Eight, SDKValidationError> {
4677
4610
  return safeParse(
4678
4611
  jsonString,
4679
- (x) => CreateEvalFunctionParams8$inboundSchema.parse(JSON.parse(x)),
4680
- `Failed to parse 'CreateEvalFunctionParams8' from JSON`,
4612
+ (x) => Eight$inboundSchema.parse(JSON.parse(x)),
4613
+ `Failed to parse 'Eight' from JSON`,
4681
4614
  );
4682
4615
  }
4683
4616
 
@@ -4696,43 +4629,36 @@ export const CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody
4696
4629
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema;
4697
4630
 
4698
4631
  /** @internal */
4699
- export const CreateEvalFunctionParams7$inboundSchema: z.ZodType<
4700
- CreateEvalFunctionParams7,
4701
- z.ZodTypeDef,
4702
- unknown
4703
- > = z.object({
4704
- type:
4705
- CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
4706
- });
4632
+ export const Seven$inboundSchema: z.ZodType<Seven, z.ZodTypeDef, unknown> = z
4633
+ .object({
4634
+ type:
4635
+ CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
4636
+ });
4707
4637
  /** @internal */
4708
- export type CreateEvalFunctionParams7$Outbound = {
4638
+ export type Seven$Outbound = {
4709
4639
  type: string;
4710
4640
  };
4711
4641
 
4712
4642
  /** @internal */
4713
- export const CreateEvalFunctionParams7$outboundSchema: z.ZodType<
4714
- CreateEvalFunctionParams7$Outbound,
4643
+ export const Seven$outboundSchema: z.ZodType<
4644
+ Seven$Outbound,
4715
4645
  z.ZodTypeDef,
4716
- CreateEvalFunctionParams7
4646
+ Seven
4717
4647
  > = z.object({
4718
4648
  type:
4719
4649
  CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema,
4720
4650
  });
4721
4651
 
4722
- export function createEvalFunctionParams7ToJSON(
4723
- createEvalFunctionParams7: CreateEvalFunctionParams7,
4724
- ): string {
4725
- return JSON.stringify(
4726
- CreateEvalFunctionParams7$outboundSchema.parse(createEvalFunctionParams7),
4727
- );
4652
+ export function sevenToJSON(seven: Seven): string {
4653
+ return JSON.stringify(Seven$outboundSchema.parse(seven));
4728
4654
  }
4729
- export function createEvalFunctionParams7FromJSON(
4655
+ export function sevenFromJSON(
4730
4656
  jsonString: string,
4731
- ): SafeParseResult<CreateEvalFunctionParams7, SDKValidationError> {
4657
+ ): SafeParseResult<Seven, SDKValidationError> {
4732
4658
  return safeParse(
4733
4659
  jsonString,
4734
- (x) => CreateEvalFunctionParams7$inboundSchema.parse(JSON.parse(x)),
4735
- `Failed to parse 'CreateEvalFunctionParams7' from JSON`,
4660
+ (x) => Seven$inboundSchema.parse(JSON.parse(x)),
4661
+ `Failed to parse 'Seven' from JSON`,
4736
4662
  );
4737
4663
  }
4738
4664
 
@@ -5046,24 +4972,24 @@ export const FunctionParams$inboundSchema: z.ZodType<
5046
4972
  z.ZodTypeDef,
5047
4973
  unknown
5048
4974
  > = z.union([
5049
- z.lazy(() => CreateEvalFunctionParams12$inboundSchema),
4975
+ z.lazy(() => Twelve$inboundSchema),
5050
4976
  z.lazy(() => CreateEvalFunctionParams1$inboundSchema),
5051
4977
  z.lazy(() => CreateEvalFunctionParams2$inboundSchema),
5052
4978
  z.lazy(() => CreateEvalFunctionParams3$inboundSchema),
5053
4979
  z.lazy(() => CreateEvalFunctionParams4$inboundSchema),
5054
- z.lazy(() => CreateEvalFunctionParams8$inboundSchema),
5055
- z.lazy(() => CreateEvalFunctionParams9$inboundSchema),
5056
- z.lazy(() => CreateEvalFunctionParams11$inboundSchema),
5057
- z.lazy(() => CreateEvalFunctionParams13$inboundSchema),
5058
- 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),
5059
4985
  z.lazy(() => TwentyFive$inboundSchema),
5060
4986
  z.lazy(() => CreateEvalFunctionParams5$inboundSchema),
5061
4987
  z.lazy(() => CreateEvalFunctionParams6$inboundSchema),
5062
- z.lazy(() => CreateEvalFunctionParams7$inboundSchema),
5063
- z.lazy(() => CreateEvalFunctionParams10$inboundSchema),
5064
- z.lazy(() => CreateEvalFunctionParams14$inboundSchema),
5065
- z.lazy(() => CreateEvalFunctionParams16$inboundSchema),
5066
- 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),
5067
4993
  z.lazy(() => Eighteen$inboundSchema),
5068
4994
  z.lazy(() => Nineteen$inboundSchema),
5069
4995
  z.lazy(() => Twenty$inboundSchema),
@@ -5081,24 +5007,24 @@ export const FunctionParams$inboundSchema: z.ZodType<
5081
5007
  ]);
5082
5008
  /** @internal */
5083
5009
  export type FunctionParams$Outbound =
5084
- | CreateEvalFunctionParams12$Outbound
5010
+ | Twelve$Outbound
5085
5011
  | CreateEvalFunctionParams1$Outbound
5086
5012
  | CreateEvalFunctionParams2$Outbound
5087
5013
  | CreateEvalFunctionParams3$Outbound
5088
5014
  | CreateEvalFunctionParams4$Outbound
5089
- | CreateEvalFunctionParams8$Outbound
5090
- | CreateEvalFunctionParams9$Outbound
5091
- | CreateEvalFunctionParams11$Outbound
5092
- | CreateEvalFunctionParams13$Outbound
5093
- | CreateEvalFunctionParams15$Outbound
5015
+ | Eight$Outbound
5016
+ | Nine$Outbound
5017
+ | Eleven$Outbound
5018
+ | Thirteen$Outbound
5019
+ | Fifteen$Outbound
5094
5020
  | TwentyFive$Outbound
5095
5021
  | CreateEvalFunctionParams5$Outbound
5096
5022
  | CreateEvalFunctionParams6$Outbound
5097
- | CreateEvalFunctionParams7$Outbound
5098
- | CreateEvalFunctionParams10$Outbound
5099
- | CreateEvalFunctionParams14$Outbound
5100
- | CreateEvalFunctionParams16$Outbound
5101
- | CreateEvalFunctionParams17$Outbound
5023
+ | Seven$Outbound
5024
+ | Ten$Outbound
5025
+ | Fourteen$Outbound
5026
+ | Sixteen$Outbound
5027
+ | Seventeen$Outbound
5102
5028
  | Eighteen$Outbound
5103
5029
  | Nineteen$Outbound
5104
5030
  | Twenty$Outbound
@@ -5120,24 +5046,24 @@ export const FunctionParams$outboundSchema: z.ZodType<
5120
5046
  z.ZodTypeDef,
5121
5047
  FunctionParams
5122
5048
  > = z.union([
5123
- z.lazy(() => CreateEvalFunctionParams12$outboundSchema),
5049
+ z.lazy(() => Twelve$outboundSchema),
5124
5050
  z.lazy(() => CreateEvalFunctionParams1$outboundSchema),
5125
5051
  z.lazy(() => CreateEvalFunctionParams2$outboundSchema),
5126
5052
  z.lazy(() => CreateEvalFunctionParams3$outboundSchema),
5127
5053
  z.lazy(() => CreateEvalFunctionParams4$outboundSchema),
5128
- z.lazy(() => CreateEvalFunctionParams8$outboundSchema),
5129
- z.lazy(() => CreateEvalFunctionParams9$outboundSchema),
5130
- z.lazy(() => CreateEvalFunctionParams11$outboundSchema),
5131
- z.lazy(() => CreateEvalFunctionParams13$outboundSchema),
5132
- 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),
5133
5059
  z.lazy(() => TwentyFive$outboundSchema),
5134
5060
  z.lazy(() => CreateEvalFunctionParams5$outboundSchema),
5135
5061
  z.lazy(() => CreateEvalFunctionParams6$outboundSchema),
5136
- z.lazy(() => CreateEvalFunctionParams7$outboundSchema),
5137
- z.lazy(() => CreateEvalFunctionParams10$outboundSchema),
5138
- z.lazy(() => CreateEvalFunctionParams14$outboundSchema),
5139
- z.lazy(() => CreateEvalFunctionParams16$outboundSchema),
5140
- 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),
5141
5067
  z.lazy(() => Eighteen$outboundSchema),
5142
5068
  z.lazy(() => Nineteen$outboundSchema),
5143
5069
  z.lazy(() => Twenty$outboundSchema),
@@ -5175,8 +5101,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
5175
5101
  > = z.object({
5176
5102
  _id: z.string(),
5177
5103
  description: z.string(),
5178
- created: z.string().default("2025-11-25T16:24:25.370Z"),
5179
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
5104
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
5105
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
5180
5106
  guardrail_config: z.union([
5181
5107
  z.lazy(() =>
5182
5108
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema
@@ -5187,24 +5113,24 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
5187
5113
  ]).optional(),
5188
5114
  type: CreateEvalResponseBodyEvalsResponse200Type$inboundSchema,
5189
5115
  function_params: z.union([
5190
- z.lazy(() => CreateEvalFunctionParams12$inboundSchema),
5116
+ z.lazy(() => Twelve$inboundSchema),
5191
5117
  z.lazy(() => CreateEvalFunctionParams1$inboundSchema),
5192
5118
  z.lazy(() => CreateEvalFunctionParams2$inboundSchema),
5193
5119
  z.lazy(() => CreateEvalFunctionParams3$inboundSchema),
5194
5120
  z.lazy(() => CreateEvalFunctionParams4$inboundSchema),
5195
- z.lazy(() => CreateEvalFunctionParams8$inboundSchema),
5196
- z.lazy(() => CreateEvalFunctionParams9$inboundSchema),
5197
- z.lazy(() => CreateEvalFunctionParams11$inboundSchema),
5198
- z.lazy(() => CreateEvalFunctionParams13$inboundSchema),
5199
- 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),
5200
5126
  z.lazy(() => TwentyFive$inboundSchema),
5201
5127
  z.lazy(() => CreateEvalFunctionParams5$inboundSchema),
5202
5128
  z.lazy(() => CreateEvalFunctionParams6$inboundSchema),
5203
- z.lazy(() => CreateEvalFunctionParams7$inboundSchema),
5204
- z.lazy(() => CreateEvalFunctionParams10$inboundSchema),
5205
- z.lazy(() => CreateEvalFunctionParams14$inboundSchema),
5206
- z.lazy(() => CreateEvalFunctionParams16$inboundSchema),
5207
- 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),
5208
5134
  z.lazy(() => Eighteen$inboundSchema),
5209
5135
  z.lazy(() => Nineteen$inboundSchema),
5210
5136
  z.lazy(() => Twenty$inboundSchema),
@@ -5240,24 +5166,24 @@ export type CreateEvalResponseBodyFunction$Outbound = {
5240
5166
  | undefined;
5241
5167
  type: string;
5242
5168
  function_params:
5243
- | CreateEvalFunctionParams12$Outbound
5169
+ | Twelve$Outbound
5244
5170
  | CreateEvalFunctionParams1$Outbound
5245
5171
  | CreateEvalFunctionParams2$Outbound
5246
5172
  | CreateEvalFunctionParams3$Outbound
5247
5173
  | CreateEvalFunctionParams4$Outbound
5248
- | CreateEvalFunctionParams8$Outbound
5249
- | CreateEvalFunctionParams9$Outbound
5250
- | CreateEvalFunctionParams11$Outbound
5251
- | CreateEvalFunctionParams13$Outbound
5252
- | CreateEvalFunctionParams15$Outbound
5174
+ | Eight$Outbound
5175
+ | Nine$Outbound
5176
+ | Eleven$Outbound
5177
+ | Thirteen$Outbound
5178
+ | Fifteen$Outbound
5253
5179
  | TwentyFive$Outbound
5254
5180
  | CreateEvalFunctionParams5$Outbound
5255
5181
  | CreateEvalFunctionParams6$Outbound
5256
- | CreateEvalFunctionParams7$Outbound
5257
- | CreateEvalFunctionParams10$Outbound
5258
- | CreateEvalFunctionParams14$Outbound
5259
- | CreateEvalFunctionParams16$Outbound
5260
- | CreateEvalFunctionParams17$Outbound
5182
+ | Seven$Outbound
5183
+ | Ten$Outbound
5184
+ | Fourteen$Outbound
5185
+ | Sixteen$Outbound
5186
+ | Seventeen$Outbound
5261
5187
  | Eighteen$Outbound
5262
5188
  | Nineteen$Outbound
5263
5189
  | Twenty$Outbound
@@ -5283,8 +5209,8 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
5283
5209
  > = z.object({
5284
5210
  id: z.string(),
5285
5211
  description: z.string(),
5286
- created: z.string().default("2025-11-25T16:24:25.370Z"),
5287
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
5212
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
5213
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
5288
5214
  guardrailConfig: z.union([
5289
5215
  z.lazy(() =>
5290
5216
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema
@@ -5295,24 +5221,24 @@ export const CreateEvalResponseBodyFunction$outboundSchema: z.ZodType<
5295
5221
  ]).optional(),
5296
5222
  type: CreateEvalResponseBodyEvalsResponse200Type$outboundSchema,
5297
5223
  functionParams: z.union([
5298
- z.lazy(() => CreateEvalFunctionParams12$outboundSchema),
5224
+ z.lazy(() => Twelve$outboundSchema),
5299
5225
  z.lazy(() => CreateEvalFunctionParams1$outboundSchema),
5300
5226
  z.lazy(() => CreateEvalFunctionParams2$outboundSchema),
5301
5227
  z.lazy(() => CreateEvalFunctionParams3$outboundSchema),
5302
5228
  z.lazy(() => CreateEvalFunctionParams4$outboundSchema),
5303
- z.lazy(() => CreateEvalFunctionParams8$outboundSchema),
5304
- z.lazy(() => CreateEvalFunctionParams9$outboundSchema),
5305
- z.lazy(() => CreateEvalFunctionParams11$outboundSchema),
5306
- z.lazy(() => CreateEvalFunctionParams13$outboundSchema),
5307
- 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),
5308
5234
  z.lazy(() => TwentyFive$outboundSchema),
5309
5235
  z.lazy(() => CreateEvalFunctionParams5$outboundSchema),
5310
5236
  z.lazy(() => CreateEvalFunctionParams6$outboundSchema),
5311
- z.lazy(() => CreateEvalFunctionParams7$outboundSchema),
5312
- z.lazy(() => CreateEvalFunctionParams10$outboundSchema),
5313
- z.lazy(() => CreateEvalFunctionParams14$outboundSchema),
5314
- z.lazy(() => CreateEvalFunctionParams16$outboundSchema),
5315
- 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),
5316
5242
  z.lazy(() => Eighteen$outboundSchema),
5317
5243
  z.lazy(() => Nineteen$outboundSchema),
5318
5244
  z.lazy(() => Twenty$outboundSchema),
@@ -5598,8 +5524,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
5598
5524
  > = z.object({
5599
5525
  _id: z.string(),
5600
5526
  description: z.string(),
5601
- created: z.string().default("2025-11-25T16:24:25.370Z"),
5602
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
5527
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
5528
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
5603
5529
  guardrail_config: z.union([
5604
5530
  z.lazy(() =>
5605
5531
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema
@@ -5640,8 +5566,8 @@ export const ResponseBodyPython$outboundSchema: z.ZodType<
5640
5566
  > = z.object({
5641
5567
  id: z.string(),
5642
5568
  description: z.string(),
5643
- created: z.string().default("2025-11-25T16:24:25.370Z"),
5644
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
5569
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
5570
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
5645
5571
  guardrailConfig: z.union([
5646
5572
  z.lazy(() =>
5647
5573
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema
@@ -5921,8 +5847,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
5921
5847
  > = z.object({
5922
5848
  _id: z.string(),
5923
5849
  description: z.string(),
5924
- created: z.string().default("2025-11-25T16:24:25.370Z"),
5925
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
5850
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
5851
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
5926
5852
  guardrail_config: z.union([
5927
5853
  z.lazy(() =>
5928
5854
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema
@@ -5969,8 +5895,8 @@ export const ResponseBodyHTTP$outboundSchema: z.ZodType<
5969
5895
  > = z.object({
5970
5896
  id: z.string(),
5971
5897
  description: z.string(),
5972
- created: z.string().default("2025-11-25T16:24:25.370Z"),
5973
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
5898
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
5899
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
5974
5900
  guardrailConfig: z.union([
5975
5901
  z.lazy(() =>
5976
5902
  CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema
@@ -6226,8 +6152,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
6226
6152
  > = z.object({
6227
6153
  _id: z.string(),
6228
6154
  description: z.string(),
6229
- created: z.string().default("2025-11-25T16:24:25.370Z"),
6230
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
6155
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
6156
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
6231
6157
  guardrail_config: z.union([
6232
6158
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
6233
6159
  z.lazy(() =>
@@ -6266,8 +6192,8 @@ export const ResponseBodyJSON$outboundSchema: z.ZodType<
6266
6192
  > = z.object({
6267
6193
  id: z.string(),
6268
6194
  description: z.string(),
6269
- created: z.string().default("2025-11-25T16:24:25.370Z"),
6270
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
6195
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
6196
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
6271
6197
  guardrailConfig: z.union([
6272
6198
  z.lazy(() =>
6273
6199
  CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema
@@ -6505,8 +6431,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
6505
6431
  > = z.object({
6506
6432
  _id: z.string(),
6507
6433
  description: z.string(),
6508
- created: z.string().default("2025-11-25T16:24:25.370Z"),
6509
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
6434
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
6435
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
6510
6436
  guardrail_config: z.union([
6511
6437
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
6512
6438
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
@@ -6545,8 +6471,8 @@ export const ResponseBodyLLM$outboundSchema: z.ZodType<
6545
6471
  > = z.object({
6546
6472
  id: z.string(),
6547
6473
  description: z.string(),
6548
- created: z.string().default("2025-11-25T16:24:25.370Z"),
6549
- updated: z.string().default("2025-11-25T16:24:25.370Z"),
6474
+ created: z.string().default("2025-11-25T21:18:22.233Z"),
6475
+ updated: z.string().default("2025-11-25T21:18:22.233Z"),
6550
6476
  guardrailConfig: z.union([
6551
6477
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
6552
6478
  z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),