@orq-ai/node 4.13.18 → 4.13.20
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/jsr.json +1 -1
- package/lib/config.d.ts +2 -2
- package/lib/config.js +2 -2
- package/models/components/evaluatorresponsefunction.js +2 -2
- package/models/components/evaluatorresponsehttp.js +2 -2
- package/models/components/evaluatorresponsejsonschema.js +2 -2
- package/models/components/evaluatorresponsellm.js +2 -2
- package/models/components/evaluatorresponsepython.js +2 -2
- package/models/components/evaluatorresponseragas.js +2 -2
- package/models/components/evaluatorresponsetypescript.js +2 -2
- package/models/components/invokedeploymentrequest.d.ts +10 -0
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +8 -0
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/modelmetadata.d.ts +12 -0
- package/models/components/modelmetadata.d.ts.map +1 -1
- package/models/components/modelmetadata.js +24 -0
- package/models/components/modelmetadata.js.map +1 -1
- package/models/components/reasoningpart.js +1 -1
- package/models/operations/billing.d.ts +7 -6
- package/models/operations/billing.d.ts.map +1 -1
- package/models/operations/billing.js +4 -3
- package/models/operations/billing.js.map +1 -1
- package/models/operations/createagentrequest.d.ts +28 -24
- package/models/operations/createagentrequest.d.ts.map +1 -1
- package/models/operations/createagentrequest.js +12 -8
- package/models/operations/createagentrequest.js.map +1 -1
- package/models/operations/createannotationqueue.js +1 -1
- package/models/operations/createchatcompletion.d.ts +12 -6
- package/models/operations/createchatcompletion.d.ts.map +1 -1
- package/models/operations/createchatcompletion.js +5 -2
- package/models/operations/createchatcompletion.js.map +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.d.ts +9 -0
- package/models/operations/createdatasetitem.d.ts.map +1 -1
- package/models/operations/createdatasetitem.js +9 -5
- package/models/operations/createdatasetitem.js.map +1 -1
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createprompt.d.ts +23 -12
- package/models/operations/createprompt.d.ts.map +1 -1
- package/models/operations/createprompt.js +10 -4
- package/models/operations/createprompt.js.map +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/deploymentgetconfig.d.ts +10 -0
- package/models/operations/deploymentgetconfig.d.ts.map +1 -1
- package/models/operations/deploymentgetconfig.js +4 -0
- package/models/operations/deploymentgetconfig.js.map +1 -1
- package/models/operations/deploymentstream.d.ts +10 -0
- package/models/operations/deploymentstream.d.ts.map +1 -1
- package/models/operations/deploymentstream.js +4 -0
- package/models/operations/deploymentstream.js.map +1 -1
- package/models/operations/getallprompts.d.ts +11 -6
- package/models/operations/getallprompts.d.ts.map +1 -1
- package/models/operations/getallprompts.js +5 -2
- package/models/operations/getallprompts.js.map +1 -1
- package/models/operations/getalltools.js +6 -6
- package/models/operations/geteval.js +16 -16
- package/models/operations/getoneprompt.d.ts +11 -6
- package/models/operations/getoneprompt.d.ts.map +1 -1
- package/models/operations/getoneprompt.js +5 -2
- package/models/operations/getoneprompt.js.map +1 -1
- package/models/operations/getpromptversion.d.ts +11 -6
- package/models/operations/getpromptversion.d.ts.map +1 -1
- package/models/operations/getpromptversion.js +5 -2
- package/models/operations/getpromptversion.js.map +1 -1
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/inputresponseformat.d.ts +11 -6
- package/models/operations/inputresponseformat.d.ts.map +1 -1
- package/models/operations/inputresponseformat.js +5 -2
- package/models/operations/inputresponseformat.js.map +1 -1
- package/models/operations/listagents.d.ts +14 -12
- package/models/operations/listagents.d.ts.map +1 -1
- package/models/operations/listagents.js +6 -4
- package/models/operations/listagents.js.map +1 -1
- package/models/operations/listannotationqueues.js +1 -1
- package/models/operations/listdatasetdatapoints.d.ts +4 -0
- package/models/operations/listdatasetdatapoints.d.ts.map +1 -1
- package/models/operations/listdatasetdatapoints.js +7 -5
- package/models/operations/listdatasetdatapoints.js.map +1 -1
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listpromptversions.d.ts +11 -6
- package/models/operations/listpromptversions.d.ts.map +1 -1
- package/models/operations/listpromptversions.js +5 -2
- package/models/operations/listpromptversions.js.map +1 -1
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2feedbackevaluation.js +4 -4
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/retrieveagentrequest.d.ts +14 -12
- package/models/operations/retrieveagentrequest.d.ts.map +1 -1
- package/models/operations/retrieveagentrequest.js +6 -4
- package/models/operations/retrieveagentrequest.js.map +1 -1
- package/models/operations/retrieveannotationqueue.js +1 -1
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.js +28 -28
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.js +28 -28
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.js +6 -6
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.js +26 -26
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.js +6 -6
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.js +31 -31
- package/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.js +22 -22
- package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.d.ts +4 -0
- package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.d.ts.map +1 -1
- package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.js +2 -0
- package/models/operations/retrieveannotationqueueitem2annotationqueuesttl.js.map +1 -1
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.js +14 -14
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.js +14 -14
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.js +16 -16
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.js +24 -24
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.js +2 -2
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.js +14 -14
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.js +14 -14
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.js +18 -18
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.js +2 -2
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.js +16 -16
- package/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.js +18 -18
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.js +4 -4
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.js +5 -5
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.js +25 -25
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.js +3 -3
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.js +18 -18
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.js +11 -11
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.js +24 -24
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.js +28 -28
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.js +9 -9
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.js +2 -2
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.js +15 -15
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.js +28 -28
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.js +21 -21
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.d.ts +1 -0
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.d.ts.map +1 -1
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.js +3 -2
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.js.map +1 -1
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.js +4 -4
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.js +17 -17
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.js +30 -30
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.js +11 -11
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.js +24 -24
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.js +7 -7
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.js +26 -26
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.js +13 -13
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.js +1 -1
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.js +32 -32
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.js +19 -19
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.js +2 -2
- package/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.js +17 -17
- package/models/operations/retrieveannotationqueueitemevaluationsannotator.js +32 -32
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.js +28 -28
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.js +20 -20
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.js +28 -28
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.js +24 -24
- package/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.js +28 -28
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.js +30 -30
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.js +14 -14
- package/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.js +4 -4
- package/models/operations/retrieveannotationqueueitemresponsebody.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.js +31 -31
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.js +32 -32
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.js +33 -33
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.js +33 -33
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.js +1 -1
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.js +33 -33
- package/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.js +1 -1
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.js +8 -8
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.js +10 -10
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.js +10 -10
- package/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.js +10 -10
- package/models/operations/retrievedatapoint.d.ts +4 -0
- package/models/operations/retrievedatapoint.d.ts.map +1 -1
- package/models/operations/retrievedatapoint.js +7 -5
- package/models/operations/retrievedatapoint.js.map +1 -1
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.d.ts +14 -12
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +7 -5
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +14 -12
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +7 -5
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/twenty.js +1 -1
- package/models/operations/updateagent.d.ts +28 -24
- package/models/operations/updateagent.d.ts.map +1 -1
- package/models/operations/updateagent.js +12 -8
- package/models/operations/updateagent.js.map +1 -1
- package/models/operations/updateannotationqueue.js +1 -1
- package/models/operations/updatedatapoint.d.ts +9 -0
- package/models/operations/updatedatapoint.d.ts.map +1 -1
- package/models/operations/updatedatapoint.js +9 -5
- package/models/operations/updatedatapoint.js.map +1 -1
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateprompt.d.ts +23 -12
- package/models/operations/updateprompt.d.ts.map +1 -1
- package/models/operations/updateprompt.js +10 -4
- package/models/operations/updateprompt.js.map +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +3 -3
- package/src/lib/config.ts +2 -2
- package/src/models/components/evaluatorresponsefunction.ts +2 -2
- package/src/models/components/evaluatorresponsehttp.ts +2 -2
- package/src/models/components/evaluatorresponsejsonschema.ts +2 -2
- package/src/models/components/evaluatorresponsellm.ts +2 -2
- package/src/models/components/evaluatorresponsepython.ts +2 -2
- package/src/models/components/evaluatorresponseragas.ts +2 -2
- package/src/models/components/evaluatorresponsetypescript.ts +2 -2
- package/src/models/components/invokedeploymentrequest.ts +18 -0
- package/src/models/components/modelmetadata.ts +36 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/operations/billing.ts +8 -7
- package/src/models/operations/createagentrequest.ts +28 -24
- package/src/models/operations/createannotationqueue.ts +1 -1
- package/src/models/operations/createchatcompletion.ts +14 -6
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +18 -5
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createprompt.ts +27 -12
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/deploymentgetconfig.ts +14 -0
- package/src/models/operations/deploymentstream.ts +14 -0
- package/src/models/operations/getallprompts.ts +13 -6
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/geteval.ts +16 -16
- package/src/models/operations/getoneprompt.ts +13 -6
- package/src/models/operations/getpromptversion.ts +13 -6
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/inputresponseformat.ts +13 -6
- package/src/models/operations/listagents.ts +14 -12
- package/src/models/operations/listannotationqueues.ts +1 -1
- package/src/models/operations/listdatasetdatapoints.ts +11 -5
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/listpromptversions.ts +13 -6
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2feedbackevaluation.ts +4 -4
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/retrieveagentrequest.ts +14 -12
- package/src/models/operations/retrieveannotationqueue.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjson2.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody14attributes2.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody22attributesopenresponsesdetail.ts +6 -6
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody23annotations.ts +26 -26
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody27attributesopenresponsesoutput3type.ts +6 -6
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody314.ts +31 -31
- package/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody5attributestype.ts +22 -22
- package/src/models/operations/retrieveannotationqueueitem2annotationqueuesttl.ts +6 -0
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody11attributestoplogprobs.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody15attributesopenresponsesoutput4type.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody17attributesopenresponsesoutput44type.ts +16 -16
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody18type.ts +24 -24
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody1attributestype.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributestoplogprobs.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributestoplogprobs.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody32attributesopenresponsesoutput48type.ts +18 -18
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody66.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody7attributes5.ts +16 -16
- package/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody9attributes8.ts +18 -18
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1017.ts +4 -4
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq7evaluatorconfigtype.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorq15annotator.ts +5 -5
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody136.ts +25 -25
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody14attributesorq14type.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq7outputschema.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1618.ts +3 -3
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq8kind.ts +18 -18
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq12evaluatorconfigtype.ts +11 -11
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq5kind.ts +24 -24
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq14annotator.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq7evaluatorconfigtype.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorqevaluatorconfigtype.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq13evaluationtype.ts +9 -9
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq7status.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq18type.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2611.ts +15 -15
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorqevaluationtype.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq14annotator.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq7evaluatorconfigtype.ts +21 -21
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2attributesorq14type.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq18evaluationtype.ts +3 -2
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq16kind.ts +4 -4
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorq9evaluatorconfigtype.ts +17 -17
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesannotator.ts +30 -30
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody34attributesorq12evaluationtype.ts +11 -11
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq14evaluationtype.ts +7 -7
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq4kind.ts +26 -26
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody5attributesorq11evaluatorconfigtype.ts +13 -13
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq19annotator.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6value.ts +32 -32
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq8evaluatorconfigtype.ts +19 -19
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorq18annotator.ts +2 -2
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq9kind.ts +17 -17
- package/src/models/operations/retrieveannotationqueueitemevaluationsannotator.ts +32 -32
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody20attributesopenresponses6role.ts +28 -28
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26content.ts +20 -20
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody28attributesopenresponses6role.ts +28 -28
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody34attributesrole.ts +24 -24
- package/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200status.ts +28 -28
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody12attributes1.ts +30 -30
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody24attributescontent.ts +14 -14
- package/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody332.ts +4 -4
- package/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10http.ts +31 -31
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16settings.ts +32 -32
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson17context.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson22call.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson25engine.ts +33 -33
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27conversation.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson30nodes.ts +33 -33
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33token.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8trace.ts +33 -33
- package/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjsonresponse.ts +1 -1
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse1.ts +8 -8
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody13attributesopenresponsesoutputtype.ts +10 -10
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody193.ts +10 -10
- package/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody35attributestype.ts +10 -10
- package/src/models/operations/retrievedatapoint.ts +11 -5
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrievetool.ts +6 -6
- package/src/models/operations/runagent.ts +15 -13
- package/src/models/operations/streamrunagent.ts +15 -13
- package/src/models/operations/twenty.ts +1 -1
- package/src/models/operations/updateagent.ts +28 -24
- package/src/models/operations/updateannotationqueue.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +18 -5
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateprompt.ts +27 -12
- package/src/models/operations/updatetool.ts +7 -7
|
@@ -846,8 +846,8 @@ export const BedrockGuardrail$inboundSchema: z.ZodType<
|
|
|
846
846
|
display_name: z.string(),
|
|
847
847
|
description: z.string(),
|
|
848
848
|
owner: z.string(),
|
|
849
|
-
created: z.string().default("2026-08-
|
|
850
|
-
updated: z.string().default("2026-08-
|
|
849
|
+
created: z.string().default("2026-08-22T20:19:36.996Z"),
|
|
850
|
+
updated: z.string().default("2026-08-22T20:19:36.997Z"),
|
|
851
851
|
created_by_id: z.nullable(z.string()).optional(),
|
|
852
852
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
853
853
|
domain_id: z.string(),
|
|
@@ -949,8 +949,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
949
949
|
display_name: z.string(),
|
|
950
950
|
description: z.string(),
|
|
951
951
|
owner: z.string(),
|
|
952
|
-
created: z.string().default("2026-08-
|
|
953
|
-
updated: z.string().default("2026-08-
|
|
952
|
+
created: z.string().default("2026-08-22T20:19:36.996Z"),
|
|
953
|
+
updated: z.string().default("2026-08-22T20:19:36.997Z"),
|
|
954
954
|
created_by_id: z.nullable(z.string()).optional(),
|
|
955
955
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
956
956
|
domain_id: z.string(),
|
|
@@ -1046,8 +1046,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
1046
1046
|
display_name: z.string(),
|
|
1047
1047
|
description: z.string(),
|
|
1048
1048
|
owner: z.string(),
|
|
1049
|
-
created: z.string().default("2026-08-
|
|
1050
|
-
updated: z.string().default("2026-08-
|
|
1049
|
+
created: z.string().default("2026-08-22T20:19:36.996Z"),
|
|
1050
|
+
updated: z.string().default("2026-08-22T20:19:36.997Z"),
|
|
1051
1051
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1052
1052
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1053
1053
|
domain_id: z.string(),
|
|
@@ -1144,8 +1144,8 @@ export const GetEvalResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
1144
1144
|
display_name: z.string(),
|
|
1145
1145
|
description: z.string(),
|
|
1146
1146
|
owner: z.string(),
|
|
1147
|
-
created: z.string().default("2026-08-
|
|
1148
|
-
updated: z.string().default("2026-08-
|
|
1147
|
+
created: z.string().default("2026-08-22T20:19:36.996Z"),
|
|
1148
|
+
updated: z.string().default("2026-08-22T20:19:36.997Z"),
|
|
1149
1149
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1150
1150
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1151
1151
|
domain_id: z.string(),
|
|
@@ -1228,8 +1228,8 @@ export const Json$inboundSchema: z.ZodType<Json, z.ZodTypeDef, unknown> = z
|
|
|
1228
1228
|
display_name: z.string(),
|
|
1229
1229
|
description: z.string(),
|
|
1230
1230
|
owner: z.string(),
|
|
1231
|
-
created: z.string().default("2026-08-
|
|
1232
|
-
updated: z.string().default("2026-08-
|
|
1231
|
+
created: z.string().default("2026-08-22T20:19:36.996Z"),
|
|
1232
|
+
updated: z.string().default("2026-08-22T20:19:36.997Z"),
|
|
1233
1233
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1234
1234
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1235
1235
|
domain_id: z.string(),
|
|
@@ -1337,8 +1337,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
1337
1337
|
display_name: z.string(),
|
|
1338
1338
|
description: z.string(),
|
|
1339
1339
|
owner: z.string(),
|
|
1340
|
-
created: z.string().default("2026-08-
|
|
1341
|
-
updated: z.string().default("2026-08-
|
|
1340
|
+
created: z.string().default("2026-08-22T20:19:36.996Z"),
|
|
1341
|
+
updated: z.string().default("2026-08-22T20:19:36.997Z"),
|
|
1342
1342
|
created_by_id: z.nullable(z.string()).optional(),
|
|
1343
1343
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
1344
1344
|
domain_id: z.string(),
|
|
@@ -2092,8 +2092,8 @@ export const ResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
2092
2092
|
display_name: z.string(),
|
|
2093
2093
|
description: z.string(),
|
|
2094
2094
|
owner: z.string(),
|
|
2095
|
-
created: z.string().default("2026-08-
|
|
2096
|
-
updated: z.string().default("2026-08-
|
|
2095
|
+
created: z.string().default("2026-08-22T20:19:36.996Z"),
|
|
2096
|
+
updated: z.string().default("2026-08-22T20:19:36.997Z"),
|
|
2097
2097
|
created_by_id: z.nullable(z.string()).optional(),
|
|
2098
2098
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2099
2099
|
domain_id: z.string(),
|
|
@@ -2763,8 +2763,8 @@ export const ResponseBodyLLM$inboundSchema: z.ZodType<
|
|
|
2763
2763
|
display_name: z.string(),
|
|
2764
2764
|
description: z.string(),
|
|
2765
2765
|
owner: z.string(),
|
|
2766
|
-
created: z.string().default("2026-08-
|
|
2767
|
-
updated: z.string().default("2026-08-
|
|
2766
|
+
created: z.string().default("2026-08-22T20:19:36.996Z"),
|
|
2767
|
+
updated: z.string().default("2026-08-22T20:19:36.997Z"),
|
|
2768
2768
|
created_by_id: z.nullable(z.string()).optional(),
|
|
2769
2769
|
updated_by_id: z.nullable(z.string()).optional(),
|
|
2770
2770
|
domain_id: z.string(),
|
|
@@ -691,7 +691,7 @@ export type GetOnePromptResponseFormat =
|
|
|
691
691
|
| GetOnePromptResponseFormatPromptsJSONSchema;
|
|
692
692
|
|
|
693
693
|
/**
|
|
694
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
694
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
695
695
|
*
|
|
696
696
|
* @remarks
|
|
697
697
|
*
|
|
@@ -700,7 +700,7 @@ export type GetOnePromptResponseFormat =
|
|
|
700
700
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
701
701
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
702
702
|
*
|
|
703
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
703
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
704
704
|
*/
|
|
705
705
|
export const GetOnePromptReasoningEffort = {
|
|
706
706
|
None: "none",
|
|
@@ -709,9 +709,10 @@ export const GetOnePromptReasoningEffort = {
|
|
|
709
709
|
Medium: "medium",
|
|
710
710
|
High: "high",
|
|
711
711
|
Xhigh: "xhigh",
|
|
712
|
+
Max: "max",
|
|
712
713
|
} as const;
|
|
713
714
|
/**
|
|
714
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
715
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
715
716
|
*
|
|
716
717
|
* @remarks
|
|
717
718
|
*
|
|
@@ -720,7 +721,7 @@ export const GetOnePromptReasoningEffort = {
|
|
|
720
721
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
721
722
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
722
723
|
*
|
|
723
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
724
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
724
725
|
*/
|
|
725
726
|
export type GetOnePromptReasoningEffort = ClosedEnum<
|
|
726
727
|
typeof GetOnePromptReasoningEffort
|
|
@@ -1129,6 +1130,10 @@ export type GetOnePromptMessagesToolCalls = {
|
|
|
1129
1130
|
};
|
|
1130
1131
|
|
|
1131
1132
|
export type GetOnePromptMessagesAssistantMessage = {
|
|
1133
|
+
/**
|
|
1134
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
1135
|
+
*/
|
|
1136
|
+
reasoningContent?: string | undefined;
|
|
1132
1137
|
/**
|
|
1133
1138
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
1134
1139
|
*/
|
|
@@ -1357,7 +1362,7 @@ export type GetOnePromptPromptField = {
|
|
|
1357
1362
|
| GetOnePromptResponseFormatPromptsJSONSchema
|
|
1358
1363
|
| undefined;
|
|
1359
1364
|
/**
|
|
1360
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
1365
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
1361
1366
|
*
|
|
1362
1367
|
* @remarks
|
|
1363
1368
|
*
|
|
@@ -1366,7 +1371,7 @@ export type GetOnePromptPromptField = {
|
|
|
1366
1371
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
1367
1372
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
1368
1373
|
*
|
|
1369
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
1374
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
1370
1375
|
*/
|
|
1371
1376
|
reasoningEffort?: GetOnePromptReasoningEffort | undefined;
|
|
1372
1377
|
/**
|
|
@@ -2929,6 +2934,7 @@ export const GetOnePromptMessagesAssistantMessage$inboundSchema: z.ZodType<
|
|
|
2929
2934
|
z.ZodTypeDef,
|
|
2930
2935
|
unknown
|
|
2931
2936
|
> = z.object({
|
|
2937
|
+
reasoning_content: z.string().optional(),
|
|
2932
2938
|
content: z.nullable(
|
|
2933
2939
|
z.union([
|
|
2934
2940
|
z.string(),
|
|
@@ -2953,6 +2959,7 @@ export const GetOnePromptMessagesAssistantMessage$inboundSchema: z.ZodType<
|
|
|
2953
2959
|
.optional(),
|
|
2954
2960
|
}).transform((v) => {
|
|
2955
2961
|
return remap$(v, {
|
|
2962
|
+
"reasoning_content": "reasoningContent",
|
|
2956
2963
|
"tool_calls": "toolCalls",
|
|
2957
2964
|
});
|
|
2958
2965
|
});
|
|
@@ -699,7 +699,7 @@ export type GetPromptVersionResponseFormat =
|
|
|
699
699
|
| GetPromptVersionResponseFormatPromptsJSONSchema;
|
|
700
700
|
|
|
701
701
|
/**
|
|
702
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
702
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
703
703
|
*
|
|
704
704
|
* @remarks
|
|
705
705
|
*
|
|
@@ -708,7 +708,7 @@ export type GetPromptVersionResponseFormat =
|
|
|
708
708
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
709
709
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
710
710
|
*
|
|
711
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
711
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
712
712
|
*/
|
|
713
713
|
export const GetPromptVersionReasoningEffort = {
|
|
714
714
|
None: "none",
|
|
@@ -717,9 +717,10 @@ export const GetPromptVersionReasoningEffort = {
|
|
|
717
717
|
Medium: "medium",
|
|
718
718
|
High: "high",
|
|
719
719
|
Xhigh: "xhigh",
|
|
720
|
+
Max: "max",
|
|
720
721
|
} as const;
|
|
721
722
|
/**
|
|
722
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
723
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
723
724
|
*
|
|
724
725
|
* @remarks
|
|
725
726
|
*
|
|
@@ -728,7 +729,7 @@ export const GetPromptVersionReasoningEffort = {
|
|
|
728
729
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
729
730
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
730
731
|
*
|
|
731
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
732
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
732
733
|
*/
|
|
733
734
|
export type GetPromptVersionReasoningEffort = ClosedEnum<
|
|
734
735
|
typeof GetPromptVersionReasoningEffort
|
|
@@ -1139,6 +1140,10 @@ export type GetPromptVersionMessagesToolCalls = {
|
|
|
1139
1140
|
};
|
|
1140
1141
|
|
|
1141
1142
|
export type GetPromptVersionMessagesAssistantMessage = {
|
|
1143
|
+
/**
|
|
1144
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
1145
|
+
*/
|
|
1146
|
+
reasoningContent?: string | undefined;
|
|
1142
1147
|
/**
|
|
1143
1148
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
1144
1149
|
*/
|
|
@@ -1367,7 +1372,7 @@ export type GetPromptVersionPromptField = {
|
|
|
1367
1372
|
| GetPromptVersionResponseFormatPromptsJSONSchema
|
|
1368
1373
|
| undefined;
|
|
1369
1374
|
/**
|
|
1370
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
1375
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
1371
1376
|
*
|
|
1372
1377
|
* @remarks
|
|
1373
1378
|
*
|
|
@@ -1376,7 +1381,7 @@ export type GetPromptVersionPromptField = {
|
|
|
1376
1381
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
1377
1382
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
1378
1383
|
*
|
|
1379
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
1384
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
1380
1385
|
*/
|
|
1381
1386
|
reasoningEffort?: GetPromptVersionReasoningEffort | undefined;
|
|
1382
1387
|
/**
|
|
@@ -2975,6 +2980,7 @@ export const GetPromptVersionMessagesAssistantMessage$inboundSchema: z.ZodType<
|
|
|
2975
2980
|
z.ZodTypeDef,
|
|
2976
2981
|
unknown
|
|
2977
2982
|
> = z.object({
|
|
2983
|
+
reasoning_content: z.string().optional(),
|
|
2978
2984
|
content: z.nullable(
|
|
2979
2985
|
z.union([
|
|
2980
2986
|
z.string(),
|
|
@@ -3000,6 +3006,7 @@ export const GetPromptVersionMessagesAssistantMessage$inboundSchema: z.ZodType<
|
|
|
3000
3006
|
).optional(),
|
|
3001
3007
|
}).transform((v) => {
|
|
3002
3008
|
return remap$(v, {
|
|
3009
|
+
"reasoning_content": "reasoningContent",
|
|
3003
3010
|
"tool_calls": "toolCalls",
|
|
3004
3011
|
});
|
|
3005
3012
|
});
|
|
@@ -140,7 +140,7 @@ export const GetV2HumanEvalSetsResponseBody2$inboundSchema: z.ZodType<
|
|
|
140
140
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
141
141
|
.optional(),
|
|
142
142
|
updated: z.string().datetime({ offset: true }).default(
|
|
143
|
-
"2026-08-
|
|
143
|
+
"2026-08-22T20:19:34.985Z",
|
|
144
144
|
).transform(v => new Date(v)),
|
|
145
145
|
filter_type: z.literal("name"),
|
|
146
146
|
filter_value: z.string(),
|
|
@@ -185,7 +185,7 @@ export const GetV2HumanEvalSetsResponseBody1$inboundSchema: z.ZodType<
|
|
|
185
185
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
186
186
|
.optional(),
|
|
187
187
|
updated: z.string().datetime({ offset: true }).default(
|
|
188
|
-
"2026-08-
|
|
188
|
+
"2026-08-22T20:19:34.985Z",
|
|
189
189
|
).transform(v => new Date(v)),
|
|
190
190
|
filter_type: z.literal("span_type"),
|
|
191
191
|
filter_values: z.array(z.string()),
|
|
@@ -141,7 +141,7 @@ export const GetV2HumanEvalSetsIdResponseBody2$inboundSchema: z.ZodType<
|
|
|
141
141
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
142
142
|
.optional(),
|
|
143
143
|
updated: z.string().datetime({ offset: true }).default(
|
|
144
|
-
"2026-08-
|
|
144
|
+
"2026-08-22T20:19:34.985Z",
|
|
145
145
|
).transform(v => new Date(v)),
|
|
146
146
|
filter_type: z.literal("name"),
|
|
147
147
|
filter_value: z.string(),
|
|
@@ -186,7 +186,7 @@ export const GetV2HumanEvalSetsIdResponseBody1$inboundSchema: z.ZodType<
|
|
|
186
186
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
187
187
|
.optional(),
|
|
188
188
|
updated: z.string().datetime({ offset: true }).default(
|
|
189
|
-
"2026-08-
|
|
189
|
+
"2026-08-22T20:19:34.985Z",
|
|
190
190
|
).transform(v => new Date(v)),
|
|
191
191
|
filter_type: z.literal("span_type"),
|
|
192
192
|
filter_values: z.array(z.string()),
|
|
@@ -257,7 +257,7 @@ export type RetrieveAnnotationQueueItemInputResponseFormat =
|
|
|
257
257
|
| RetrieveAnnotationQueueItemResponseFormatAnnotationQueuesResponse200JSONSchema;
|
|
258
258
|
|
|
259
259
|
/**
|
|
260
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
260
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
261
261
|
*
|
|
262
262
|
* @remarks
|
|
263
263
|
*
|
|
@@ -266,7 +266,7 @@ export type RetrieveAnnotationQueueItemInputResponseFormat =
|
|
|
266
266
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
267
267
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
268
268
|
*
|
|
269
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
269
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
270
270
|
*/
|
|
271
271
|
export const RetrieveAnnotationQueueItemInputReasoningEffort = {
|
|
272
272
|
None: "none",
|
|
@@ -275,9 +275,10 @@ export const RetrieveAnnotationQueueItemInputReasoningEffort = {
|
|
|
275
275
|
Medium: "medium",
|
|
276
276
|
High: "high",
|
|
277
277
|
Xhigh: "xhigh",
|
|
278
|
+
Max: "max",
|
|
278
279
|
} as const;
|
|
279
280
|
/**
|
|
280
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
281
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
281
282
|
*
|
|
282
283
|
* @remarks
|
|
283
284
|
*
|
|
@@ -286,7 +287,7 @@ export const RetrieveAnnotationQueueItemInputReasoningEffort = {
|
|
|
286
287
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
287
288
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
288
289
|
*
|
|
289
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
290
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
290
291
|
*/
|
|
291
292
|
export type RetrieveAnnotationQueueItemInputReasoningEffort = ClosedEnum<
|
|
292
293
|
typeof RetrieveAnnotationQueueItemInputReasoningEffort
|
|
@@ -1397,7 +1398,7 @@ export type RetrieveAnnotationQueueItemInput2 = {
|
|
|
1397
1398
|
| RetrieveAnnotationQueueItemResponseFormatAnnotationQueuesResponse200JSONSchema
|
|
1398
1399
|
| undefined;
|
|
1399
1400
|
/**
|
|
1400
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
1401
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
1401
1402
|
*
|
|
1402
1403
|
* @remarks
|
|
1403
1404
|
*
|
|
@@ -1406,7 +1407,7 @@ export type RetrieveAnnotationQueueItemInput2 = {
|
|
|
1406
1407
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
1407
1408
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
1408
1409
|
*
|
|
1409
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
1410
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
1410
1411
|
*/
|
|
1411
1412
|
reasoningEffort?: RetrieveAnnotationQueueItemInputReasoningEffort | undefined;
|
|
1412
1413
|
/**
|
|
@@ -1680,6 +1681,10 @@ export type RetrieveAnnotationQueueItemMessagesToolCalls = {
|
|
|
1680
1681
|
};
|
|
1681
1682
|
|
|
1682
1683
|
export type RetrieveAnnotationQueueItemMessagesAssistantMessage = {
|
|
1684
|
+
/**
|
|
1685
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
1686
|
+
*/
|
|
1687
|
+
reasoningContent?: string | undefined;
|
|
1683
1688
|
/**
|
|
1684
1689
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
1685
1690
|
*/
|
|
@@ -5391,6 +5396,7 @@ export const RetrieveAnnotationQueueItemMessagesAssistantMessage$inboundSchema:
|
|
|
5391
5396
|
z.ZodTypeDef,
|
|
5392
5397
|
unknown
|
|
5393
5398
|
> = z.object({
|
|
5399
|
+
reasoning_content: z.string().optional(),
|
|
5394
5400
|
content: z.nullable(
|
|
5395
5401
|
z.union([
|
|
5396
5402
|
z.string(),
|
|
@@ -5417,6 +5423,7 @@ export const RetrieveAnnotationQueueItemMessagesAssistantMessage$inboundSchema:
|
|
|
5417
5423
|
).optional(),
|
|
5418
5424
|
}).transform((v) => {
|
|
5419
5425
|
return remap$(v, {
|
|
5426
|
+
"reasoning_content": "reasoningContent",
|
|
5420
5427
|
"tool_calls": "toolCalls",
|
|
5421
5428
|
});
|
|
5422
5429
|
});
|
|
@@ -312,7 +312,7 @@ export type ListAgentsResponseFormat =
|
|
|
312
312
|
| ListAgentsResponseFormatAgentsJSONSchema;
|
|
313
313
|
|
|
314
314
|
/**
|
|
315
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
315
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
316
316
|
*
|
|
317
317
|
* @remarks
|
|
318
318
|
*
|
|
@@ -321,7 +321,7 @@ export type ListAgentsResponseFormat =
|
|
|
321
321
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
322
322
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
323
323
|
*
|
|
324
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
324
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
325
325
|
*/
|
|
326
326
|
export const ListAgentsReasoningEffort = {
|
|
327
327
|
None: "none",
|
|
@@ -330,9 +330,10 @@ export const ListAgentsReasoningEffort = {
|
|
|
330
330
|
Medium: "medium",
|
|
331
331
|
High: "high",
|
|
332
332
|
Xhigh: "xhigh",
|
|
333
|
+
Max: "max",
|
|
333
334
|
} as const;
|
|
334
335
|
/**
|
|
335
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
336
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
336
337
|
*
|
|
337
338
|
* @remarks
|
|
338
339
|
*
|
|
@@ -341,7 +342,7 @@ export const ListAgentsReasoningEffort = {
|
|
|
341
342
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
342
343
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
343
344
|
*
|
|
344
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
345
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
345
346
|
*/
|
|
346
347
|
export type ListAgentsReasoningEffort = ClosedEnum<
|
|
347
348
|
typeof ListAgentsReasoningEffort
|
|
@@ -607,7 +608,7 @@ export type ListAgentsParameters = {
|
|
|
607
608
|
| ListAgentsResponseFormatAgentsJSONSchema
|
|
608
609
|
| undefined;
|
|
609
610
|
/**
|
|
610
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
611
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
611
612
|
*
|
|
612
613
|
* @remarks
|
|
613
614
|
*
|
|
@@ -616,7 +617,7 @@ export type ListAgentsParameters = {
|
|
|
616
617
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
617
618
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
618
619
|
*
|
|
619
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
620
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
620
621
|
*/
|
|
621
622
|
reasoningEffort?: ListAgentsReasoningEffort | undefined;
|
|
622
623
|
/**
|
|
@@ -771,7 +772,7 @@ export type ListAgentsFallbackModelConfigurationResponseFormat =
|
|
|
771
772
|
| ListAgentsResponseFormatAgentsResponse200JSONSchema;
|
|
772
773
|
|
|
773
774
|
/**
|
|
774
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
775
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
775
776
|
*
|
|
776
777
|
* @remarks
|
|
777
778
|
*
|
|
@@ -780,7 +781,7 @@ export type ListAgentsFallbackModelConfigurationResponseFormat =
|
|
|
780
781
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
781
782
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
782
783
|
*
|
|
783
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
784
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
784
785
|
*/
|
|
785
786
|
export const ListAgentsFallbackModelConfigurationReasoningEffort = {
|
|
786
787
|
None: "none",
|
|
@@ -789,9 +790,10 @@ export const ListAgentsFallbackModelConfigurationReasoningEffort = {
|
|
|
789
790
|
Medium: "medium",
|
|
790
791
|
High: "high",
|
|
791
792
|
Xhigh: "xhigh",
|
|
793
|
+
Max: "max",
|
|
792
794
|
} as const;
|
|
793
795
|
/**
|
|
794
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
796
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
795
797
|
*
|
|
796
798
|
* @remarks
|
|
797
799
|
*
|
|
@@ -800,7 +802,7 @@ export const ListAgentsFallbackModelConfigurationReasoningEffort = {
|
|
|
800
802
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
801
803
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
802
804
|
*
|
|
803
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
805
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
804
806
|
*/
|
|
805
807
|
export type ListAgentsFallbackModelConfigurationReasoningEffort = ClosedEnum<
|
|
806
808
|
typeof ListAgentsFallbackModelConfigurationReasoningEffort
|
|
@@ -1077,7 +1079,7 @@ export type ListAgentsFallbackModelConfigurationParameters = {
|
|
|
1077
1079
|
| ListAgentsResponseFormatAgentsResponse200JSONSchema
|
|
1078
1080
|
| undefined;
|
|
1079
1081
|
/**
|
|
1080
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
1082
|
+
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, `xhigh`, and `max`. Reducing reasoning effort can result in faster responses and fewer tokens used on reasoning in a response.
|
|
1081
1083
|
*
|
|
1082
1084
|
* @remarks
|
|
1083
1085
|
*
|
|
@@ -1086,7 +1088,7 @@ export type ListAgentsFallbackModelConfigurationParameters = {
|
|
|
1086
1088
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
1087
1089
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
1088
1090
|
*
|
|
1089
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
1091
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
1090
1092
|
*/
|
|
1091
1093
|
reasoningEffort?:
|
|
1092
1094
|
| ListAgentsFallbackModelConfigurationReasoningEffort
|
|
@@ -183,7 +183,7 @@ export const ListAnnotationQueuesData$inboundSchema: z.ZodType<
|
|
|
183
183
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
184
184
|
.optional(),
|
|
185
185
|
updated: z.string().datetime({ offset: true }).default(
|
|
186
|
-
"2026-08-
|
|
186
|
+
"2026-08-22T20:19:34.985Z",
|
|
187
187
|
).transform(v => new Date(v)),
|
|
188
188
|
}).transform((v) => {
|
|
189
189
|
return remap$(v, {
|
|
@@ -190,6 +190,10 @@ export type ListDatasetDatapointsMessagesToolCalls = {
|
|
|
190
190
|
};
|
|
191
191
|
|
|
192
192
|
export type ListDatasetDatapointsMessagesAssistantMessage = {
|
|
193
|
+
/**
|
|
194
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
195
|
+
*/
|
|
196
|
+
reasoningContent?: string | undefined;
|
|
193
197
|
/**
|
|
194
198
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
195
199
|
*/
|
|
@@ -1240,6 +1244,7 @@ export const ListDatasetDatapointsMessagesAssistantMessage$inboundSchema:
|
|
|
1240
1244
|
z.ZodTypeDef,
|
|
1241
1245
|
unknown
|
|
1242
1246
|
> = z.object({
|
|
1247
|
+
reasoning_content: z.string().optional(),
|
|
1243
1248
|
content: z.nullable(
|
|
1244
1249
|
z.union([
|
|
1245
1250
|
z.string(),
|
|
@@ -1266,6 +1271,7 @@ export const ListDatasetDatapointsMessagesAssistantMessage$inboundSchema:
|
|
|
1266
1271
|
).optional(),
|
|
1267
1272
|
}).transform((v) => {
|
|
1268
1273
|
return remap$(v, {
|
|
1274
|
+
"reasoning_content": "reasoningContent",
|
|
1269
1275
|
"tool_calls": "toolCalls",
|
|
1270
1276
|
});
|
|
1271
1277
|
});
|
|
@@ -1647,7 +1653,7 @@ export const ListDatasetDatapointsEvaluations4$inboundSchema: z.ZodType<
|
|
|
1647
1653
|
explanation: z.string().optional(),
|
|
1648
1654
|
reviewed_by_id: z.string(),
|
|
1649
1655
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1650
|
-
"2026-08-
|
|
1656
|
+
"2026-08-22T20:19:49.924Z",
|
|
1651
1657
|
).transform(v => new Date(v)),
|
|
1652
1658
|
type: z.literal("string_array"),
|
|
1653
1659
|
values: z.array(z.string()),
|
|
@@ -1743,7 +1749,7 @@ export const ListDatasetDatapointsEvaluations3$inboundSchema: z.ZodType<
|
|
|
1743
1749
|
explanation: z.string().optional(),
|
|
1744
1750
|
reviewed_by_id: z.string(),
|
|
1745
1751
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1746
|
-
"2026-08-
|
|
1752
|
+
"2026-08-22T20:19:49.923Z",
|
|
1747
1753
|
).transform(v => new Date(v)),
|
|
1748
1754
|
type: z.literal("boolean"),
|
|
1749
1755
|
value: z.boolean(),
|
|
@@ -1847,7 +1853,7 @@ export const ListDatasetDatapointsEvaluations2$inboundSchema: z.ZodType<
|
|
|
1847
1853
|
explanation: z.string().optional(),
|
|
1848
1854
|
reviewed_by_id: z.string(),
|
|
1849
1855
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1850
|
-
"2026-08-
|
|
1856
|
+
"2026-08-22T20:19:49.923Z",
|
|
1851
1857
|
).transform(v => new Date(v)),
|
|
1852
1858
|
type: z.literal("number"),
|
|
1853
1859
|
value: z.number(),
|
|
@@ -1953,7 +1959,7 @@ export const ListDatasetDatapointsEvaluations1$inboundSchema: z.ZodType<
|
|
|
1953
1959
|
explanation: z.string().optional(),
|
|
1954
1960
|
reviewed_by_id: z.string(),
|
|
1955
1961
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1956
|
-
"2026-08-
|
|
1962
|
+
"2026-08-22T20:19:49.922Z",
|
|
1957
1963
|
).transform(v => new Date(v)),
|
|
1958
1964
|
type: z.literal("string"),
|
|
1959
1965
|
value: z.string(),
|
|
@@ -2036,7 +2042,7 @@ export const ListDatasetDatapointsData$inboundSchema: z.ZodType<
|
|
|
2036
2042
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
2037
2043
|
.optional(),
|
|
2038
2044
|
updated: z.string().datetime({ offset: true }).default(
|
|
2039
|
-
"2026-08-
|
|
2045
|
+
"2026-08-22T20:19:34.985Z",
|
|
2040
2046
|
).transform(v => new Date(v)),
|
|
2041
2047
|
}).transform((v) => {
|
|
2042
2048
|
return remap$(v, {
|
|
@@ -169,7 +169,7 @@ export const ListDatasetsData$inboundSchema: z.ZodType<
|
|
|
169
169
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
170
170
|
.optional(),
|
|
171
171
|
updated: z.string().datetime({ offset: true }).default(
|
|
172
|
-
"2026-08-
|
|
172
|
+
"2026-08-22T20:19:34.985Z",
|
|
173
173
|
).transform(v => new Date(v)),
|
|
174
174
|
}).transform((v) => {
|
|
175
175
|
return remap$(v, {
|
|
@@ -278,7 +278,7 @@ export const ListDatasourcesData$inboundSchema: z.ZodType<
|
|
|
278
278
|
z.ZodTypeDef,
|
|
279
279
|
unknown
|
|
280
280
|
> = z.object({
|
|
281
|
-
_id: z.string().default("
|
|
281
|
+
_id: z.string().default("01M0NJ2BF94GWQXAEG1HZ73DHH"),
|
|
282
282
|
display_name: z.string(),
|
|
283
283
|
description: z.nullable(z.string()).optional(),
|
|
284
284
|
status: ListDatasourcesStatus$inboundSchema,
|