@orq-ai/node 4.0.13 → 4.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bin/mcp-server.js +25995 -27782
- package/bin/mcp-server.js.map +64 -47
- package/examples/package-lock.json +1 -1
- package/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/mcp-server/mcp-server.js +1 -1
- package/mcp-server/server.js +1 -1
- package/models/components/actionreviewedstreamingevent.d.ts +76 -0
- package/models/components/actionreviewedstreamingevent.d.ts.map +1 -0
- package/models/components/actionreviewedstreamingevent.js +127 -0
- package/models/components/actionreviewedstreamingevent.js.map +1 -0
- package/models/components/actionreviewrequestedstreamingevent.d.ts +135 -0
- package/models/components/actionreviewrequestedstreamingevent.d.ts.map +1 -0
- package/models/components/actionreviewrequestedstreamingevent.js +180 -0
- package/models/components/actionreviewrequestedstreamingevent.js.map +1 -0
- package/models/components/agenterroredstreamingevent.d.ts +58 -0
- package/models/components/agenterroredstreamingevent.d.ts.map +1 -0
- package/models/components/agenterroredstreamingevent.js +91 -0
- package/models/components/agenterroredstreamingevent.js.map +1 -0
- package/models/components/agentexecutionstartedstreamingevent.d.ts +62 -0
- package/models/components/agentexecutionstartedstreamingevent.d.ts.map +1 -0
- package/models/components/agentexecutionstartedstreamingevent.js +103 -0
- package/models/components/agentexecutionstartedstreamingevent.js.map +1 -0
- package/models/components/agenthandedoffstreamingevent.d.ts +51 -0
- package/models/components/agenthandedoffstreamingevent.d.ts.map +1 -0
- package/models/components/agenthandedoffstreamingevent.js +96 -0
- package/models/components/agenthandedoffstreamingevent.js.map +1 -0
- package/models/components/agentinactivestreamingevent.d.ts +309 -0
- package/models/components/agentinactivestreamingevent.d.ts.map +1 -0
- package/models/components/agentinactivestreamingevent.js +385 -0
- package/models/components/agentinactivestreamingevent.js.map +1 -0
- package/models/components/agentmessagecreatedstreamingevent.d.ts +141 -0
- package/models/components/agentmessagecreatedstreamingevent.d.ts.map +1 -0
- package/models/components/agentmessagecreatedstreamingevent.js +190 -0
- package/models/components/agentmessagecreatedstreamingevent.js.map +1 -0
- package/models/components/agentstartedstreamingevent.d.ts +382 -0
- package/models/components/agentstartedstreamingevent.d.ts.map +1 -0
- package/models/components/agentstartedstreamingevent.js +441 -0
- package/models/components/agentstartedstreamingevent.js.map +1 -0
- package/models/components/agentthoughtstreamingevent.d.ts +542 -0
- package/models/components/agentthoughtstreamingevent.d.ts.map +1 -0
- package/models/components/agentthoughtstreamingevent.js +626 -0
- package/models/components/agentthoughtstreamingevent.js.map +1 -0
- package/models/components/errorstreamingevent.d.ts +51 -0
- package/models/components/errorstreamingevent.d.ts.map +1 -0
- package/models/components/errorstreamingevent.js +87 -0
- package/models/components/errorstreamingevent.js.map +1 -0
- package/models/components/executionnamedstreamingevent.d.ts +51 -0
- package/models/components/executionnamedstreamingevent.d.ts.map +1 -0
- package/models/components/executionnamedstreamingevent.js +96 -0
- package/models/components/executionnamedstreamingevent.js.map +1 -0
- package/models/components/executionreviewedstreamingevent.d.ts +45 -0
- package/models/components/executionreviewedstreamingevent.d.ts.map +1 -0
- package/models/components/executionreviewedstreamingevent.js +81 -0
- package/models/components/executionreviewedstreamingevent.js.map +1 -0
- package/models/components/executionreviewrequiredstreamingevent.d.ts +45 -0
- package/models/components/executionreviewrequiredstreamingevent.d.ts.map +1 -0
- package/models/components/executionreviewrequiredstreamingevent.js +82 -0
- package/models/components/executionreviewrequiredstreamingevent.js.map +1 -0
- package/models/components/filepart.d.ts +1 -1
- package/models/components/index.d.ts +17 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +17 -0
- package/models/components/index.js.map +1 -1
- package/models/components/invokedeploymentrequest.d.ts +13 -13
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +17 -17
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/timeoutstreamingevent.d.ts +49 -0
- package/models/components/timeoutstreamingevent.d.ts.map +1 -0
- package/models/components/timeoutstreamingevent.js +85 -0
- package/models/components/timeoutstreamingevent.js.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts +144 -0
- package/models/components/toolexecutionfailedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionfailedstreamingevent.js +223 -0
- package/models/components/toolexecutionfailedstreamingevent.js.map +1 -0
- package/models/components/toolexecutionfinishedstreamingevent.d.ts +129 -0
- package/models/components/toolexecutionfinishedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionfinishedstreamingevent.js +205 -0
- package/models/components/toolexecutionfinishedstreamingevent.js.map +1 -0
- package/models/components/toolexecutionstartedstreamingevent.d.ts +139 -0
- package/models/components/toolexecutionstartedstreamingevent.d.ts.map +1 -0
- package/models/components/toolexecutionstartedstreamingevent.js +217 -0
- package/models/components/toolexecutionstartedstreamingevent.js.map +1 -0
- package/models/components/toolresultpart.d.ts +1 -1
- package/models/operations/createagentresponserequest.d.ts +4 -137
- package/models/operations/createagentresponserequest.d.ts.map +1 -1
- package/models/operations/createagentresponserequest.js +9 -138
- package/models/operations/createagentresponserequest.js.map +1 -1
- package/models/operations/createbudget.js +2 -2
- package/models/operations/createcontact.js +2 -2
- package/models/operations/createdataset.js +2 -2
- package/models/operations/createdatasetitem.js +8 -8
- package/models/operations/createdatasource.js +2 -2
- package/models/operations/createeval.d.ts +70 -70
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +169 -162
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/createtool.js +12 -12
- package/models/operations/fileget.js +2 -2
- package/models/operations/filelist.js +2 -2
- package/models/operations/fileupload.js +2 -2
- package/models/operations/getalltools.js +12 -12
- package/models/operations/getbudget.js +2 -2
- package/models/operations/getevals.js +28 -28
- package/models/operations/invokeagent.d.ts +14 -147
- package/models/operations/invokeagent.d.ts.map +1 -1
- package/models/operations/invokeagent.js +19 -148
- package/models/operations/invokeagent.js.map +1 -1
- package/models/operations/listbudgets.js +2 -2
- package/models/operations/listcontacts.js +2 -2
- package/models/operations/listdatasetdatapoints.js +8 -8
- package/models/operations/listdatasets.js +2 -2
- package/models/operations/listdatasources.js +2 -2
- package/models/operations/listknowledgebases.d.ts +16 -16
- package/models/operations/listknowledgebases.d.ts.map +1 -1
- package/models/operations/listknowledgebases.js +27 -25
- package/models/operations/listknowledgebases.js.map +1 -1
- package/models/operations/retrievecontact.js +2 -2
- package/models/operations/retrievedatapoint.js +8 -8
- package/models/operations/retrievedataset.js +2 -2
- package/models/operations/retrievedatasource.js +2 -2
- package/models/operations/retrievetool.js +12 -12
- package/models/operations/runagent.d.ts +4 -137
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +17 -145
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamagent.d.ts +241 -2491
- package/models/operations/streamagent.d.ts.map +1 -1
- package/models/operations/streamagent.js +172 -2826
- package/models/operations/streamagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +889 -3139
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +175 -2825
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/updatebudget.js +2 -2
- package/models/operations/updatecontact.js +2 -2
- package/models/operations/updatedatapoint.js +8 -8
- package/models/operations/updatedataset.js +2 -2
- package/models/operations/updatedatasource.js +2 -2
- package/models/operations/updateeval.js +28 -28
- package/models/operations/updatetool.js +14 -14
- package/package.json +1 -1
- 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/components/actionreviewedstreamingevent.ts +189 -0
- package/packages/orq-rc/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
- package/packages/orq-rc/src/models/components/agenterroredstreamingevent.ts +142 -0
- package/packages/orq-rc/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
- package/packages/orq-rc/src/models/components/agenthandedoffstreamingevent.ts +142 -0
- package/packages/orq-rc/src/models/components/agentinactivestreamingevent.ts +857 -0
- package/packages/orq-rc/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
- package/packages/orq-rc/src/models/components/agentstartedstreamingevent.ts +909 -0
- package/packages/orq-rc/src/models/components/agentthoughtstreamingevent.ts +1419 -0
- package/packages/orq-rc/src/models/components/errorstreamingevent.ts +129 -0
- package/packages/orq-rc/src/models/components/executionnamedstreamingevent.ts +142 -0
- package/packages/orq-rc/src/models/components/executionreviewedstreamingevent.ts +122 -0
- package/packages/orq-rc/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
- package/packages/orq-rc/src/models/components/filepart.ts +1 -1
- package/packages/orq-rc/src/models/components/index.ts +17 -0
- package/packages/orq-rc/src/models/components/invokedeploymentrequest.ts +32 -27
- package/packages/orq-rc/src/models/components/timeoutstreamingevent.ts +125 -0
- package/packages/orq-rc/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
- package/packages/orq-rc/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
- package/packages/orq-rc/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
- package/packages/orq-rc/src/models/components/toolresultpart.ts +1 -1
- package/packages/orq-rc/src/models/operations/createagentresponserequest.ts +20 -321
- 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 +318 -615
- package/packages/orq-rc/src/models/operations/createtool.ts +12 -12
- 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/getalltools.ts +12 -12
- package/packages/orq-rc/src/models/operations/getbudget.ts +2 -2
- package/packages/orq-rc/src/models/operations/getevals.ts +52 -287
- package/packages/orq-rc/src/models/operations/invokeagent.ts +36 -373
- 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/listknowledgebases.ts +82 -102
- 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 +12 -12
- package/packages/orq-rc/src/models/operations/runagent.ts +17 -365
- package/packages/orq-rc/src/models/operations/streamagent.ts +794 -6985
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +3939 -9983
- 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 +52 -287
- package/packages/orq-rc/src/models/operations/updatetool.ts +14 -14
- package/src/lib/config.ts +2 -2
- package/src/mcp-server/mcp-server.ts +1 -1
- package/src/mcp-server/server.ts +1 -1
- package/src/models/components/actionreviewedstreamingevent.ts +189 -0
- package/src/models/components/actionreviewrequestedstreamingevent.ts +326 -0
- package/src/models/components/agenterroredstreamingevent.ts +142 -0
- package/src/models/components/agentexecutionstartedstreamingevent.ts +145 -0
- package/src/models/components/agenthandedoffstreamingevent.ts +142 -0
- package/src/models/components/agentinactivestreamingevent.ts +857 -0
- package/src/models/components/agentmessagecreatedstreamingevent.ts +396 -0
- package/src/models/components/agentstartedstreamingevent.ts +909 -0
- package/src/models/components/agentthoughtstreamingevent.ts +1419 -0
- package/src/models/components/errorstreamingevent.ts +129 -0
- package/src/models/components/executionnamedstreamingevent.ts +142 -0
- package/src/models/components/executionreviewedstreamingevent.ts +122 -0
- package/src/models/components/executionreviewrequiredstreamingevent.ts +130 -0
- package/src/models/components/filepart.ts +1 -1
- package/src/models/components/index.ts +17 -0
- package/src/models/components/invokedeploymentrequest.ts +32 -27
- package/src/models/components/timeoutstreamingevent.ts +125 -0
- package/src/models/components/toolexecutionfailedstreamingevent.ts +406 -0
- package/src/models/components/toolexecutionfinishedstreamingevent.ts +373 -0
- package/src/models/components/toolexecutionstartedstreamingevent.ts +350 -0
- package/src/models/components/toolresultpart.ts +1 -1
- package/src/models/operations/createagentresponserequest.ts +20 -321
- package/src/models/operations/createbudget.ts +2 -2
- package/src/models/operations/createcontact.ts +2 -2
- package/src/models/operations/createdataset.ts +2 -2
- package/src/models/operations/createdatasetitem.ts +8 -8
- package/src/models/operations/createdatasource.ts +2 -2
- package/src/models/operations/createeval.ts +294 -368
- package/src/models/operations/createtool.ts +12 -12
- package/src/models/operations/fileget.ts +2 -2
- package/src/models/operations/filelist.ts +2 -2
- package/src/models/operations/fileupload.ts +2 -2
- package/src/models/operations/getalltools.ts +12 -12
- package/src/models/operations/getbudget.ts +2 -2
- package/src/models/operations/getevals.ts +28 -28
- package/src/models/operations/invokeagent.ts +36 -373
- package/src/models/operations/listbudgets.ts +2 -2
- package/src/models/operations/listcontacts.ts +2 -2
- package/src/models/operations/listdatasetdatapoints.ts +8 -8
- package/src/models/operations/listdatasets.ts +2 -2
- package/src/models/operations/listdatasources.ts +2 -2
- package/src/models/operations/listknowledgebases.ts +82 -102
- package/src/models/operations/retrievecontact.ts +2 -2
- package/src/models/operations/retrievedatapoint.ts +8 -8
- package/src/models/operations/retrievedataset.ts +2 -2
- package/src/models/operations/retrievedatasource.ts +2 -2
- package/src/models/operations/retrievetool.ts +12 -12
- package/src/models/operations/runagent.ts +17 -365
- package/src/models/operations/streamagent.ts +794 -6985
- package/src/models/operations/streamrunagent.ts +3939 -9983
- package/src/models/operations/updatebudget.ts +2 -2
- package/src/models/operations/updatecontact.ts +2 -2
- package/src/models/operations/updatedatapoint.ts +8 -8
- package/src/models/operations/updatedataset.ts +2 -2
- package/src/models/operations/updatedatasource.ts +2 -2
- package/src/models/operations/updateeval.ts +28 -28
- package/src/models/operations/updatetool.ts +14 -14
|
@@ -41,8 +41,8 @@ exports.Python$inboundSchema = exports.CreateEvalRequestBodyEvalsType$outboundSc
|
|
|
41
41
|
exports.GuardrailConfig$inboundSchema = exports.Boolean$outboundSchema = exports.Boolean$inboundSchema = 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 = void 0;
|
|
42
42
|
exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema = 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 = void 0;
|
|
43
43
|
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 = 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.CreateEvalResponseBodyEvalsResponse200Type$outboundSchema = exports.CreateEvalResponseBodyEvalsResponse200Type$inboundSchema = exports.CreateEvalResponseBodyEvalsResponse200GuardrailConfig$outboundSchema = exports.CreateEvalResponseBodyEvalsResponse200GuardrailConfig$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema = exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema = void 0;
|
|
44
|
-
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema = exports.
|
|
45
|
-
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 = 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.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 = 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 = void 0;
|
|
45
|
+
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 = 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 = void 0;
|
|
46
46
|
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 = 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 = 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 = void 0;
|
|
48
48
|
exports.createEvalGuardrailConfigEvalsNumberToJSON = createEvalGuardrailConfigEvalsNumberToJSON;
|
|
@@ -131,28 +131,28 @@ exports.nineteenToJSON = nineteenToJSON;
|
|
|
131
131
|
exports.nineteenFromJSON = nineteenFromJSON;
|
|
132
132
|
exports.eighteenToJSON = eighteenToJSON;
|
|
133
133
|
exports.eighteenFromJSON = eighteenFromJSON;
|
|
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.
|
|
134
|
+
exports.seventeenToJSON = seventeenToJSON;
|
|
135
|
+
exports.seventeenFromJSON = seventeenFromJSON;
|
|
136
|
+
exports.sixteenToJSON = sixteenToJSON;
|
|
137
|
+
exports.sixteenFromJSON = sixteenFromJSON;
|
|
138
|
+
exports.fifteenToJSON = fifteenToJSON;
|
|
139
|
+
exports.fifteenFromJSON = fifteenFromJSON;
|
|
140
|
+
exports.fourteenToJSON = fourteenToJSON;
|
|
141
|
+
exports.fourteenFromJSON = fourteenFromJSON;
|
|
142
|
+
exports.thirteenToJSON = thirteenToJSON;
|
|
143
|
+
exports.thirteenFromJSON = thirteenFromJSON;
|
|
144
|
+
exports.twelveToJSON = twelveToJSON;
|
|
145
|
+
exports.twelveFromJSON = twelveFromJSON;
|
|
146
|
+
exports.elevenToJSON = elevenToJSON;
|
|
147
|
+
exports.elevenFromJSON = elevenFromJSON;
|
|
148
|
+
exports.tenToJSON = tenToJSON;
|
|
149
|
+
exports.tenFromJSON = tenFromJSON;
|
|
150
|
+
exports.nineToJSON = nineToJSON;
|
|
151
|
+
exports.nineFromJSON = nineFromJSON;
|
|
152
|
+
exports.eightToJSON = eightToJSON;
|
|
153
|
+
exports.eightFromJSON = eightFromJSON;
|
|
154
|
+
exports.sevenToJSON = sevenToJSON;
|
|
155
|
+
exports.sevenFromJSON = sevenFromJSON;
|
|
156
156
|
exports.createEvalFunctionParams6ToJSON = createEvalFunctionParams6ToJSON;
|
|
157
157
|
exports.createEvalFunctionParams6FromJSON = createEvalFunctionParams6FromJSON;
|
|
158
158
|
exports.createEvalFunctionParams5ToJSON = createEvalFunctionParams5ToJSON;
|
|
@@ -1119,8 +1119,8 @@ exports.CreateEvalResponseBodyEvalsResponse200ApplicationJson7Type$outboundSchem
|
|
|
1119
1119
|
exports.Typescript$inboundSchema = z.object({
|
|
1120
1120
|
_id: z.string(),
|
|
1121
1121
|
description: z.string(),
|
|
1122
|
-
created: z.string().default("2025-11-
|
|
1123
|
-
updated: z.string().default("2025-11-
|
|
1122
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
1123
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
1124
1124
|
guardrail_config: z.union([
|
|
1125
1125
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$inboundSchema),
|
|
1126
1126
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$inboundSchema),
|
|
@@ -1138,8 +1138,8 @@ exports.Typescript$inboundSchema = z.object({
|
|
|
1138
1138
|
exports.Typescript$outboundSchema = z.object({
|
|
1139
1139
|
id: z.string(),
|
|
1140
1140
|
description: z.string(),
|
|
1141
|
-
created: z.string().default("2025-11-
|
|
1142
|
-
updated: z.string().default("2025-11-
|
|
1141
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
1142
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
1143
1143
|
guardrailConfig: z.union([
|
|
1144
1144
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Number$outboundSchema),
|
|
1145
1145
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody7Boolean$outboundSchema),
|
|
@@ -1245,8 +1245,8 @@ exports.Ragas$inboundSchema = z
|
|
|
1245
1245
|
.object({
|
|
1246
1246
|
_id: z.string(),
|
|
1247
1247
|
description: z.string(),
|
|
1248
|
-
created: z.string().default("2025-11-
|
|
1249
|
-
updated: z.string().default("2025-11-
|
|
1248
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
1249
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
1250
1250
|
guardrail_config: z.union([
|
|
1251
1251
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$inboundSchema),
|
|
1252
1252
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$inboundSchema),
|
|
@@ -1266,8 +1266,8 @@ exports.Ragas$inboundSchema = z
|
|
|
1266
1266
|
exports.Ragas$outboundSchema = z.object({
|
|
1267
1267
|
id: z.string(),
|
|
1268
1268
|
description: z.string(),
|
|
1269
|
-
created: z.string().default("2025-11-
|
|
1270
|
-
updated: z.string().default("2025-11-
|
|
1269
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
1270
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
1271
1271
|
guardrailConfig: z.union([
|
|
1272
1272
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Number$outboundSchema),
|
|
1273
1273
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody6Boolean$outboundSchema),
|
|
@@ -1643,212 +1643,219 @@ exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Ty
|
|
|
1643
1643
|
/** @internal */
|
|
1644
1644
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema;
|
|
1645
1645
|
/** @internal */
|
|
1646
|
-
exports.
|
|
1646
|
+
exports.Seventeen$inboundSchema = z.object({
|
|
1647
1647
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$inboundSchema,
|
|
1648
1648
|
});
|
|
1649
1649
|
/** @internal */
|
|
1650
|
-
exports.
|
|
1650
|
+
exports.Seventeen$outboundSchema = z.object({
|
|
1651
1651
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody517Type$outboundSchema,
|
|
1652
1652
|
});
|
|
1653
|
-
function
|
|
1654
|
-
return JSON.stringify(exports.
|
|
1653
|
+
function seventeenToJSON(seventeen) {
|
|
1654
|
+
return JSON.stringify(exports.Seventeen$outboundSchema.parse(seventeen));
|
|
1655
1655
|
}
|
|
1656
|
-
function
|
|
1657
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1656
|
+
function seventeenFromJSON(jsonString) {
|
|
1657
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Seventeen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Seventeen' from JSON`);
|
|
1658
1658
|
}
|
|
1659
1659
|
/** @internal */
|
|
1660
1660
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type);
|
|
1661
1661
|
/** @internal */
|
|
1662
1662
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema;
|
|
1663
1663
|
/** @internal */
|
|
1664
|
-
exports.
|
|
1664
|
+
exports.Sixteen$inboundSchema = z.object({
|
|
1665
1665
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$inboundSchema,
|
|
1666
1666
|
});
|
|
1667
1667
|
/** @internal */
|
|
1668
|
-
exports.
|
|
1668
|
+
exports.Sixteen$outboundSchema = z.object({
|
|
1669
1669
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody516Type$outboundSchema,
|
|
1670
1670
|
});
|
|
1671
|
-
function
|
|
1672
|
-
return JSON.stringify(exports.
|
|
1671
|
+
function sixteenToJSON(sixteen) {
|
|
1672
|
+
return JSON.stringify(exports.Sixteen$outboundSchema.parse(sixteen));
|
|
1673
1673
|
}
|
|
1674
|
-
function
|
|
1675
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1674
|
+
function sixteenFromJSON(jsonString) {
|
|
1675
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Sixteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Sixteen' from JSON`);
|
|
1676
1676
|
}
|
|
1677
1677
|
/** @internal */
|
|
1678
1678
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type);
|
|
1679
1679
|
/** @internal */
|
|
1680
1680
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema;
|
|
1681
1681
|
/** @internal */
|
|
1682
|
-
exports.
|
|
1682
|
+
exports.Fifteen$inboundSchema = z.object({
|
|
1683
1683
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$inboundSchema,
|
|
1684
1684
|
pattern: z.string(),
|
|
1685
1685
|
});
|
|
1686
1686
|
/** @internal */
|
|
1687
|
-
exports.
|
|
1687
|
+
exports.Fifteen$outboundSchema = z.object({
|
|
1688
1688
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody515Type$outboundSchema,
|
|
1689
1689
|
pattern: z.string(),
|
|
1690
1690
|
});
|
|
1691
|
-
function
|
|
1692
|
-
return JSON.stringify(exports.
|
|
1691
|
+
function fifteenToJSON(fifteen) {
|
|
1692
|
+
return JSON.stringify(exports.Fifteen$outboundSchema.parse(fifteen));
|
|
1693
1693
|
}
|
|
1694
|
-
function
|
|
1695
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1694
|
+
function fifteenFromJSON(jsonString) {
|
|
1695
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Fifteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Fifteen' from JSON`);
|
|
1696
1696
|
}
|
|
1697
1697
|
/** @internal */
|
|
1698
1698
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type);
|
|
1699
1699
|
/** @internal */
|
|
1700
1700
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema;
|
|
1701
1701
|
/** @internal */
|
|
1702
|
-
exports.
|
|
1702
|
+
exports.Fourteen$inboundSchema = z.object({
|
|
1703
1703
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$inboundSchema,
|
|
1704
1704
|
});
|
|
1705
1705
|
/** @internal */
|
|
1706
|
-
exports.
|
|
1706
|
+
exports.Fourteen$outboundSchema = z.object({
|
|
1707
1707
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody514Type$outboundSchema,
|
|
1708
1708
|
});
|
|
1709
|
-
function
|
|
1710
|
-
return JSON.stringify(exports.
|
|
1709
|
+
function fourteenToJSON(fourteen) {
|
|
1710
|
+
return JSON.stringify(exports.Fourteen$outboundSchema.parse(fourteen));
|
|
1711
1711
|
}
|
|
1712
|
-
function
|
|
1713
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1712
|
+
function fourteenFromJSON(jsonString) {
|
|
1713
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Fourteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Fourteen' from JSON`);
|
|
1714
1714
|
}
|
|
1715
1715
|
/** @internal */
|
|
1716
1716
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type);
|
|
1717
1717
|
/** @internal */
|
|
1718
1718
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema;
|
|
1719
1719
|
/** @internal */
|
|
1720
|
-
exports.
|
|
1720
|
+
exports.Thirteen$inboundSchema = z.object({
|
|
1721
1721
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$inboundSchema,
|
|
1722
1722
|
value: z.number(),
|
|
1723
1723
|
});
|
|
1724
1724
|
/** @internal */
|
|
1725
|
-
exports.
|
|
1725
|
+
exports.Thirteen$outboundSchema = z.object({
|
|
1726
1726
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody513Type$outboundSchema,
|
|
1727
1727
|
value: z.number(),
|
|
1728
1728
|
});
|
|
1729
|
-
function
|
|
1730
|
-
return JSON.stringify(exports.
|
|
1729
|
+
function thirteenToJSON(thirteen) {
|
|
1730
|
+
return JSON.stringify(exports.Thirteen$outboundSchema.parse(thirteen));
|
|
1731
1731
|
}
|
|
1732
|
-
function
|
|
1733
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1732
|
+
function thirteenFromJSON(jsonString) {
|
|
1733
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Thirteen$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Thirteen' from JSON`);
|
|
1734
1734
|
}
|
|
1735
1735
|
/** @internal */
|
|
1736
1736
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type);
|
|
1737
1737
|
/** @internal */
|
|
1738
1738
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema;
|
|
1739
1739
|
/** @internal */
|
|
1740
|
-
exports.
|
|
1740
|
+
exports.Twelve$inboundSchema = z
|
|
1741
|
+
.object({
|
|
1741
1742
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$inboundSchema,
|
|
1742
1743
|
min: z.number(),
|
|
1743
1744
|
max: z.number(),
|
|
1744
1745
|
});
|
|
1745
1746
|
/** @internal */
|
|
1746
|
-
exports.
|
|
1747
|
+
exports.Twelve$outboundSchema = z.object({
|
|
1747
1748
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody512Type$outboundSchema,
|
|
1748
1749
|
min: z.number(),
|
|
1749
1750
|
max: z.number(),
|
|
1750
1751
|
});
|
|
1751
|
-
function
|
|
1752
|
-
return JSON.stringify(exports.
|
|
1752
|
+
function twelveToJSON(twelve) {
|
|
1753
|
+
return JSON.stringify(exports.Twelve$outboundSchema.parse(twelve));
|
|
1753
1754
|
}
|
|
1754
|
-
function
|
|
1755
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1755
|
+
function twelveFromJSON(jsonString) {
|
|
1756
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Twelve$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Twelve' from JSON`);
|
|
1756
1757
|
}
|
|
1757
1758
|
/** @internal */
|
|
1758
1759
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type);
|
|
1759
1760
|
/** @internal */
|
|
1760
1761
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema;
|
|
1761
1762
|
/** @internal */
|
|
1762
|
-
exports.
|
|
1763
|
+
exports.Eleven$inboundSchema = z
|
|
1764
|
+
.object({
|
|
1763
1765
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$inboundSchema,
|
|
1764
1766
|
value: z.number(),
|
|
1765
1767
|
});
|
|
1766
1768
|
/** @internal */
|
|
1767
|
-
exports.
|
|
1769
|
+
exports.Eleven$outboundSchema = z.object({
|
|
1768
1770
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody511Type$outboundSchema,
|
|
1769
1771
|
value: z.number(),
|
|
1770
1772
|
});
|
|
1771
|
-
function
|
|
1772
|
-
return JSON.stringify(exports.
|
|
1773
|
+
function elevenToJSON(eleven) {
|
|
1774
|
+
return JSON.stringify(exports.Eleven$outboundSchema.parse(eleven));
|
|
1773
1775
|
}
|
|
1774
|
-
function
|
|
1775
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1776
|
+
function elevenFromJSON(jsonString) {
|
|
1777
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Eleven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Eleven' from JSON`);
|
|
1776
1778
|
}
|
|
1777
1779
|
/** @internal */
|
|
1778
1780
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type);
|
|
1779
1781
|
/** @internal */
|
|
1780
1782
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema;
|
|
1781
1783
|
/** @internal */
|
|
1782
|
-
exports.
|
|
1784
|
+
exports.Ten$inboundSchema = z
|
|
1785
|
+
.object({
|
|
1783
1786
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$inboundSchema,
|
|
1784
1787
|
});
|
|
1785
1788
|
/** @internal */
|
|
1786
|
-
exports.
|
|
1789
|
+
exports.Ten$outboundSchema = z
|
|
1790
|
+
.object({
|
|
1787
1791
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody510Type$outboundSchema,
|
|
1788
1792
|
});
|
|
1789
|
-
function
|
|
1790
|
-
return JSON.stringify(exports.
|
|
1793
|
+
function tenToJSON(ten) {
|
|
1794
|
+
return JSON.stringify(exports.Ten$outboundSchema.parse(ten));
|
|
1791
1795
|
}
|
|
1792
|
-
function
|
|
1793
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1796
|
+
function tenFromJSON(jsonString) {
|
|
1797
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Ten$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Ten' from JSON`);
|
|
1794
1798
|
}
|
|
1795
1799
|
/** @internal */
|
|
1796
1800
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type);
|
|
1797
1801
|
/** @internal */
|
|
1798
1802
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema;
|
|
1799
1803
|
/** @internal */
|
|
1800
|
-
exports.
|
|
1804
|
+
exports.Nine$inboundSchema = z
|
|
1805
|
+
.object({
|
|
1801
1806
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$inboundSchema,
|
|
1802
1807
|
value: z.string(),
|
|
1803
1808
|
});
|
|
1804
1809
|
/** @internal */
|
|
1805
|
-
exports.
|
|
1810
|
+
exports.Nine$outboundSchema = z.object({
|
|
1806
1811
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody59Type$outboundSchema,
|
|
1807
1812
|
value: z.string(),
|
|
1808
1813
|
});
|
|
1809
|
-
function
|
|
1810
|
-
return JSON.stringify(exports.
|
|
1814
|
+
function nineToJSON(nine) {
|
|
1815
|
+
return JSON.stringify(exports.Nine$outboundSchema.parse(nine));
|
|
1811
1816
|
}
|
|
1812
|
-
function
|
|
1813
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1817
|
+
function nineFromJSON(jsonString) {
|
|
1818
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Nine$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Nine' from JSON`);
|
|
1814
1819
|
}
|
|
1815
1820
|
/** @internal */
|
|
1816
1821
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type);
|
|
1817
1822
|
/** @internal */
|
|
1818
1823
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema;
|
|
1819
1824
|
/** @internal */
|
|
1820
|
-
exports.
|
|
1825
|
+
exports.Eight$inboundSchema = z
|
|
1826
|
+
.object({
|
|
1821
1827
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$inboundSchema,
|
|
1822
1828
|
value: z.string(),
|
|
1823
1829
|
});
|
|
1824
1830
|
/** @internal */
|
|
1825
|
-
exports.
|
|
1831
|
+
exports.Eight$outboundSchema = z.object({
|
|
1826
1832
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBody5Type$outboundSchema,
|
|
1827
1833
|
value: z.string(),
|
|
1828
1834
|
});
|
|
1829
|
-
function
|
|
1830
|
-
return JSON.stringify(exports.
|
|
1835
|
+
function eightToJSON(eight) {
|
|
1836
|
+
return JSON.stringify(exports.Eight$outboundSchema.parse(eight));
|
|
1831
1837
|
}
|
|
1832
|
-
function
|
|
1833
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1838
|
+
function eightFromJSON(jsonString) {
|
|
1839
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Eight$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Eight' from JSON`);
|
|
1834
1840
|
}
|
|
1835
1841
|
/** @internal */
|
|
1836
1842
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType);
|
|
1837
1843
|
/** @internal */
|
|
1838
1844
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema = exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema;
|
|
1839
1845
|
/** @internal */
|
|
1840
|
-
exports.
|
|
1846
|
+
exports.Seven$inboundSchema = z
|
|
1847
|
+
.object({
|
|
1841
1848
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$inboundSchema,
|
|
1842
1849
|
});
|
|
1843
1850
|
/** @internal */
|
|
1844
|
-
exports.
|
|
1851
|
+
exports.Seven$outboundSchema = z.object({
|
|
1845
1852
|
type: exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONResponseBodyType$outboundSchema,
|
|
1846
1853
|
});
|
|
1847
|
-
function
|
|
1848
|
-
return JSON.stringify(exports.
|
|
1854
|
+
function sevenToJSON(seven) {
|
|
1855
|
+
return JSON.stringify(exports.Seven$outboundSchema.parse(seven));
|
|
1849
1856
|
}
|
|
1850
|
-
function
|
|
1851
|
-
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.
|
|
1857
|
+
function sevenFromJSON(jsonString) {
|
|
1858
|
+
return (0, schemas_js_1.safeParse)(jsonString, (x) => exports.Seven$inboundSchema.parse(JSON.parse(x)), `Failed to parse 'Seven' from JSON`);
|
|
1852
1859
|
}
|
|
1853
1860
|
/** @internal */
|
|
1854
1861
|
exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType$inboundSchema = z.nativeEnum(exports.CreateEvalFunctionParamsEvalsResponse200ApplicationJSONType);
|
|
@@ -1970,24 +1977,24 @@ function createEvalFunctionParams1FromJSON(jsonString) {
|
|
|
1970
1977
|
}
|
|
1971
1978
|
/** @internal */
|
|
1972
1979
|
exports.FunctionParams$inboundSchema = z.union([
|
|
1973
|
-
z.lazy(() => exports.
|
|
1980
|
+
z.lazy(() => exports.Twelve$inboundSchema),
|
|
1974
1981
|
z.lazy(() => exports.CreateEvalFunctionParams1$inboundSchema),
|
|
1975
1982
|
z.lazy(() => exports.CreateEvalFunctionParams2$inboundSchema),
|
|
1976
1983
|
z.lazy(() => exports.CreateEvalFunctionParams3$inboundSchema),
|
|
1977
1984
|
z.lazy(() => exports.CreateEvalFunctionParams4$inboundSchema),
|
|
1978
|
-
z.lazy(() => exports.
|
|
1979
|
-
z.lazy(() => exports.
|
|
1980
|
-
z.lazy(() => exports.
|
|
1981
|
-
z.lazy(() => exports.
|
|
1982
|
-
z.lazy(() => exports.
|
|
1985
|
+
z.lazy(() => exports.Eight$inboundSchema),
|
|
1986
|
+
z.lazy(() => exports.Nine$inboundSchema),
|
|
1987
|
+
z.lazy(() => exports.Eleven$inboundSchema),
|
|
1988
|
+
z.lazy(() => exports.Thirteen$inboundSchema),
|
|
1989
|
+
z.lazy(() => exports.Fifteen$inboundSchema),
|
|
1983
1990
|
z.lazy(() => exports.TwentyFive$inboundSchema),
|
|
1984
1991
|
z.lazy(() => exports.CreateEvalFunctionParams5$inboundSchema),
|
|
1985
1992
|
z.lazy(() => exports.CreateEvalFunctionParams6$inboundSchema),
|
|
1986
|
-
z.lazy(() => exports.
|
|
1987
|
-
z.lazy(() => exports.
|
|
1988
|
-
z.lazy(() => exports.
|
|
1989
|
-
z.lazy(() => exports.
|
|
1990
|
-
z.lazy(() => exports.
|
|
1993
|
+
z.lazy(() => exports.Seven$inboundSchema),
|
|
1994
|
+
z.lazy(() => exports.Ten$inboundSchema),
|
|
1995
|
+
z.lazy(() => exports.Fourteen$inboundSchema),
|
|
1996
|
+
z.lazy(() => exports.Sixteen$inboundSchema),
|
|
1997
|
+
z.lazy(() => exports.Seventeen$inboundSchema),
|
|
1991
1998
|
z.lazy(() => exports.Eighteen$inboundSchema),
|
|
1992
1999
|
z.lazy(() => exports.Nineteen$inboundSchema),
|
|
1993
2000
|
z.lazy(() => exports.Twenty$inboundSchema),
|
|
@@ -2005,24 +2012,24 @@ exports.FunctionParams$inboundSchema = z.union([
|
|
|
2005
2012
|
]);
|
|
2006
2013
|
/** @internal */
|
|
2007
2014
|
exports.FunctionParams$outboundSchema = z.union([
|
|
2008
|
-
z.lazy(() => exports.
|
|
2015
|
+
z.lazy(() => exports.Twelve$outboundSchema),
|
|
2009
2016
|
z.lazy(() => exports.CreateEvalFunctionParams1$outboundSchema),
|
|
2010
2017
|
z.lazy(() => exports.CreateEvalFunctionParams2$outboundSchema),
|
|
2011
2018
|
z.lazy(() => exports.CreateEvalFunctionParams3$outboundSchema),
|
|
2012
2019
|
z.lazy(() => exports.CreateEvalFunctionParams4$outboundSchema),
|
|
2013
|
-
z.lazy(() => exports.
|
|
2014
|
-
z.lazy(() => exports.
|
|
2015
|
-
z.lazy(() => exports.
|
|
2016
|
-
z.lazy(() => exports.
|
|
2017
|
-
z.lazy(() => exports.
|
|
2020
|
+
z.lazy(() => exports.Eight$outboundSchema),
|
|
2021
|
+
z.lazy(() => exports.Nine$outboundSchema),
|
|
2022
|
+
z.lazy(() => exports.Eleven$outboundSchema),
|
|
2023
|
+
z.lazy(() => exports.Thirteen$outboundSchema),
|
|
2024
|
+
z.lazy(() => exports.Fifteen$outboundSchema),
|
|
2018
2025
|
z.lazy(() => exports.TwentyFive$outboundSchema),
|
|
2019
2026
|
z.lazy(() => exports.CreateEvalFunctionParams5$outboundSchema),
|
|
2020
2027
|
z.lazy(() => exports.CreateEvalFunctionParams6$outboundSchema),
|
|
2021
|
-
z.lazy(() => exports.
|
|
2022
|
-
z.lazy(() => exports.
|
|
2023
|
-
z.lazy(() => exports.
|
|
2024
|
-
z.lazy(() => exports.
|
|
2025
|
-
z.lazy(() => exports.
|
|
2028
|
+
z.lazy(() => exports.Seven$outboundSchema),
|
|
2029
|
+
z.lazy(() => exports.Ten$outboundSchema),
|
|
2030
|
+
z.lazy(() => exports.Fourteen$outboundSchema),
|
|
2031
|
+
z.lazy(() => exports.Sixteen$outboundSchema),
|
|
2032
|
+
z.lazy(() => exports.Seventeen$outboundSchema),
|
|
2026
2033
|
z.lazy(() => exports.Eighteen$outboundSchema),
|
|
2027
2034
|
z.lazy(() => exports.Nineteen$outboundSchema),
|
|
2028
2035
|
z.lazy(() => exports.Twenty$outboundSchema),
|
|
@@ -2048,32 +2055,32 @@ function functionParamsFromJSON(jsonString) {
|
|
|
2048
2055
|
exports.CreateEvalResponseBodyFunction$inboundSchema = z.object({
|
|
2049
2056
|
_id: z.string(),
|
|
2050
2057
|
description: z.string(),
|
|
2051
|
-
created: z.string().default("2025-11-
|
|
2052
|
-
updated: z.string().default("2025-11-
|
|
2058
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2059
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2053
2060
|
guardrail_config: z.union([
|
|
2054
2061
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$inboundSchema),
|
|
2055
2062
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$inboundSchema),
|
|
2056
2063
|
]).optional(),
|
|
2057
2064
|
type: exports.CreateEvalResponseBodyEvalsResponse200Type$inboundSchema,
|
|
2058
2065
|
function_params: z.union([
|
|
2059
|
-
z.lazy(() => exports.
|
|
2066
|
+
z.lazy(() => exports.Twelve$inboundSchema),
|
|
2060
2067
|
z.lazy(() => exports.CreateEvalFunctionParams1$inboundSchema),
|
|
2061
2068
|
z.lazy(() => exports.CreateEvalFunctionParams2$inboundSchema),
|
|
2062
2069
|
z.lazy(() => exports.CreateEvalFunctionParams3$inboundSchema),
|
|
2063
2070
|
z.lazy(() => exports.CreateEvalFunctionParams4$inboundSchema),
|
|
2064
|
-
z.lazy(() => exports.
|
|
2065
|
-
z.lazy(() => exports.
|
|
2066
|
-
z.lazy(() => exports.
|
|
2067
|
-
z.lazy(() => exports.
|
|
2068
|
-
z.lazy(() => exports.
|
|
2071
|
+
z.lazy(() => exports.Eight$inboundSchema),
|
|
2072
|
+
z.lazy(() => exports.Nine$inboundSchema),
|
|
2073
|
+
z.lazy(() => exports.Eleven$inboundSchema),
|
|
2074
|
+
z.lazy(() => exports.Thirteen$inboundSchema),
|
|
2075
|
+
z.lazy(() => exports.Fifteen$inboundSchema),
|
|
2069
2076
|
z.lazy(() => exports.TwentyFive$inboundSchema),
|
|
2070
2077
|
z.lazy(() => exports.CreateEvalFunctionParams5$inboundSchema),
|
|
2071
2078
|
z.lazy(() => exports.CreateEvalFunctionParams6$inboundSchema),
|
|
2072
|
-
z.lazy(() => exports.
|
|
2073
|
-
z.lazy(() => exports.
|
|
2074
|
-
z.lazy(() => exports.
|
|
2075
|
-
z.lazy(() => exports.
|
|
2076
|
-
z.lazy(() => exports.
|
|
2079
|
+
z.lazy(() => exports.Seven$inboundSchema),
|
|
2080
|
+
z.lazy(() => exports.Ten$inboundSchema),
|
|
2081
|
+
z.lazy(() => exports.Fourteen$inboundSchema),
|
|
2082
|
+
z.lazy(() => exports.Sixteen$inboundSchema),
|
|
2083
|
+
z.lazy(() => exports.Seventeen$inboundSchema),
|
|
2077
2084
|
z.lazy(() => exports.Eighteen$inboundSchema),
|
|
2078
2085
|
z.lazy(() => exports.Nineteen$inboundSchema),
|
|
2079
2086
|
z.lazy(() => exports.Twenty$inboundSchema),
|
|
@@ -2101,32 +2108,32 @@ exports.CreateEvalResponseBodyFunction$inboundSchema = z.object({
|
|
|
2101
2108
|
exports.CreateEvalResponseBodyFunction$outboundSchema = z.object({
|
|
2102
2109
|
id: z.string(),
|
|
2103
2110
|
description: z.string(),
|
|
2104
|
-
created: z.string().default("2025-11-
|
|
2105
|
-
updated: z.string().default("2025-11-
|
|
2111
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2112
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2106
2113
|
guardrailConfig: z.union([
|
|
2107
2114
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Number$outboundSchema),
|
|
2108
2115
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBody5Boolean$outboundSchema),
|
|
2109
2116
|
]).optional(),
|
|
2110
2117
|
type: exports.CreateEvalResponseBodyEvalsResponse200Type$outboundSchema,
|
|
2111
2118
|
functionParams: z.union([
|
|
2112
|
-
z.lazy(() => exports.
|
|
2119
|
+
z.lazy(() => exports.Twelve$outboundSchema),
|
|
2113
2120
|
z.lazy(() => exports.CreateEvalFunctionParams1$outboundSchema),
|
|
2114
2121
|
z.lazy(() => exports.CreateEvalFunctionParams2$outboundSchema),
|
|
2115
2122
|
z.lazy(() => exports.CreateEvalFunctionParams3$outboundSchema),
|
|
2116
2123
|
z.lazy(() => exports.CreateEvalFunctionParams4$outboundSchema),
|
|
2117
|
-
z.lazy(() => exports.
|
|
2118
|
-
z.lazy(() => exports.
|
|
2119
|
-
z.lazy(() => exports.
|
|
2120
|
-
z.lazy(() => exports.
|
|
2121
|
-
z.lazy(() => exports.
|
|
2124
|
+
z.lazy(() => exports.Eight$outboundSchema),
|
|
2125
|
+
z.lazy(() => exports.Nine$outboundSchema),
|
|
2126
|
+
z.lazy(() => exports.Eleven$outboundSchema),
|
|
2127
|
+
z.lazy(() => exports.Thirteen$outboundSchema),
|
|
2128
|
+
z.lazy(() => exports.Fifteen$outboundSchema),
|
|
2122
2129
|
z.lazy(() => exports.TwentyFive$outboundSchema),
|
|
2123
2130
|
z.lazy(() => exports.CreateEvalFunctionParams5$outboundSchema),
|
|
2124
2131
|
z.lazy(() => exports.CreateEvalFunctionParams6$outboundSchema),
|
|
2125
|
-
z.lazy(() => exports.
|
|
2126
|
-
z.lazy(() => exports.
|
|
2127
|
-
z.lazy(() => exports.
|
|
2128
|
-
z.lazy(() => exports.
|
|
2129
|
-
z.lazy(() => exports.
|
|
2132
|
+
z.lazy(() => exports.Seven$outboundSchema),
|
|
2133
|
+
z.lazy(() => exports.Ten$outboundSchema),
|
|
2134
|
+
z.lazy(() => exports.Fourteen$outboundSchema),
|
|
2135
|
+
z.lazy(() => exports.Sixteen$outboundSchema),
|
|
2136
|
+
z.lazy(() => exports.Seventeen$outboundSchema),
|
|
2130
2137
|
z.lazy(() => exports.Eighteen$outboundSchema),
|
|
2131
2138
|
z.lazy(() => exports.Nineteen$outboundSchema),
|
|
2132
2139
|
z.lazy(() => exports.Twenty$outboundSchema),
|
|
@@ -2235,8 +2242,8 @@ exports.CreateEvalResponseBodyEvalsResponseType$outboundSchema = exports.CreateE
|
|
|
2235
2242
|
exports.ResponseBodyPython$inboundSchema = z.object({
|
|
2236
2243
|
_id: z.string(),
|
|
2237
2244
|
description: z.string(),
|
|
2238
|
-
created: z.string().default("2025-11-
|
|
2239
|
-
updated: z.string().default("2025-11-
|
|
2245
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2246
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2240
2247
|
guardrail_config: z.union([
|
|
2241
2248
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$inboundSchema),
|
|
2242
2249
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$inboundSchema),
|
|
@@ -2254,8 +2261,8 @@ exports.ResponseBodyPython$inboundSchema = z.object({
|
|
|
2254
2261
|
exports.ResponseBodyPython$outboundSchema = z.object({
|
|
2255
2262
|
id: z.string(),
|
|
2256
2263
|
description: z.string(),
|
|
2257
|
-
created: z.string().default("2025-11-
|
|
2258
|
-
updated: z.string().default("2025-11-
|
|
2264
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2265
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2259
2266
|
guardrailConfig: z.union([
|
|
2260
2267
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyNumber$outboundSchema),
|
|
2261
2268
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONResponseBodyBoolean$outboundSchema),
|
|
@@ -2357,8 +2364,8 @@ exports.ResponseBodyMethod$outboundSchema = exports.ResponseBodyMethod$inboundSc
|
|
|
2357
2364
|
exports.ResponseBodyHTTP$inboundSchema = z.object({
|
|
2358
2365
|
_id: z.string(),
|
|
2359
2366
|
description: z.string(),
|
|
2360
|
-
created: z.string().default("2025-11-
|
|
2361
|
-
updated: z.string().default("2025-11-
|
|
2367
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2368
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2362
2369
|
guardrail_config: z.union([
|
|
2363
2370
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$inboundSchema),
|
|
2364
2371
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$inboundSchema),
|
|
@@ -2379,8 +2386,8 @@ exports.ResponseBodyHTTP$inboundSchema = z.object({
|
|
|
2379
2386
|
exports.ResponseBodyHTTP$outboundSchema = z.object({
|
|
2380
2387
|
id: z.string(),
|
|
2381
2388
|
description: z.string(),
|
|
2382
|
-
created: z.string().default("2025-11-
|
|
2383
|
-
updated: z.string().default("2025-11-
|
|
2389
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2390
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2384
2391
|
guardrailConfig: z.union([
|
|
2385
2392
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONNumber$outboundSchema),
|
|
2386
2393
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200ApplicationJSONBoolean$outboundSchema),
|
|
@@ -2478,8 +2485,8 @@ exports.CreateEvalResponseBodyType$outboundSchema = exports.CreateEvalResponseBo
|
|
|
2478
2485
|
exports.ResponseBodyJSON$inboundSchema = z.object({
|
|
2479
2486
|
_id: z.string(),
|
|
2480
2487
|
description: z.string(),
|
|
2481
|
-
created: z.string().default("2025-11-
|
|
2482
|
-
updated: z.string().default("2025-11-
|
|
2488
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2489
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2483
2490
|
guardrail_config: z.union([
|
|
2484
2491
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Number$inboundSchema),
|
|
2485
2492
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Boolean$inboundSchema),
|
|
@@ -2497,8 +2504,8 @@ exports.ResponseBodyJSON$inboundSchema = z.object({
|
|
|
2497
2504
|
exports.ResponseBodyJSON$outboundSchema = z.object({
|
|
2498
2505
|
id: z.string(),
|
|
2499
2506
|
description: z.string(),
|
|
2500
|
-
created: z.string().default("2025-11-
|
|
2501
|
-
updated: z.string().default("2025-11-
|
|
2507
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2508
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2502
2509
|
guardrailConfig: z.union([
|
|
2503
2510
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Number$outboundSchema),
|
|
2504
2511
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponse200Boolean$outboundSchema),
|
|
@@ -2595,8 +2602,8 @@ exports.ResponseBodyType$outboundSchema = exports.ResponseBodyType$inboundSchema
|
|
|
2595
2602
|
exports.ResponseBodyLLM$inboundSchema = z.object({
|
|
2596
2603
|
_id: z.string(),
|
|
2597
2604
|
description: z.string(),
|
|
2598
|
-
created: z.string().default("2025-11-
|
|
2599
|
-
updated: z.string().default("2025-11-
|
|
2605
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2606
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2600
2607
|
guardrail_config: z.union([
|
|
2601
2608
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseNumber$inboundSchema),
|
|
2602
2609
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -2615,8 +2622,8 @@ exports.ResponseBodyLLM$inboundSchema = z.object({
|
|
|
2615
2622
|
exports.ResponseBodyLLM$outboundSchema = z.object({
|
|
2616
2623
|
id: z.string(),
|
|
2617
2624
|
description: z.string(),
|
|
2618
|
-
created: z.string().default("2025-11-
|
|
2619
|
-
updated: z.string().default("2025-11-
|
|
2625
|
+
created: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2626
|
+
updated: z.string().default("2025-11-25T17:17:29.469Z"),
|
|
2620
2627
|
guardrailConfig: z.union([
|
|
2621
2628
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseNumber$outboundSchema),
|
|
2622
2629
|
z.lazy(() => exports.CreateEvalGuardrailConfigEvalsResponseBoolean$outboundSchema),
|