@orq-ai/node 3.14.39 → 3.14.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/bin/mcp-server.js +698 -1503
- package/bin/mcp-server.js.map +56 -56
- package/docs/sdks/agents/README.md +71 -71
- package/examples/package-lock.json +1 -1
- package/funcs/agentsCreate.js +1 -1
- package/funcs/agentsCreate.js.map +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +2 -2
- package/mcp-server/server.js.map +1 -1
- package/models/operations/createagent.d.ts +80 -0
- package/models/operations/createagent.d.ts.map +1 -1
- package/models/operations/createagent.js +70 -7
- package/models/operations/createagent.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +106 -106
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +242 -234
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/creatememorystore.d.ts +10 -391
- package/models/operations/creatememorystore.d.ts.map +1 -1
- package/models/operations/creatememorystore.js +5 -563
- package/models/operations/creatememorystore.js.map +1 -1
- package/models/operations/createprompt.d.ts +40 -0
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +33 -7
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +10 -10
- package/models/operations/deploymentgetconfig.d.ts +20 -0
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +22 -8
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deployments.d.ts +20 -0
- package/models/operations/deployments.d.ts.map +1 -1
- package/models/operations/deployments.js +16 -3
- package/models/operations/deployments.js.map +1 -1
- package/models/operations/duplicatetool.js +10 -10
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getagent.d.ts +40 -0
- package/models/operations/getagent.d.ts.map +1 -1
- package/models/operations/getagent.js +33 -3
- package/models/operations/getagent.js.map +1 -1
- package/models/operations/getallmemorystores.d.ts +5 -195
- package/models/operations/getallmemorystores.d.ts.map +1 -1
- package/models/operations/getallmemorystores.js +3 -273
- package/models/operations/getallmemorystores.js.map +1 -1
- package/models/operations/getallprompts.d.ts +20 -0
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +16 -3
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +10 -10
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/getoneprompt.d.ts +20 -0
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +16 -3
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +20 -0
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +16 -2
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/listagents.d.ts +40 -0
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +36 -3
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listagenttasks.d.ts +40 -0
- package/models/operations/listagenttasks.d.ts.map +1 -1
- package/models/operations/listagenttasks.js +36 -3
- package/models/operations/listagenttasks.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.d.ts +5 -5
- package/models/operations/listdatasources.d.ts.map +1 -1
- package/models/operations/listdatasources.js +4 -4
- package/models/operations/listdatasources.js.map +1 -1
- package/models/operations/listpromptversions.d.ts +20 -0
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +16 -3
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievememorystore.d.ts +5 -196
- package/models/operations/retrievememorystore.d.ts.map +1 -1
- package/models/operations/retrievememorystore.js +3 -273
- package/models/operations/retrievememorystore.js.map +1 -1
- package/models/operations/retrievetool.js +10 -10
- package/models/operations/runagent.d.ts +40 -0
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +36 -6
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +40 -0
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +39 -6
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updateagent.d.ts +80 -0
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +73 -7
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatememorystore.d.ts +5 -195
- package/models/operations/updatememorystore.d.ts.map +1 -1
- package/models/operations/updatememorystore.js +3 -290
- package/models/operations/updatememorystore.js.map +1 -1
- package/models/operations/updateprompt.d.ts +40 -0
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +33 -7
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +10 -10
- package/package.json +1 -1
- package/packages/orq-rc/docs/sdks/agents/README.md +2 -0
- package/packages/orq-rc/docs/sdks/knowledge/README.md +0 -2
- package/packages/orq-rc/examples/package-lock.json +1 -1
- package/packages/orq-rc/jsr.json +1 -1
- package/packages/orq-rc/package-lock.json +2 -2
- package/packages/orq-rc/package.json +1 -1
- package/packages/orq-rc/src/lib/config.ts +3 -3
- package/packages/orq-rc/src/mcp-server/mcp-server.ts +1 -1
- package/packages/orq-rc/src/mcp-server/server.ts +1 -1
- package/packages/orq-rc/src/models/operations/createagent.ts +38 -23
- package/packages/orq-rc/src/models/operations/createbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/createcontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +8 -8
- package/packages/orq-rc/src/models/operations/createdatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/createeval.ts +28 -28
- package/packages/orq-rc/src/models/operations/createknowledge.ts +1 -7
- package/packages/orq-rc/src/models/operations/createprompt.ts +4 -4
- package/packages/orq-rc/src/models/operations/createtool.ts +14 -10
- package/packages/orq-rc/src/models/operations/duplicateagent.ts +21 -15
- package/packages/orq-rc/src/models/operations/duplicatetool.ts +29 -11
- package/packages/orq-rc/src/models/operations/fileget.ts +2 -2
- package/packages/orq-rc/src/models/operations/filelist.ts +2 -2
- package/packages/orq-rc/src/models/operations/fileupload.ts +2 -2
- package/packages/orq-rc/src/models/operations/getagent.ts +21 -15
- package/packages/orq-rc/src/models/operations/getalltools.ts +14 -10
- package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/getevals.ts +28 -28
- package/packages/orq-rc/src/models/operations/listagents.ts +21 -15
- package/packages/orq-rc/src/models/operations/listbudgets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listcontacts.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/packages/orq-rc/src/models/operations/listdatasets.ts +2 -2
- package/packages/orq-rc/src/models/operations/listdatasources.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +8 -8
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrievetool.ts +14 -10
- package/packages/orq-rc/src/models/operations/runagent.ts +12 -8
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +12 -8
- package/packages/orq-rc/src/models/operations/syncmcptool.ts +14 -10
- package/packages/orq-rc/src/models/operations/updateagent.ts +35 -23
- package/packages/orq-rc/src/models/operations/updatebudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatecontact.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +8 -8
- package/packages/orq-rc/src/models/operations/updatedataset.ts +2 -2
- package/packages/orq-rc/src/models/operations/updatedatasource.ts +2 -2
- package/packages/orq-rc/src/models/operations/updateeval.ts +28 -28
- package/packages/orq-rc/src/models/operations/updateprompt.ts +4 -4
- package/packages/orq-rc/src/models/operations/updatetool.ts +25 -10
- package/sdk/agents.d.ts +7 -7
- package/sdk/agents.d.ts.map +1 -1
- package/sdk/agents.js +9 -9
- package/sdk/agents.js.map +1 -1
- package/src/funcs/agentsCreate.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +2 -2
- package/src/models/operations/createagent.ts +129 -0
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +423 -524
- package/src/models/operations/creatememorystore.ts +14 -1108
- package/src/models/operations/createprompt.ts +60 -0
- package/src/models/operations/createtool.ts +10 -10
- package/src/models/operations/deploymentgetconfig.ts +30 -0
- package/src/models/operations/deployments.ts +30 -0
- package/src/models/operations/duplicatetool.ts +10 -10
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getagent.ts +62 -0
- package/src/models/operations/getallmemorystores.ts +7 -595
- package/src/models/operations/getallprompts.ts +30 -0
- package/src/models/operations/getalltools.ts +10 -10
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/getoneprompt.ts +30 -0
- package/src/models/operations/getpromptversion.ts +30 -0
- package/src/models/operations/listagents.ts +67 -0
- package/src/models/operations/listagenttasks.ts +66 -0
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +9 -9
- package/src/models/operations/listpromptversions.ts +30 -0
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievememorystore.ts +7 -596
- package/src/models/operations/retrievetool.ts +10 -10
- package/src/models/operations/runagent.ts +64 -0
- package/src/models/operations/streamrunagent.ts +66 -0
- package/src/models/operations/updateagent.ts +131 -0
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatememorystore.ts +7 -527
- package/src/models/operations/updateprompt.ts +60 -0
- package/src/models/operations/updatetool.ts +10 -10
- package/src/sdk/agents.ts +17 -17
|
@@ -41,8 +41,8 @@ exports.CreateEvalRequestBodyEvalsOutputType$outboundSchema = exports.CreateEval
|
|
|
41
41
|
exports.CreateEvalGuardrailConfigType$outboundSchema = exports.CreateEvalGuardrailConfigType$inboundSchema = exports.NumberT$outboundSchema = exports.NumberT$inboundSchema = exports.Operator$outboundSchema = exports.Operator$inboundSchema = exports.GuardrailConfigType$outboundSchema = exports.GuardrailConfigType$inboundSchema = exports.Json$outboundSchema = exports.Json$inboundSchema = exports.RequestBodyType$outboundSchema = exports.RequestBodyType$inboundSchema = exports.RequestBodyOutputType$outboundSchema = exports.RequestBodyOutputType$inboundSchema = exports.RequestBodyGuardrailConfig$outboundSchema = exports.RequestBodyGuardrailConfig$inboundSchema = exports.GuardrailConfigBoolean$outboundSchema = exports.GuardrailConfigBoolean$inboundSchema = exports.CreateEvalGuardrailConfigEvalsType$outboundSchema = exports.CreateEvalGuardrailConfigEvalsType$inboundSchema = exports.GuardrailConfigNumber$outboundSchema = exports.GuardrailConfigNumber$inboundSchema = exports.GuardrailConfigOperator$outboundSchema = exports.GuardrailConfigOperator$inboundSchema = exports.CreateEvalGuardrailConfigEvalsRequestType$outboundSchema = exports.CreateEvalGuardrailConfigEvalsRequestType$inboundSchema = exports.CreateEvalRequestBodyHTTP$outboundSchema = exports.CreateEvalRequestBodyHTTP$inboundSchema = exports.CreateEvalRequestBodyMethod$outboundSchema = exports.CreateEvalRequestBodyMethod$inboundSchema = exports.CreateEvalRequestBodyType$outboundSchema = exports.CreateEvalRequestBodyType$inboundSchema = exports.CreateEvalRequestBodyOutputType$outboundSchema = exports.CreateEvalRequestBodyOutputType$inboundSchema = exports.CreateEvalRequestBodyGuardrailConfig$outboundSchema = exports.CreateEvalRequestBodyGuardrailConfig$inboundSchema = exports.CreateEvalGuardrailConfigBoolean$outboundSchema = exports.CreateEvalGuardrailConfigBoolean$inboundSchema = exports.CreateEvalGuardrailConfigEvalsRequestRequestBodyType$outboundSchema = exports.CreateEvalGuardrailConfigEvalsRequestRequestBodyType$inboundSchema = exports.CreateEvalGuardrailConfigNumber$outboundSchema = exports.CreateEvalGuardrailConfigNumber$inboundSchema = exports.CreateEvalGuardrailConfigOperator$outboundSchema = exports.CreateEvalGuardrailConfigOperator$inboundSchema = exports.CreateEvalGuardrailConfigEvalsRequestRequestBody3Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsRequestRequestBody3Type$inboundSchema = exports.Python$outboundSchema = exports.Python$inboundSchema = exports.CreateEvalRequestBodyEvalsType$outboundSchema = exports.CreateEvalRequestBodyEvalsType$inboundSchema = void 0;
|
|
42
42
|
exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Operator$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody52Type$inboundSchema = exports.Ragas$outboundSchema = exports.Ragas$inboundSchema = exports.RagasMetric$outboundSchema = exports.RagasMetric$inboundSchema = exports.CreateEvalResponseBodyEvalsResponse200ApplicationJSONType$outboundSchema = exports.CreateEvalResponseBodyEvalsResponse200ApplicationJSONType$inboundSchema = exports.CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$outboundSchema = exports.CreateEvalResponseBodyEvalsResponse200ApplicationJSONGuardrailConfig$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Type$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Operator$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody62Type$inboundSchema = exports.Typescript$outboundSchema = exports.Typescript$inboundSchema = exports.CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchema = exports.CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type$inboundSchema = exports.CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$outboundSchema = exports.CreateEvalResponseBodyEvalsResponse200ApplicationJson7GuardrailConfig$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Type$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Operator$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody72Type$inboundSchema = exports.CreateEvalRequestBody$outboundSchema = exports.CreateEvalRequestBody$inboundSchema = exports.Llm$outboundSchema = exports.Llm$inboundSchema = exports.CreateEvalRequestBodyEvalsRequestType$outboundSchema = exports.CreateEvalRequestBodyEvalsRequestType$inboundSchema = exports.OutputType$outboundSchema = exports.OutputType$inboundSchema = exports.GuardrailConfig$outboundSchema = exports.GuardrailConfig$inboundSchema = exports.Boolean$outboundSchema = exports.Boolean$inboundSchema = void 0;
|
|
43
43
|
exports.TwentySix$outboundSchema = exports.TwentySix$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody526Type$inboundSchema = exports.TwentySeven$outboundSchema = exports.TwentySeven$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody527Type$inboundSchema = exports.TwentyEight$outboundSchema = exports.TwentyEight$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody528Type$inboundSchema = exports.TwentyNine$outboundSchema = exports.TwentyNine$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody529Type$inboundSchema = exports.Thirty$outboundSchema = exports.Thirty$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody530Type$inboundSchema = exports.ThirtyOne$outboundSchema = exports.ThirtyOne$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody531Type$inboundSchema = exports.ThirtyTwo$outboundSchema = exports.ThirtyTwo$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody532Type$inboundSchema = exports.ThirtyThree$outboundSchema = exports.ThirtyThree$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody533Type$inboundSchema = exports.ThirtyFour$outboundSchema = exports.ThirtyFour$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody534Type$inboundSchema = exports.ThirtyFive$outboundSchema = exports.ThirtyFive$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody535Type$inboundSchema = exports.CreateEvalResponseBodyEvalsResponse200Type$outboundSchema = exports.CreateEvalResponseBodyEvalsResponse200Type$inboundSchema = exports.CreateEvalResponseBodyEvalsResponse200GuardrailConfig$outboundSchema = exports.CreateEvalResponseBodyEvalsResponse200GuardrailConfig$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema = void 0;
|
|
44
|
-
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema = exports.
|
|
45
|
-
exports.CreateEvalFunctionParams1$outboundSchema = exports.CreateEvalFunctionParams1$inboundSchema = exports.FunctionParamsType$outboundSchema = exports.FunctionParamsType$inboundSchema = exports.CreateEvalFunctionParams2$outboundSchema = exports.CreateEvalFunctionParams2$inboundSchema = exports.CreateEvalFunctionParamsType$outboundSchema = exports.CreateEvalFunctionParamsType$inboundSchema = exports.CreateEvalFunctionParams3$outboundSchema = exports.CreateEvalFunctionParams3$inboundSchema = exports.CreateEvalFunctionParamsEvalsType$outboundSchema = exports.CreateEvalFunctionParamsEvalsType$inboundSchema = exports.CreateEvalFunctionParams4$outboundSchema = exports.CreateEvalFunctionParams4$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponseType$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponseType$inboundSchema = exports.CreateEvalFunctionParams5$outboundSchema = exports.CreateEvalFunctionParams5$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200Type$inboundSchema = exports.CreateEvalFunctionParams6$outboundSchema = exports.CreateEvalFunctionParams6$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema = exports.
|
|
44
|
+
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema = exports.Fourteen$outboundSchema = exports.Fourteen$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema = exports.Fifteen$outboundSchema = exports.Fifteen$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema = exports.Sixteen$outboundSchema = exports.Sixteen$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema = exports.Seventeen$outboundSchema = exports.Seventeen$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema = exports.Eighteen$outboundSchema = exports.Eighteen$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$inboundSchema = exports.Nineteen$outboundSchema = exports.Nineteen$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$inboundSchema = exports.Twenty$outboundSchema = exports.Twenty$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema = exports.TwentyOne$outboundSchema = exports.TwentyOne$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$inboundSchema = exports.TwentyTwo$outboundSchema = exports.TwentyTwo$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$inboundSchema = exports.TwentyThree$outboundSchema = exports.TwentyThree$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$inboundSchema = exports.TwentyFour$outboundSchema = exports.TwentyFour$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody524Type$inboundSchema = exports.TwentyFive$outboundSchema = exports.TwentyFive$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody525Type$inboundSchema = void 0;
|
|
45
|
+
exports.CreateEvalFunctionParams1$outboundSchema = exports.CreateEvalFunctionParams1$inboundSchema = exports.FunctionParamsType$outboundSchema = exports.FunctionParamsType$inboundSchema = exports.CreateEvalFunctionParams2$outboundSchema = exports.CreateEvalFunctionParams2$inboundSchema = exports.CreateEvalFunctionParamsType$outboundSchema = exports.CreateEvalFunctionParamsType$inboundSchema = exports.CreateEvalFunctionParams3$outboundSchema = exports.CreateEvalFunctionParams3$inboundSchema = exports.CreateEvalFunctionParamsEvalsType$outboundSchema = exports.CreateEvalFunctionParamsEvalsType$inboundSchema = exports.CreateEvalFunctionParams4$outboundSchema = exports.CreateEvalFunctionParams4$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponseType$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponseType$inboundSchema = exports.CreateEvalFunctionParams5$outboundSchema = exports.CreateEvalFunctionParams5$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200Type$inboundSchema = exports.CreateEvalFunctionParams6$outboundSchema = exports.CreateEvalFunctionParams6$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema = exports.Seven$outboundSchema = exports.Seven$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.Eight$outboundSchema = exports.Eight$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema = exports.Nine$outboundSchema = exports.Nine$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema = exports.Ten$outboundSchema = exports.Ten$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema = exports.Eleven$outboundSchema = exports.Eleven$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema = exports.Twelve$outboundSchema = exports.Twelve$inboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema = exports.Thirteen$outboundSchema = exports.Thirteen$inboundSchema = void 0;
|
|
46
46
|
exports.CreateEvalResponseBodyGuardrailConfig$outboundSchema = exports.CreateEvalResponseBodyGuardrailConfig$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONType$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONType$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200Operator$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200Operator$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema = exports.ResponseBodyHTTP$outboundSchema = exports.ResponseBodyHTTP$inboundSchema = exports.ResponseBodyMethod$outboundSchema = exports.ResponseBodyMethod$inboundSchema = exports.CreateEvalResponseBodyEvalsType$outboundSchema = exports.CreateEvalResponseBodyEvalsType$inboundSchema = exports.CreateEvalResponseBodyEvalsGuardrailConfig$outboundSchema = exports.CreateEvalResponseBodyEvalsGuardrailConfig$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody3Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody3Type$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONOperator$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONOperator$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody32Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody32Type$inboundSchema = exports.ResponseBodyPython$outboundSchema = exports.ResponseBodyPython$inboundSchema = exports.CreateEvalResponseBodyEvalsResponseType$outboundSchema = exports.CreateEvalResponseBodyEvalsResponseType$inboundSchema = exports.CreateEvalResponseBodyEvalsResponseGuardrailConfig$outboundSchema = exports.CreateEvalResponseBodyEvalsResponseGuardrailConfig$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody4Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody4Type$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyOperator$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyOperator$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody42Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody42Type$inboundSchema = exports.CreateEvalResponseBodyFunction$outboundSchema = exports.CreateEvalResponseBodyFunction$inboundSchema = exports.FunctionParams$outboundSchema = exports.FunctionParams$inboundSchema = void 0;
|
|
47
47
|
exports.CreateEvalResponseBody$outboundSchema = exports.CreateEvalResponseBody$inboundSchema = exports.ResponseBodyLLM$outboundSchema = exports.ResponseBodyLLM$inboundSchema = exports.ResponseBodyType$outboundSchema = exports.ResponseBodyType$inboundSchema = exports.ResponseBodyGuardrailConfig$outboundSchema = exports.ResponseBodyGuardrailConfig$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponseType$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponseType$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponseOperator$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponseOperator$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200Type$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200Type$inboundSchema = exports.ResponseBodyJSON$outboundSchema = exports.ResponseBodyJSON$inboundSchema = exports.CreateEvalResponseBodyType$outboundSchema = exports.CreateEvalResponseBodyType$inboundSchema = void 0;
|
|
48
48
|
exports.createEvalGuardrailConfigEvalsNumberToJSON = createEvalGuardrailConfigEvalsNumberToJSON;
|
|
@@ -125,40 +125,40 @@ exports.twentyFiveToJSON = twentyFiveToJSON;
|
|
|
125
125
|
exports.twentyFiveFromJSON = twentyFiveFromJSON;
|
|
126
126
|
exports.twentyFourToJSON = twentyFourToJSON;
|
|
127
127
|
exports.twentyFourFromJSON = twentyFourFromJSON;
|
|
128
|
-
exports.
|
|
129
|
-
exports.
|
|
130
|
-
exports.
|
|
131
|
-
exports.
|
|
132
|
-
exports.
|
|
133
|
-
exports.
|
|
134
|
-
exports.
|
|
135
|
-
exports.
|
|
136
|
-
exports.
|
|
137
|
-
exports.
|
|
138
|
-
exports.
|
|
139
|
-
exports.
|
|
140
|
-
exports.
|
|
141
|
-
exports.
|
|
142
|
-
exports.
|
|
143
|
-
exports.
|
|
144
|
-
exports.
|
|
145
|
-
exports.
|
|
146
|
-
exports.
|
|
147
|
-
exports.
|
|
148
|
-
exports.
|
|
149
|
-
exports.
|
|
150
|
-
exports.
|
|
151
|
-
exports.
|
|
152
|
-
exports.
|
|
153
|
-
exports.
|
|
154
|
-
exports.
|
|
155
|
-
exports.
|
|
156
|
-
exports.
|
|
157
|
-
exports.
|
|
158
|
-
exports.
|
|
159
|
-
exports.
|
|
160
|
-
exports.
|
|
161
|
-
exports.
|
|
128
|
+
exports.twentyThreeToJSON = twentyThreeToJSON;
|
|
129
|
+
exports.twentyThreeFromJSON = twentyThreeFromJSON;
|
|
130
|
+
exports.twentyTwoToJSON = twentyTwoToJSON;
|
|
131
|
+
exports.twentyTwoFromJSON = twentyTwoFromJSON;
|
|
132
|
+
exports.twentyOneToJSON = twentyOneToJSON;
|
|
133
|
+
exports.twentyOneFromJSON = twentyOneFromJSON;
|
|
134
|
+
exports.twentyToJSON = twentyToJSON;
|
|
135
|
+
exports.twentyFromJSON = twentyFromJSON;
|
|
136
|
+
exports.nineteenToJSON = nineteenToJSON;
|
|
137
|
+
exports.nineteenFromJSON = nineteenFromJSON;
|
|
138
|
+
exports.eighteenToJSON = eighteenToJSON;
|
|
139
|
+
exports.eighteenFromJSON = eighteenFromJSON;
|
|
140
|
+
exports.seventeenToJSON = seventeenToJSON;
|
|
141
|
+
exports.seventeenFromJSON = seventeenFromJSON;
|
|
142
|
+
exports.sixteenToJSON = sixteenToJSON;
|
|
143
|
+
exports.sixteenFromJSON = sixteenFromJSON;
|
|
144
|
+
exports.fifteenToJSON = fifteenToJSON;
|
|
145
|
+
exports.fifteenFromJSON = fifteenFromJSON;
|
|
146
|
+
exports.fourteenToJSON = fourteenToJSON;
|
|
147
|
+
exports.fourteenFromJSON = fourteenFromJSON;
|
|
148
|
+
exports.thirteenToJSON = thirteenToJSON;
|
|
149
|
+
exports.thirteenFromJSON = thirteenFromJSON;
|
|
150
|
+
exports.twelveToJSON = twelveToJSON;
|
|
151
|
+
exports.twelveFromJSON = twelveFromJSON;
|
|
152
|
+
exports.elevenToJSON = elevenToJSON;
|
|
153
|
+
exports.elevenFromJSON = elevenFromJSON;
|
|
154
|
+
exports.tenToJSON = tenToJSON;
|
|
155
|
+
exports.tenFromJSON = tenFromJSON;
|
|
156
|
+
exports.nineToJSON = nineToJSON;
|
|
157
|
+
exports.nineFromJSON = nineFromJSON;
|
|
158
|
+
exports.eightToJSON = eightToJSON;
|
|
159
|
+
exports.eightFromJSON = eightFromJSON;
|
|
160
|
+
exports.sevenToJSON = sevenToJSON;
|
|
161
|
+
exports.sevenFromJSON = sevenFromJSON;
|
|
162
162
|
exports.createEvalFunctionParams6ToJSON = createEvalFunctionParams6ToJSON;
|
|
163
163
|
exports.createEvalFunctionParams6FromJSON = createEvalFunctionParams6FromJSON;
|
|
164
164
|
exports.createEvalFunctionParams5ToJSON = createEvalFunctionParams5ToJSON;
|
|
@@ -1132,8 +1132,8 @@ exports.CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchem
|
|
|
1132
1132
|
exports.Typescript$inboundSchema = z.object({
|
|
1133
1133
|
_id: z.string(),
|
|
1134
1134
|
description: z.string(),
|
|
1135
|
-
created: z.string().default("2025-11-
|
|
1136
|
-
updated: z.string().default("2025-11-
|
|
1135
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
1136
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
1137
1137
|
guardrail_config: z.union([
|
|
1138
1138
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
1139
1139
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
@@ -1151,8 +1151,8 @@ exports.Typescript$inboundSchema = z.object({
|
|
|
1151
1151
|
exports.Typescript$outboundSchema = z.object({
|
|
1152
1152
|
id: z.string(),
|
|
1153
1153
|
description: z.string(),
|
|
1154
|
-
created: z.string().default("2025-11-
|
|
1155
|
-
updated: z.string().default("2025-11-
|
|
1154
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
1155
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
1156
1156
|
guardrailConfig: z.union([
|
|
1157
1157
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
1158
1158
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
@@ -1258,8 +1258,8 @@ exports.Ragas$inboundSchema = z
|
|
|
1258
1258
|
.object({
|
|
1259
1259
|
_id: z.string(),
|
|
1260
1260
|
description: z.string(),
|
|
1261
|
-
created: z.string().default("2025-11-
|
|
1262
|
-
updated: z.string().default("2025-11-
|
|
1261
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
1262
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
1263
1263
|
guardrail_config: z.union([
|
|
1264
1264
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
1265
1265
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
@@ -1279,8 +1279,8 @@ exports.Ragas$inboundSchema = z
|
|
|
1279
1279
|
exports.Ragas$outboundSchema = z.object({
|
|
1280
1280
|
id: z.string(),
|
|
1281
1281
|
description: z.string(),
|
|
1282
|
-
created: z.string().default("2025-11-
|
|
1283
|
-
updated: z.string().default("2025-11-
|
|
1282
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
1283
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
1284
1284
|
guardrailConfig: z.union([
|
|
1285
1285
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
1286
1286
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
@@ -1603,320 +1603,328 @@ exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Ty
|
|
|
1603
1603
|
/** @internal */
|
|
1604
1604
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$inboundSchema;
|
|
1605
1605
|
/** @internal */
|
|
1606
|
-
exports.
|
|
1606
|
+
exports.TwentyThree$inboundSchema = z.object({
|
|
1607
1607
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$inboundSchema,
|
|
1608
1608
|
});
|
|
1609
1609
|
/** @internal */
|
|
1610
|
-
exports.
|
|
1610
|
+
exports.TwentyThree$outboundSchema = z.object({
|
|
1611
1611
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody523Type$outboundSchema,
|
|
1612
1612
|
});
|
|
1613
|
-
function
|
|
1614
|
-
return JSON.stringify(exports.
|
|
1613
|
+
function twentyThreeToJSON(twentyThree) {
|
|
1614
|
+
return JSON.stringify(exports.TwentyThree$outboundSchema.parse(twentyThree));
|
|
1615
1615
|
}
|
|
1616
|
-
function
|
|
1617
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1616
|
+
function twentyThreeFromJSON(jsonString) {
|
|
1617
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.TwentyThree$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TwentyThree' from JSON`);
|
|
1618
1618
|
}
|
|
1619
1619
|
/** @internal */
|
|
1620
1620
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type);
|
|
1621
1621
|
/** @internal */
|
|
1622
1622
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$inboundSchema;
|
|
1623
1623
|
/** @internal */
|
|
1624
|
-
exports.
|
|
1624
|
+
exports.TwentyTwo$inboundSchema = z.object({
|
|
1625
1625
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$inboundSchema,
|
|
1626
1626
|
});
|
|
1627
1627
|
/** @internal */
|
|
1628
|
-
exports.
|
|
1628
|
+
exports.TwentyTwo$outboundSchema = z.object({
|
|
1629
1629
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody522Type$outboundSchema,
|
|
1630
1630
|
});
|
|
1631
|
-
function
|
|
1632
|
-
return JSON.stringify(exports.
|
|
1631
|
+
function twentyTwoToJSON(twentyTwo) {
|
|
1632
|
+
return JSON.stringify(exports.TwentyTwo$outboundSchema.parse(twentyTwo));
|
|
1633
1633
|
}
|
|
1634
|
-
function
|
|
1635
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1634
|
+
function twentyTwoFromJSON(jsonString) {
|
|
1635
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.TwentyTwo$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TwentyTwo' from JSON`);
|
|
1636
1636
|
}
|
|
1637
1637
|
/** @internal */
|
|
1638
1638
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type);
|
|
1639
1639
|
/** @internal */
|
|
1640
1640
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$inboundSchema;
|
|
1641
1641
|
/** @internal */
|
|
1642
|
-
exports.
|
|
1642
|
+
exports.TwentyOne$inboundSchema = z.object({
|
|
1643
1643
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$inboundSchema,
|
|
1644
1644
|
});
|
|
1645
1645
|
/** @internal */
|
|
1646
|
-
exports.
|
|
1646
|
+
exports.TwentyOne$outboundSchema = z.object({
|
|
1647
1647
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody521Type$outboundSchema,
|
|
1648
1648
|
});
|
|
1649
|
-
function
|
|
1650
|
-
return JSON.stringify(exports.
|
|
1649
|
+
function twentyOneToJSON(twentyOne) {
|
|
1650
|
+
return JSON.stringify(exports.TwentyOne$outboundSchema.parse(twentyOne));
|
|
1651
1651
|
}
|
|
1652
|
-
function
|
|
1653
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1652
|
+
function twentyOneFromJSON(jsonString) {
|
|
1653
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.TwentyOne$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'TwentyOne' from JSON`);
|
|
1654
1654
|
}
|
|
1655
1655
|
/** @internal */
|
|
1656
1656
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type);
|
|
1657
1657
|
/** @internal */
|
|
1658
1658
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema;
|
|
1659
1659
|
/** @internal */
|
|
1660
|
-
exports.
|
|
1660
|
+
exports.Twenty$inboundSchema = z
|
|
1661
|
+
.object({
|
|
1661
1662
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$inboundSchema,
|
|
1662
1663
|
});
|
|
1663
1664
|
/** @internal */
|
|
1664
|
-
exports.
|
|
1665
|
+
exports.Twenty$outboundSchema = z.object({
|
|
1665
1666
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody520Type$outboundSchema,
|
|
1666
1667
|
});
|
|
1667
|
-
function
|
|
1668
|
-
return JSON.stringify(exports.
|
|
1668
|
+
function twentyToJSON(twenty) {
|
|
1669
|
+
return JSON.stringify(exports.Twenty$outboundSchema.parse(twenty));
|
|
1669
1670
|
}
|
|
1670
|
-
function
|
|
1671
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1671
|
+
function twentyFromJSON(jsonString) {
|
|
1672
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Twenty$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Twenty' from JSON`);
|
|
1672
1673
|
}
|
|
1673
1674
|
/** @internal */
|
|
1674
1675
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type);
|
|
1675
1676
|
/** @internal */
|
|
1676
1677
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$inboundSchema;
|
|
1677
1678
|
/** @internal */
|
|
1678
|
-
exports.
|
|
1679
|
+
exports.Nineteen$inboundSchema = z.object({
|
|
1679
1680
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$inboundSchema,
|
|
1680
1681
|
});
|
|
1681
1682
|
/** @internal */
|
|
1682
|
-
exports.
|
|
1683
|
+
exports.Nineteen$outboundSchema = z.object({
|
|
1683
1684
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody519Type$outboundSchema,
|
|
1684
1685
|
});
|
|
1685
|
-
function
|
|
1686
|
-
return JSON.stringify(exports.
|
|
1686
|
+
function nineteenToJSON(nineteen) {
|
|
1687
|
+
return JSON.stringify(exports.Nineteen$outboundSchema.parse(nineteen));
|
|
1687
1688
|
}
|
|
1688
|
-
function
|
|
1689
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1689
|
+
function nineteenFromJSON(jsonString) {
|
|
1690
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Nineteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Nineteen' from JSON`);
|
|
1690
1691
|
}
|
|
1691
1692
|
/** @internal */
|
|
1692
1693
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type);
|
|
1693
1694
|
/** @internal */
|
|
1694
1695
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$inboundSchema;
|
|
1695
1696
|
/** @internal */
|
|
1696
|
-
exports.
|
|
1697
|
+
exports.Eighteen$inboundSchema = z.object({
|
|
1697
1698
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$inboundSchema,
|
|
1698
1699
|
});
|
|
1699
1700
|
/** @internal */
|
|
1700
|
-
exports.
|
|
1701
|
+
exports.Eighteen$outboundSchema = z.object({
|
|
1701
1702
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody518Type$outboundSchema,
|
|
1702
1703
|
});
|
|
1703
|
-
function
|
|
1704
|
-
return JSON.stringify(exports.
|
|
1704
|
+
function eighteenToJSON(eighteen) {
|
|
1705
|
+
return JSON.stringify(exports.Eighteen$outboundSchema.parse(eighteen));
|
|
1705
1706
|
}
|
|
1706
|
-
function
|
|
1707
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1707
|
+
function eighteenFromJSON(jsonString) {
|
|
1708
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Eighteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Eighteen' from JSON`);
|
|
1708
1709
|
}
|
|
1709
1710
|
/** @internal */
|
|
1710
1711
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type);
|
|
1711
1712
|
/** @internal */
|
|
1712
1713
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema;
|
|
1713
1714
|
/** @internal */
|
|
1714
|
-
exports.
|
|
1715
|
+
exports.Seventeen$inboundSchema = z.object({
|
|
1715
1716
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema,
|
|
1716
1717
|
});
|
|
1717
1718
|
/** @internal */
|
|
1718
|
-
exports.
|
|
1719
|
+
exports.Seventeen$outboundSchema = z.object({
|
|
1719
1720
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema,
|
|
1720
1721
|
});
|
|
1721
|
-
function
|
|
1722
|
-
return JSON.stringify(exports.
|
|
1722
|
+
function seventeenToJSON(seventeen) {
|
|
1723
|
+
return JSON.stringify(exports.Seventeen$outboundSchema.parse(seventeen));
|
|
1723
1724
|
}
|
|
1724
|
-
function
|
|
1725
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1725
|
+
function seventeenFromJSON(jsonString) {
|
|
1726
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Seventeen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Seventeen' from JSON`);
|
|
1726
1727
|
}
|
|
1727
1728
|
/** @internal */
|
|
1728
1729
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type);
|
|
1729
1730
|
/** @internal */
|
|
1730
1731
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema;
|
|
1731
1732
|
/** @internal */
|
|
1732
|
-
exports.
|
|
1733
|
+
exports.Sixteen$inboundSchema = z.object({
|
|
1733
1734
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema,
|
|
1734
1735
|
});
|
|
1735
1736
|
/** @internal */
|
|
1736
|
-
exports.
|
|
1737
|
+
exports.Sixteen$outboundSchema = z.object({
|
|
1737
1738
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema,
|
|
1738
1739
|
});
|
|
1739
|
-
function
|
|
1740
|
-
return JSON.stringify(exports.
|
|
1740
|
+
function sixteenToJSON(sixteen) {
|
|
1741
|
+
return JSON.stringify(exports.Sixteen$outboundSchema.parse(sixteen));
|
|
1741
1742
|
}
|
|
1742
|
-
function
|
|
1743
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1743
|
+
function sixteenFromJSON(jsonString) {
|
|
1744
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Sixteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Sixteen' from JSON`);
|
|
1744
1745
|
}
|
|
1745
1746
|
/** @internal */
|
|
1746
1747
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type);
|
|
1747
1748
|
/** @internal */
|
|
1748
1749
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema;
|
|
1749
1750
|
/** @internal */
|
|
1750
|
-
exports.
|
|
1751
|
+
exports.Fifteen$inboundSchema = z.object({
|
|
1751
1752
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema,
|
|
1752
1753
|
pattern: z.string(),
|
|
1753
1754
|
});
|
|
1754
1755
|
/** @internal */
|
|
1755
|
-
exports.
|
|
1756
|
+
exports.Fifteen$outboundSchema = z.object({
|
|
1756
1757
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema,
|
|
1757
1758
|
pattern: z.string(),
|
|
1758
1759
|
});
|
|
1759
|
-
function
|
|
1760
|
-
return JSON.stringify(exports.
|
|
1760
|
+
function fifteenToJSON(fifteen) {
|
|
1761
|
+
return JSON.stringify(exports.Fifteen$outboundSchema.parse(fifteen));
|
|
1761
1762
|
}
|
|
1762
|
-
function
|
|
1763
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1763
|
+
function fifteenFromJSON(jsonString) {
|
|
1764
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Fifteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Fifteen' from JSON`);
|
|
1764
1765
|
}
|
|
1765
1766
|
/** @internal */
|
|
1766
1767
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type);
|
|
1767
1768
|
/** @internal */
|
|
1768
1769
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema;
|
|
1769
1770
|
/** @internal */
|
|
1770
|
-
exports.
|
|
1771
|
+
exports.Fourteen$inboundSchema = z.object({
|
|
1771
1772
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema,
|
|
1772
1773
|
});
|
|
1773
1774
|
/** @internal */
|
|
1774
|
-
exports.
|
|
1775
|
+
exports.Fourteen$outboundSchema = z.object({
|
|
1775
1776
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema,
|
|
1776
1777
|
});
|
|
1777
|
-
function
|
|
1778
|
-
return JSON.stringify(exports.
|
|
1778
|
+
function fourteenToJSON(fourteen) {
|
|
1779
|
+
return JSON.stringify(exports.Fourteen$outboundSchema.parse(fourteen));
|
|
1779
1780
|
}
|
|
1780
|
-
function
|
|
1781
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1781
|
+
function fourteenFromJSON(jsonString) {
|
|
1782
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Fourteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Fourteen' from JSON`);
|
|
1782
1783
|
}
|
|
1783
1784
|
/** @internal */
|
|
1784
1785
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type);
|
|
1785
1786
|
/** @internal */
|
|
1786
1787
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema;
|
|
1787
1788
|
/** @internal */
|
|
1788
|
-
exports.
|
|
1789
|
+
exports.Thirteen$inboundSchema = z.object({
|
|
1789
1790
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema,
|
|
1790
1791
|
value: z.number(),
|
|
1791
1792
|
});
|
|
1792
1793
|
/** @internal */
|
|
1793
|
-
exports.
|
|
1794
|
+
exports.Thirteen$outboundSchema = z.object({
|
|
1794
1795
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema,
|
|
1795
1796
|
value: z.number(),
|
|
1796
1797
|
});
|
|
1797
|
-
function
|
|
1798
|
-
return JSON.stringify(exports.
|
|
1798
|
+
function thirteenToJSON(thirteen) {
|
|
1799
|
+
return JSON.stringify(exports.Thirteen$outboundSchema.parse(thirteen));
|
|
1799
1800
|
}
|
|
1800
|
-
function
|
|
1801
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1801
|
+
function thirteenFromJSON(jsonString) {
|
|
1802
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Thirteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Thirteen' from JSON`);
|
|
1802
1803
|
}
|
|
1803
1804
|
/** @internal */
|
|
1804
1805
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type);
|
|
1805
1806
|
/** @internal */
|
|
1806
1807
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema;
|
|
1807
1808
|
/** @internal */
|
|
1808
|
-
exports.
|
|
1809
|
+
exports.Twelve$inboundSchema = z
|
|
1810
|
+
.object({
|
|
1809
1811
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema,
|
|
1810
1812
|
min: z.number(),
|
|
1811
1813
|
max: z.number(),
|
|
1812
1814
|
});
|
|
1813
1815
|
/** @internal */
|
|
1814
|
-
exports.
|
|
1816
|
+
exports.Twelve$outboundSchema = z.object({
|
|
1815
1817
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema,
|
|
1816
1818
|
min: z.number(),
|
|
1817
1819
|
max: z.number(),
|
|
1818
1820
|
});
|
|
1819
|
-
function
|
|
1820
|
-
return JSON.stringify(exports.
|
|
1821
|
+
function twelveToJSON(twelve) {
|
|
1822
|
+
return JSON.stringify(exports.Twelve$outboundSchema.parse(twelve));
|
|
1821
1823
|
}
|
|
1822
|
-
function
|
|
1823
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1824
|
+
function twelveFromJSON(jsonString) {
|
|
1825
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Twelve$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Twelve' from JSON`);
|
|
1824
1826
|
}
|
|
1825
1827
|
/** @internal */
|
|
1826
1828
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type);
|
|
1827
1829
|
/** @internal */
|
|
1828
1830
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema;
|
|
1829
1831
|
/** @internal */
|
|
1830
|
-
exports.
|
|
1832
|
+
exports.Eleven$inboundSchema = z
|
|
1833
|
+
.object({
|
|
1831
1834
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema,
|
|
1832
1835
|
value: z.number(),
|
|
1833
1836
|
});
|
|
1834
1837
|
/** @internal */
|
|
1835
|
-
exports.
|
|
1838
|
+
exports.Eleven$outboundSchema = z.object({
|
|
1836
1839
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema,
|
|
1837
1840
|
value: z.number(),
|
|
1838
1841
|
});
|
|
1839
|
-
function
|
|
1840
|
-
return JSON.stringify(exports.
|
|
1842
|
+
function elevenToJSON(eleven) {
|
|
1843
|
+
return JSON.stringify(exports.Eleven$outboundSchema.parse(eleven));
|
|
1841
1844
|
}
|
|
1842
|
-
function
|
|
1843
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1845
|
+
function elevenFromJSON(jsonString) {
|
|
1846
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Eleven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Eleven' from JSON`);
|
|
1844
1847
|
}
|
|
1845
1848
|
/** @internal */
|
|
1846
1849
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type);
|
|
1847
1850
|
/** @internal */
|
|
1848
1851
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema;
|
|
1849
1852
|
/** @internal */
|
|
1850
|
-
exports.
|
|
1853
|
+
exports.Ten$inboundSchema = z
|
|
1854
|
+
.object({
|
|
1851
1855
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema,
|
|
1852
1856
|
});
|
|
1853
1857
|
/** @internal */
|
|
1854
|
-
exports.
|
|
1858
|
+
exports.Ten$outboundSchema = z
|
|
1859
|
+
.object({
|
|
1855
1860
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema,
|
|
1856
1861
|
});
|
|
1857
|
-
function
|
|
1858
|
-
return JSON.stringify(exports.
|
|
1862
|
+
function tenToJSON(ten) {
|
|
1863
|
+
return JSON.stringify(exports.Ten$outboundSchema.parse(ten));
|
|
1859
1864
|
}
|
|
1860
|
-
function
|
|
1861
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1865
|
+
function tenFromJSON(jsonString) {
|
|
1866
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Ten$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ten' from JSON`);
|
|
1862
1867
|
}
|
|
1863
1868
|
/** @internal */
|
|
1864
1869
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type);
|
|
1865
1870
|
/** @internal */
|
|
1866
1871
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema;
|
|
1867
1872
|
/** @internal */
|
|
1868
|
-
exports.
|
|
1873
|
+
exports.Nine$inboundSchema = z
|
|
1874
|
+
.object({
|
|
1869
1875
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema,
|
|
1870
1876
|
value: z.string(),
|
|
1871
1877
|
});
|
|
1872
1878
|
/** @internal */
|
|
1873
|
-
exports.
|
|
1879
|
+
exports.Nine$outboundSchema = z.object({
|
|
1874
1880
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema,
|
|
1875
1881
|
value: z.string(),
|
|
1876
1882
|
});
|
|
1877
|
-
function
|
|
1878
|
-
return JSON.stringify(exports.
|
|
1883
|
+
function nineToJSON(nine) {
|
|
1884
|
+
return JSON.stringify(exports.Nine$outboundSchema.parse(nine));
|
|
1879
1885
|
}
|
|
1880
|
-
function
|
|
1881
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1886
|
+
function nineFromJSON(jsonString) {
|
|
1887
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Nine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Nine' from JSON`);
|
|
1882
1888
|
}
|
|
1883
1889
|
/** @internal */
|
|
1884
1890
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type);
|
|
1885
1891
|
/** @internal */
|
|
1886
1892
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema;
|
|
1887
1893
|
/** @internal */
|
|
1888
|
-
exports.
|
|
1894
|
+
exports.Eight$inboundSchema = z
|
|
1895
|
+
.object({
|
|
1889
1896
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
1890
1897
|
value: z.string(),
|
|
1891
1898
|
});
|
|
1892
1899
|
/** @internal */
|
|
1893
|
-
exports.
|
|
1900
|
+
exports.Eight$outboundSchema = z.object({
|
|
1894
1901
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema,
|
|
1895
1902
|
value: z.string(),
|
|
1896
1903
|
});
|
|
1897
|
-
function
|
|
1898
|
-
return JSON.stringify(exports.
|
|
1904
|
+
function eightToJSON(eight) {
|
|
1905
|
+
return JSON.stringify(exports.Eight$outboundSchema.parse(eight));
|
|
1899
1906
|
}
|
|
1900
|
-
function
|
|
1901
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1907
|
+
function eightFromJSON(jsonString) {
|
|
1908
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Eight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Eight' from JSON`);
|
|
1902
1909
|
}
|
|
1903
1910
|
/** @internal */
|
|
1904
1911
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType);
|
|
1905
1912
|
/** @internal */
|
|
1906
1913
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
1907
1914
|
/** @internal */
|
|
1908
|
-
exports.
|
|
1915
|
+
exports.Seven$inboundSchema = z
|
|
1916
|
+
.object({
|
|
1909
1917
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
1910
1918
|
});
|
|
1911
1919
|
/** @internal */
|
|
1912
|
-
exports.
|
|
1920
|
+
exports.Seven$outboundSchema = z.object({
|
|
1913
1921
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
1914
1922
|
});
|
|
1915
|
-
function
|
|
1916
|
-
return JSON.stringify(exports.
|
|
1923
|
+
function sevenToJSON(seven) {
|
|
1924
|
+
return JSON.stringify(exports.Seven$outboundSchema.parse(seven));
|
|
1917
1925
|
}
|
|
1918
|
-
function
|
|
1919
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1926
|
+
function sevenFromJSON(jsonString) {
|
|
1927
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Seven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Seven' from JSON`);
|
|
1920
1928
|
}
|
|
1921
1929
|
/** @internal */
|
|
1922
1930
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType);
|
|
@@ -2038,31 +2046,31 @@ function createEvalFunctionParams1FromJSON(jsonString) {
|
|
|
2038
2046
|
}
|
|
2039
2047
|
/** @internal */
|
|
2040
2048
|
exports.FunctionParams$inboundSchema = z.union([
|
|
2041
|
-
z.lazy(() => exports.
|
|
2049
|
+
z.lazy(() => exports.Twelve$inboundSchema),
|
|
2042
2050
|
z.lazy(() => exports.CreateEvalFunctionParams1$inboundSchema),
|
|
2043
2051
|
z.lazy(() => exports.CreateEvalFunctionParams2$inboundSchema),
|
|
2044
2052
|
z.lazy(() => exports.CreateEvalFunctionParams3$inboundSchema),
|
|
2045
2053
|
z.lazy(() => exports.CreateEvalFunctionParams4$inboundSchema),
|
|
2046
|
-
z.lazy(() => exports.
|
|
2047
|
-
z.lazy(() => exports.
|
|
2048
|
-
z.lazy(() => exports.
|
|
2049
|
-
z.lazy(() => exports.
|
|
2050
|
-
z.lazy(() => exports.
|
|
2054
|
+
z.lazy(() => exports.Eight$inboundSchema),
|
|
2055
|
+
z.lazy(() => exports.Nine$inboundSchema),
|
|
2056
|
+
z.lazy(() => exports.Eleven$inboundSchema),
|
|
2057
|
+
z.lazy(() => exports.Thirteen$inboundSchema),
|
|
2058
|
+
z.lazy(() => exports.Fifteen$inboundSchema),
|
|
2051
2059
|
z.lazy(() => exports.TwentyFive$inboundSchema),
|
|
2052
2060
|
z.lazy(() => exports.TwentySix$inboundSchema),
|
|
2053
2061
|
z.lazy(() => exports.CreateEvalFunctionParams5$inboundSchema),
|
|
2054
2062
|
z.lazy(() => exports.CreateEvalFunctionParams6$inboundSchema),
|
|
2055
|
-
z.lazy(() => exports.
|
|
2056
|
-
z.lazy(() => exports.
|
|
2057
|
-
z.lazy(() => exports.
|
|
2058
|
-
z.lazy(() => exports.
|
|
2059
|
-
z.lazy(() => exports.
|
|
2060
|
-
z.lazy(() => exports.
|
|
2061
|
-
z.lazy(() => exports.
|
|
2062
|
-
z.lazy(() => exports.
|
|
2063
|
-
z.lazy(() => exports.
|
|
2064
|
-
z.lazy(() => exports.
|
|
2065
|
-
z.lazy(() => exports.
|
|
2063
|
+
z.lazy(() => exports.Seven$inboundSchema),
|
|
2064
|
+
z.lazy(() => exports.Ten$inboundSchema),
|
|
2065
|
+
z.lazy(() => exports.Fourteen$inboundSchema),
|
|
2066
|
+
z.lazy(() => exports.Sixteen$inboundSchema),
|
|
2067
|
+
z.lazy(() => exports.Seventeen$inboundSchema),
|
|
2068
|
+
z.lazy(() => exports.Eighteen$inboundSchema),
|
|
2069
|
+
z.lazy(() => exports.Nineteen$inboundSchema),
|
|
2070
|
+
z.lazy(() => exports.Twenty$inboundSchema),
|
|
2071
|
+
z.lazy(() => exports.TwentyOne$inboundSchema),
|
|
2072
|
+
z.lazy(() => exports.TwentyTwo$inboundSchema),
|
|
2073
|
+
z.lazy(() => exports.TwentyThree$inboundSchema),
|
|
2066
2074
|
z.lazy(() => exports.TwentyFour$inboundSchema),
|
|
2067
2075
|
z.lazy(() => exports.TwentySeven$inboundSchema),
|
|
2068
2076
|
z.lazy(() => exports.TwentyEight$inboundSchema),
|
|
@@ -2076,31 +2084,31 @@ exports.FunctionParams$inboundSchema = z.union([
|
|
|
2076
2084
|
]);
|
|
2077
2085
|
/** @internal */
|
|
2078
2086
|
exports.FunctionParams$outboundSchema = z.union([
|
|
2079
|
-
z.lazy(() => exports.
|
|
2087
|
+
z.lazy(() => exports.Twelve$outboundSchema),
|
|
2080
2088
|
z.lazy(() => exports.CreateEvalFunctionParams1$outboundSchema),
|
|
2081
2089
|
z.lazy(() => exports.CreateEvalFunctionParams2$outboundSchema),
|
|
2082
2090
|
z.lazy(() => exports.CreateEvalFunctionParams3$outboundSchema),
|
|
2083
2091
|
z.lazy(() => exports.CreateEvalFunctionParams4$outboundSchema),
|
|
2084
|
-
z.lazy(() => exports.
|
|
2085
|
-
z.lazy(() => exports.
|
|
2086
|
-
z.lazy(() => exports.
|
|
2087
|
-
z.lazy(() => exports.
|
|
2088
|
-
z.lazy(() => exports.
|
|
2092
|
+
z.lazy(() => exports.Eight$outboundSchema),
|
|
2093
|
+
z.lazy(() => exports.Nine$outboundSchema),
|
|
2094
|
+
z.lazy(() => exports.Eleven$outboundSchema),
|
|
2095
|
+
z.lazy(() => exports.Thirteen$outboundSchema),
|
|
2096
|
+
z.lazy(() => exports.Fifteen$outboundSchema),
|
|
2089
2097
|
z.lazy(() => exports.TwentyFive$outboundSchema),
|
|
2090
2098
|
z.lazy(() => exports.TwentySix$outboundSchema),
|
|
2091
2099
|
z.lazy(() => exports.CreateEvalFunctionParams5$outboundSchema),
|
|
2092
2100
|
z.lazy(() => exports.CreateEvalFunctionParams6$outboundSchema),
|
|
2093
|
-
z.lazy(() => exports.
|
|
2094
|
-
z.lazy(() => exports.
|
|
2095
|
-
z.lazy(() => exports.
|
|
2096
|
-
z.lazy(() => exports.
|
|
2097
|
-
z.lazy(() => exports.
|
|
2098
|
-
z.lazy(() => exports.
|
|
2099
|
-
z.lazy(() => exports.
|
|
2100
|
-
z.lazy(() => exports.
|
|
2101
|
-
z.lazy(() => exports.
|
|
2102
|
-
z.lazy(() => exports.
|
|
2103
|
-
z.lazy(() => exports.
|
|
2101
|
+
z.lazy(() => exports.Seven$outboundSchema),
|
|
2102
|
+
z.lazy(() => exports.Ten$outboundSchema),
|
|
2103
|
+
z.lazy(() => exports.Fourteen$outboundSchema),
|
|
2104
|
+
z.lazy(() => exports.Sixteen$outboundSchema),
|
|
2105
|
+
z.lazy(() => exports.Seventeen$outboundSchema),
|
|
2106
|
+
z.lazy(() => exports.Eighteen$outboundSchema),
|
|
2107
|
+
z.lazy(() => exports.Nineteen$outboundSchema),
|
|
2108
|
+
z.lazy(() => exports.Twenty$outboundSchema),
|
|
2109
|
+
z.lazy(() => exports.TwentyOne$outboundSchema),
|
|
2110
|
+
z.lazy(() => exports.TwentyTwo$outboundSchema),
|
|
2111
|
+
z.lazy(() => exports.TwentyThree$outboundSchema),
|
|
2104
2112
|
z.lazy(() => exports.TwentyFour$outboundSchema),
|
|
2105
2113
|
z.lazy(() => exports.TwentySeven$outboundSchema),
|
|
2106
2114
|
z.lazy(() => exports.TwentyEight$outboundSchema),
|
|
@@ -2122,39 +2130,39 @@ function functionParamsFromJSON(jsonString) {
|
|
|
2122
2130
|
exports.CreateEvalResponseBodyFunction$inboundSchema = z.object({
|
|
2123
2131
|
_id: z.string(),
|
|
2124
2132
|
description: z.string(),
|
|
2125
|
-
created: z.string().default("2025-11-
|
|
2126
|
-
updated: z.string().default("2025-11-
|
|
2133
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2134
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2127
2135
|
guardrail_config: z.union([
|
|
2128
2136
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
2129
2137
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
2130
2138
|
]).optional(),
|
|
2131
2139
|
type: exports.CreateEvalResponseBodyEvalsResponse200Type$inboundSchema,
|
|
2132
2140
|
function_params: z.union([
|
|
2133
|
-
z.lazy(() => exports.
|
|
2141
|
+
z.lazy(() => exports.Twelve$inboundSchema),
|
|
2134
2142
|
z.lazy(() => exports.CreateEvalFunctionParams1$inboundSchema),
|
|
2135
2143
|
z.lazy(() => exports.CreateEvalFunctionParams2$inboundSchema),
|
|
2136
2144
|
z.lazy(() => exports.CreateEvalFunctionParams3$inboundSchema),
|
|
2137
2145
|
z.lazy(() => exports.CreateEvalFunctionParams4$inboundSchema),
|
|
2138
|
-
z.lazy(() => exports.
|
|
2139
|
-
z.lazy(() => exports.
|
|
2140
|
-
z.lazy(() => exports.
|
|
2141
|
-
z.lazy(() => exports.
|
|
2142
|
-
z.lazy(() => exports.
|
|
2146
|
+
z.lazy(() => exports.Eight$inboundSchema),
|
|
2147
|
+
z.lazy(() => exports.Nine$inboundSchema),
|
|
2148
|
+
z.lazy(() => exports.Eleven$inboundSchema),
|
|
2149
|
+
z.lazy(() => exports.Thirteen$inboundSchema),
|
|
2150
|
+
z.lazy(() => exports.Fifteen$inboundSchema),
|
|
2143
2151
|
z.lazy(() => exports.TwentyFive$inboundSchema),
|
|
2144
2152
|
z.lazy(() => exports.TwentySix$inboundSchema),
|
|
2145
2153
|
z.lazy(() => exports.CreateEvalFunctionParams5$inboundSchema),
|
|
2146
2154
|
z.lazy(() => exports.CreateEvalFunctionParams6$inboundSchema),
|
|
2147
|
-
z.lazy(() => exports.
|
|
2148
|
-
z.lazy(() => exports.
|
|
2149
|
-
z.lazy(() => exports.
|
|
2150
|
-
z.lazy(() => exports.
|
|
2151
|
-
z.lazy(() => exports.
|
|
2152
|
-
z.lazy(() => exports.
|
|
2153
|
-
z.lazy(() => exports.
|
|
2154
|
-
z.lazy(() => exports.
|
|
2155
|
-
z.lazy(() => exports.
|
|
2156
|
-
z.lazy(() => exports.
|
|
2157
|
-
z.lazy(() => exports.
|
|
2155
|
+
z.lazy(() => exports.Seven$inboundSchema),
|
|
2156
|
+
z.lazy(() => exports.Ten$inboundSchema),
|
|
2157
|
+
z.lazy(() => exports.Fourteen$inboundSchema),
|
|
2158
|
+
z.lazy(() => exports.Sixteen$inboundSchema),
|
|
2159
|
+
z.lazy(() => exports.Seventeen$inboundSchema),
|
|
2160
|
+
z.lazy(() => exports.Eighteen$inboundSchema),
|
|
2161
|
+
z.lazy(() => exports.Nineteen$inboundSchema),
|
|
2162
|
+
z.lazy(() => exports.Twenty$inboundSchema),
|
|
2163
|
+
z.lazy(() => exports.TwentyOne$inboundSchema),
|
|
2164
|
+
z.lazy(() => exports.TwentyTwo$inboundSchema),
|
|
2165
|
+
z.lazy(() => exports.TwentyThree$inboundSchema),
|
|
2158
2166
|
z.lazy(() => exports.TwentyFour$inboundSchema),
|
|
2159
2167
|
z.lazy(() => exports.TwentySeven$inboundSchema),
|
|
2160
2168
|
z.lazy(() => exports.TwentyEight$inboundSchema),
|
|
@@ -2178,39 +2186,39 @@ exports.CreateEvalResponseBodyFunction$inboundSchema = z.object({
|
|
|
2178
2186
|
exports.CreateEvalResponseBodyFunction$outboundSchema = z.object({
|
|
2179
2187
|
id: z.string(),
|
|
2180
2188
|
description: z.string(),
|
|
2181
|
-
created: z.string().default("2025-11-
|
|
2182
|
-
updated: z.string().default("2025-11-
|
|
2189
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2190
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2183
2191
|
guardrailConfig: z.union([
|
|
2184
2192
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
2185
2193
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
2186
2194
|
]).optional(),
|
|
2187
2195
|
type: exports.CreateEvalResponseBodyEvalsResponse200Type$outboundSchema,
|
|
2188
2196
|
functionParams: z.union([
|
|
2189
|
-
z.lazy(() => exports.
|
|
2197
|
+
z.lazy(() => exports.Twelve$outboundSchema),
|
|
2190
2198
|
z.lazy(() => exports.CreateEvalFunctionParams1$outboundSchema),
|
|
2191
2199
|
z.lazy(() => exports.CreateEvalFunctionParams2$outboundSchema),
|
|
2192
2200
|
z.lazy(() => exports.CreateEvalFunctionParams3$outboundSchema),
|
|
2193
2201
|
z.lazy(() => exports.CreateEvalFunctionParams4$outboundSchema),
|
|
2194
|
-
z.lazy(() => exports.
|
|
2195
|
-
z.lazy(() => exports.
|
|
2196
|
-
z.lazy(() => exports.
|
|
2197
|
-
z.lazy(() => exports.
|
|
2198
|
-
z.lazy(() => exports.
|
|
2202
|
+
z.lazy(() => exports.Eight$outboundSchema),
|
|
2203
|
+
z.lazy(() => exports.Nine$outboundSchema),
|
|
2204
|
+
z.lazy(() => exports.Eleven$outboundSchema),
|
|
2205
|
+
z.lazy(() => exports.Thirteen$outboundSchema),
|
|
2206
|
+
z.lazy(() => exports.Fifteen$outboundSchema),
|
|
2199
2207
|
z.lazy(() => exports.TwentyFive$outboundSchema),
|
|
2200
2208
|
z.lazy(() => exports.TwentySix$outboundSchema),
|
|
2201
2209
|
z.lazy(() => exports.CreateEvalFunctionParams5$outboundSchema),
|
|
2202
2210
|
z.lazy(() => exports.CreateEvalFunctionParams6$outboundSchema),
|
|
2203
|
-
z.lazy(() => exports.
|
|
2204
|
-
z.lazy(() => exports.
|
|
2205
|
-
z.lazy(() => exports.
|
|
2206
|
-
z.lazy(() => exports.
|
|
2207
|
-
z.lazy(() => exports.
|
|
2208
|
-
z.lazy(() => exports.
|
|
2209
|
-
z.lazy(() => exports.
|
|
2210
|
-
z.lazy(() => exports.
|
|
2211
|
-
z.lazy(() => exports.
|
|
2212
|
-
z.lazy(() => exports.
|
|
2213
|
-
z.lazy(() => exports.
|
|
2211
|
+
z.lazy(() => exports.Seven$outboundSchema),
|
|
2212
|
+
z.lazy(() => exports.Ten$outboundSchema),
|
|
2213
|
+
z.lazy(() => exports.Fourteen$outboundSchema),
|
|
2214
|
+
z.lazy(() => exports.Sixteen$outboundSchema),
|
|
2215
|
+
z.lazy(() => exports.Seventeen$outboundSchema),
|
|
2216
|
+
z.lazy(() => exports.Eighteen$outboundSchema),
|
|
2217
|
+
z.lazy(() => exports.Nineteen$outboundSchema),
|
|
2218
|
+
z.lazy(() => exports.Twenty$outboundSchema),
|
|
2219
|
+
z.lazy(() => exports.TwentyOne$outboundSchema),
|
|
2220
|
+
z.lazy(() => exports.TwentyTwo$outboundSchema),
|
|
2221
|
+
z.lazy(() => exports.TwentyThree$outboundSchema),
|
|
2214
2222
|
z.lazy(() => exports.TwentyFour$outboundSchema),
|
|
2215
2223
|
z.lazy(() => exports.TwentySeven$outboundSchema),
|
|
2216
2224
|
z.lazy(() => exports.TwentyEight$outboundSchema),
|
|
@@ -2315,8 +2323,8 @@ exports.CreateEvalResponseBodyEvalsResponseType$outboundSchema = exports.CreateE
|
|
|
2315
2323
|
exports.ResponseBodyPython$inboundSchema = z.object({
|
|
2316
2324
|
_id: z.string(),
|
|
2317
2325
|
description: z.string(),
|
|
2318
|
-
created: z.string().default("2025-11-
|
|
2319
|
-
updated: z.string().default("2025-11-
|
|
2326
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2327
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2320
2328
|
guardrail_config: z.union([
|
|
2321
2329
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
2322
2330
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
@@ -2334,8 +2342,8 @@ exports.ResponseBodyPython$inboundSchema = z.object({
|
|
|
2334
2342
|
exports.ResponseBodyPython$outboundSchema = z.object({
|
|
2335
2343
|
id: z.string(),
|
|
2336
2344
|
description: z.string(),
|
|
2337
|
-
created: z.string().default("2025-11-
|
|
2338
|
-
updated: z.string().default("2025-11-
|
|
2345
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2346
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2339
2347
|
guardrailConfig: z.union([
|
|
2340
2348
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
2341
2349
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
@@ -2437,8 +2445,8 @@ exports.ResponseBodyMethod$outboundSchema = exports.ResponseBodyMethod$inboundSc
|
|
|
2437
2445
|
exports.ResponseBodyHTTP$inboundSchema = z.object({
|
|
2438
2446
|
_id: z.string(),
|
|
2439
2447
|
description: z.string(),
|
|
2440
|
-
created: z.string().default("2025-11-
|
|
2441
|
-
updated: z.string().default("2025-11-
|
|
2448
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2449
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2442
2450
|
guardrail_config: z.union([
|
|
2443
2451
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
2444
2452
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
@@ -2459,8 +2467,8 @@ exports.ResponseBodyHTTP$inboundSchema = z.object({
|
|
|
2459
2467
|
exports.ResponseBodyHTTP$outboundSchema = z.object({
|
|
2460
2468
|
id: z.string(),
|
|
2461
2469
|
description: z.string(),
|
|
2462
|
-
created: z.string().default("2025-11-
|
|
2463
|
-
updated: z.string().default("2025-11-
|
|
2470
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2471
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2464
2472
|
guardrailConfig: z.union([
|
|
2465
2473
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
2466
2474
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
@@ -2558,8 +2566,8 @@ exports.CreateEvalResponseBodyType$outboundSchema = exports.CreateEvalResponseBo
|
|
|
2558
2566
|
exports.ResponseBodyJSON$inboundSchema = z.object({
|
|
2559
2567
|
_id: z.string(),
|
|
2560
2568
|
description: z.string(),
|
|
2561
|
-
created: z.string().default("2025-11-
|
|
2562
|
-
updated: z.string().default("2025-11-
|
|
2569
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2570
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2563
2571
|
guardrail_config: z.union([
|
|
2564
2572
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
2565
2573
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
@@ -2577,8 +2585,8 @@ exports.ResponseBodyJSON$inboundSchema = z.object({
|
|
|
2577
2585
|
exports.ResponseBodyJSON$outboundSchema = z.object({
|
|
2578
2586
|
id: z.string(),
|
|
2579
2587
|
description: z.string(),
|
|
2580
|
-
created: z.string().default("2025-11-
|
|
2581
|
-
updated: z.string().default("2025-11-
|
|
2588
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2589
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2582
2590
|
guardrailConfig: z.union([
|
|
2583
2591
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
2584
2592
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
@@ -2675,8 +2683,8 @@ exports.ResponseBodyType$outboundSchema = exports.ResponseBodyType$inboundSchema
|
|
|
2675
2683
|
exports.ResponseBodyLLM$inboundSchema = z.object({
|
|
2676
2684
|
_id: z.string(),
|
|
2677
2685
|
description: z.string(),
|
|
2678
|
-
created: z.string().default("2025-11-
|
|
2679
|
-
updated: z.string().default("2025-11-
|
|
2686
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2687
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2680
2688
|
guardrail_config: z.union([
|
|
2681
2689
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
2682
2690
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -2695,8 +2703,8 @@ exports.ResponseBodyLLM$inboundSchema = z.object({
|
|
|
2695
2703
|
exports.ResponseBodyLLM$outboundSchema = z.object({
|
|
2696
2704
|
id: z.string(),
|
|
2697
2705
|
description: z.string(),
|
|
2698
|
-
created: z.string().default("2025-11-
|
|
2699
|
-
updated: z.string().default("2025-11-
|
|
2706
|
+
created: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2707
|
+
updated: z.string().default("2025-11-18T22:06:36.623Z"),
|
|
2700
2708
|
guardrailConfig: z.union([
|
|
2701
2709
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
2702
2710
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|