@orq-ai/node 4.13.17 → 4.13.19
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 +8 -8
- package/packages/orq-rc/src/funcs/modelCatalogGet.ts +1 -1
- package/packages/orq-rc/src/funcs/modelCatalogList.ts +2 -4
- package/packages/orq-rc/src/funcs/modelCatalogListOfferings.ts +26 -25
- package/packages/orq-rc/src/lib/config.ts +3 -3
- package/packages/orq-rc/src/models/components/evaluatorresponsefunction.ts +2 -2
- package/packages/orq-rc/src/models/components/evaluatorresponsehttp.ts +2 -2
- package/packages/orq-rc/src/models/components/evaluatorresponsejsonschema.ts +2 -2
- package/packages/orq-rc/src/models/components/evaluatorresponsellm.ts +2 -2
- package/packages/orq-rc/src/models/components/evaluatorresponsepython.ts +2 -2
- package/packages/orq-rc/src/models/components/evaluatorresponseragas.ts +2 -2
- package/packages/orq-rc/src/models/components/evaluatorresponsetypescript.ts +2 -2
- package/packages/orq-rc/src/models/components/index.ts +0 -2
- package/packages/orq-rc/src/models/components/model.ts +45 -42
- package/packages/orq-rc/src/models/components/modelprovider.ts +0 -21
- package/packages/orq-rc/src/models/components/reasoningpart.ts +1 -1
- package/packages/orq-rc/src/models/operations/createannotationqueue.ts +1 -1
- package/packages/orq-rc/src/models/operations/createdataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/createdatasetitem.ts +5 -5
- package/packages/orq-rc/src/models/operations/createtool.ts +4 -4
- package/packages/orq-rc/src/models/operations/getalltools.ts +4 -4
- package/packages/orq-rc/src/models/operations/geteval.ts +16 -16
- package/packages/orq-rc/src/models/operations/getv2humanevalsets.ts +2 -2
- package/packages/orq-rc/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/packages/orq-rc/src/models/operations/listannotationqueues.ts +1 -1
- package/packages/orq-rc/src/models/operations/listdatasetdatapoints.ts +5 -5
- package/packages/orq-rc/src/models/operations/listdatasets.ts +1 -1
- package/packages/orq-rc/src/models/operations/modelcataloglist.ts +6 -22
- package/packages/orq-rc/src/models/operations/modelcataloglistofferings.ts +15 -39
- package/packages/orq-rc/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/packages/orq-rc/src/models/operations/postv2feedbackevaluation.ts +4 -4
- package/packages/orq-rc/src/models/operations/postv2humanevalsets.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrieveannotationqueue.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrievedatapoint.ts +5 -5
- package/packages/orq-rc/src/models/operations/retrievedataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrievetool.ts +4 -4
- package/packages/orq-rc/src/models/operations/runagent.ts +1 -1
- package/packages/orq-rc/src/models/operations/streamrunagent.ts +1 -1
- package/packages/orq-rc/src/models/operations/updateannotationqueue.ts +1 -1
- package/packages/orq-rc/src/models/operations/updatedatapoint.ts +5 -5
- package/packages/orq-rc/src/models/operations/updatedataset.ts +1 -1
- package/packages/orq-rc/src/models/operations/updatetool.ts +4 -4
- package/packages/orq-rc/src/sdk/modelcatalog.ts +4 -4
- 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
- package/packages/orq-rc/src/models/components/modelartificialanalysis.ts +0 -95
- package/packages/orq-rc/src/models/components/modelparameter.ts +0 -49
|
@@ -138,7 +138,7 @@ export const CreateDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
138
138
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
139
139
|
.optional(),
|
|
140
140
|
updated: z.string().datetime({ offset: true }).default(
|
|
141
|
-
"2026-08-
|
|
141
|
+
"2026-08-21T22:38:04.091Z",
|
|
142
142
|
).transform(v => new Date(v)),
|
|
143
143
|
}).transform((v) => {
|
|
144
144
|
return remap$(v, {
|
|
@@ -166,6 +166,10 @@ export type CreateDatasetItemMessagesToolCalls = {
|
|
|
166
166
|
};
|
|
167
167
|
|
|
168
168
|
export type CreateDatasetItemMessagesAssistantMessage = {
|
|
169
|
+
/**
|
|
170
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
171
|
+
*/
|
|
172
|
+
reasoningContent?: string | undefined;
|
|
169
173
|
/**
|
|
170
174
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
171
175
|
*/
|
|
@@ -546,6 +550,10 @@ export type CreateDatasetItemMessagesDatasetsToolCalls = {
|
|
|
546
550
|
};
|
|
547
551
|
|
|
548
552
|
export type CreateDatasetItemMessagesDatasetsAssistantMessage = {
|
|
553
|
+
/**
|
|
554
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
555
|
+
*/
|
|
556
|
+
reasoningContent?: string | undefined;
|
|
549
557
|
/**
|
|
550
558
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
551
559
|
*/
|
|
@@ -1556,6 +1564,7 @@ export function createDatasetItemMessagesToolCallsToJSON(
|
|
|
1556
1564
|
|
|
1557
1565
|
/** @internal */
|
|
1558
1566
|
export type CreateDatasetItemMessagesAssistantMessage$Outbound = {
|
|
1567
|
+
reasoning_content?: string | undefined;
|
|
1559
1568
|
content?:
|
|
1560
1569
|
| string
|
|
1561
1570
|
| Array<
|
|
@@ -1580,6 +1589,7 @@ export const CreateDatasetItemMessagesAssistantMessage$outboundSchema:
|
|
|
1580
1589
|
z.ZodTypeDef,
|
|
1581
1590
|
CreateDatasetItemMessagesAssistantMessage
|
|
1582
1591
|
> = z.object({
|
|
1592
|
+
reasoningContent: z.string().optional(),
|
|
1583
1593
|
content: z.nullable(
|
|
1584
1594
|
z.union([
|
|
1585
1595
|
z.string(),
|
|
@@ -1606,6 +1616,7 @@ export const CreateDatasetItemMessagesAssistantMessage$outboundSchema:
|
|
|
1606
1616
|
).optional(),
|
|
1607
1617
|
}).transform((v) => {
|
|
1608
1618
|
return remap$(v, {
|
|
1619
|
+
reasoningContent: "reasoning_content",
|
|
1609
1620
|
toolCalls: "tool_calls",
|
|
1610
1621
|
});
|
|
1611
1622
|
});
|
|
@@ -2312,6 +2323,7 @@ export const CreateDatasetItemMessagesDatasetsAssistantMessage$inboundSchema:
|
|
|
2312
2323
|
z.ZodTypeDef,
|
|
2313
2324
|
unknown
|
|
2314
2325
|
> = z.object({
|
|
2326
|
+
reasoning_content: z.string().optional(),
|
|
2315
2327
|
content: z.nullable(
|
|
2316
2328
|
z.union([
|
|
2317
2329
|
z.string(),
|
|
@@ -2338,6 +2350,7 @@ export const CreateDatasetItemMessagesDatasetsAssistantMessage$inboundSchema:
|
|
|
2338
2350
|
).optional(),
|
|
2339
2351
|
}).transform((v) => {
|
|
2340
2352
|
return remap$(v, {
|
|
2353
|
+
"reasoning_content": "reasoningContent",
|
|
2341
2354
|
"tool_calls": "toolCalls",
|
|
2342
2355
|
});
|
|
2343
2356
|
});
|
|
@@ -2732,7 +2745,7 @@ export const Evaluations4$inboundSchema: z.ZodType<
|
|
|
2732
2745
|
explanation: z.string().optional(),
|
|
2733
2746
|
reviewed_by_id: z.string(),
|
|
2734
2747
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2735
|
-
"2026-08-
|
|
2748
|
+
"2026-08-21T22:38:18.996Z",
|
|
2736
2749
|
).transform(v => new Date(v)),
|
|
2737
2750
|
type: z.literal("string_array"),
|
|
2738
2751
|
values: z.array(z.string()),
|
|
@@ -2822,7 +2835,7 @@ export const Evaluations3$inboundSchema: z.ZodType<
|
|
|
2822
2835
|
explanation: z.string().optional(),
|
|
2823
2836
|
reviewed_by_id: z.string(),
|
|
2824
2837
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2825
|
-
"2026-08-
|
|
2838
|
+
"2026-08-21T22:38:18.996Z",
|
|
2826
2839
|
).transform(v => new Date(v)),
|
|
2827
2840
|
type: z.literal("boolean"),
|
|
2828
2841
|
value: z.boolean(),
|
|
@@ -2907,7 +2920,7 @@ export const Evaluations2$inboundSchema: z.ZodType<
|
|
|
2907
2920
|
explanation: z.string().optional(),
|
|
2908
2921
|
reviewed_by_id: z.string(),
|
|
2909
2922
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2910
|
-
"2026-08-
|
|
2923
|
+
"2026-08-21T22:38:18.995Z",
|
|
2911
2924
|
).transform(v => new Date(v)),
|
|
2912
2925
|
type: z.literal("number"),
|
|
2913
2926
|
value: z.number(),
|
|
@@ -2993,7 +3006,7 @@ export const Evaluations1$inboundSchema: z.ZodType<
|
|
|
2993
3006
|
explanation: z.string().optional(),
|
|
2994
3007
|
reviewed_by_id: z.string(),
|
|
2995
3008
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
2996
|
-
"2026-08-
|
|
3009
|
+
"2026-08-21T22:38:18.995Z",
|
|
2997
3010
|
).transform(v => new Date(v)),
|
|
2998
3011
|
type: z.literal("string"),
|
|
2999
3012
|
value: z.string(),
|
|
@@ -3080,7 +3093,7 @@ export const CreateDatasetItemResponseBody$inboundSchema: z.ZodType<
|
|
|
3080
3093
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
3081
3094
|
.optional(),
|
|
3082
3095
|
updated: z.string().datetime({ offset: true }).default(
|
|
3083
|
-
"2026-08-
|
|
3096
|
+
"2026-08-21T22:38:04.091Z",
|
|
3084
3097
|
).transform(v => new Date(v)),
|
|
3085
3098
|
}).transform((v) => {
|
|
3086
3099
|
return remap$(v, {
|
|
@@ -487,7 +487,7 @@ export const CreateDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
487
487
|
z.ZodTypeDef,
|
|
488
488
|
unknown
|
|
489
489
|
> = z.object({
|
|
490
|
-
_id: z.string().default("
|
|
490
|
+
_id: z.string().default("01M0K7K6SP3XWJ0C11X4PEKK5J"),
|
|
491
491
|
display_name: z.string(),
|
|
492
492
|
description: z.nullable(z.string()).optional(),
|
|
493
493
|
status: CreateDatasourceStatus$inboundSchema,
|
|
@@ -216,6 +216,10 @@ export type CreatePromptMessagesToolCalls = {
|
|
|
216
216
|
};
|
|
217
217
|
|
|
218
218
|
export type CreatePromptMessagesAssistantMessage = {
|
|
219
|
+
/**
|
|
220
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
221
|
+
*/
|
|
222
|
+
reasoningContent?: string | undefined;
|
|
219
223
|
/**
|
|
220
224
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
221
225
|
*/
|
|
@@ -492,7 +496,7 @@ export type CreatePromptResponseFormat =
|
|
|
492
496
|
| CreatePromptResponseFormatJSONSchema;
|
|
493
497
|
|
|
494
498
|
/**
|
|
495
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
499
|
+
* 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.
|
|
496
500
|
*
|
|
497
501
|
* @remarks
|
|
498
502
|
*
|
|
@@ -501,7 +505,7 @@ export type CreatePromptResponseFormat =
|
|
|
501
505
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
502
506
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
503
507
|
*
|
|
504
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
508
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
505
509
|
*/
|
|
506
510
|
export const CreatePromptReasoningEffort = {
|
|
507
511
|
None: "none",
|
|
@@ -510,9 +514,10 @@ export const CreatePromptReasoningEffort = {
|
|
|
510
514
|
Medium: "medium",
|
|
511
515
|
High: "high",
|
|
512
516
|
Xhigh: "xhigh",
|
|
517
|
+
Max: "max",
|
|
513
518
|
} as const;
|
|
514
519
|
/**
|
|
515
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
520
|
+
* 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.
|
|
516
521
|
*
|
|
517
522
|
* @remarks
|
|
518
523
|
*
|
|
@@ -521,7 +526,7 @@ export const CreatePromptReasoningEffort = {
|
|
|
521
526
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
522
527
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
523
528
|
*
|
|
524
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
529
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
525
530
|
*/
|
|
526
531
|
export type CreatePromptReasoningEffort = ClosedEnum<
|
|
527
532
|
typeof CreatePromptReasoningEffort
|
|
@@ -840,7 +845,7 @@ export type PromptInput = {
|
|
|
840
845
|
| CreatePromptResponseFormatJSONSchema
|
|
841
846
|
| undefined;
|
|
842
847
|
/**
|
|
843
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
848
|
+
* 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.
|
|
844
849
|
*
|
|
845
850
|
* @remarks
|
|
846
851
|
*
|
|
@@ -849,7 +854,7 @@ export type PromptInput = {
|
|
|
849
854
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
850
855
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
851
856
|
*
|
|
852
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
857
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
853
858
|
*/
|
|
854
859
|
reasoningEffort?: CreatePromptReasoningEffort | undefined;
|
|
855
860
|
/**
|
|
@@ -1660,7 +1665,7 @@ export type CreatePromptPromptsResponseFormat =
|
|
|
1660
1665
|
| CreatePromptResponseFormatPromptsResponse200JSONSchema;
|
|
1661
1666
|
|
|
1662
1667
|
/**
|
|
1663
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
1668
|
+
* 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.
|
|
1664
1669
|
*
|
|
1665
1670
|
* @remarks
|
|
1666
1671
|
*
|
|
@@ -1669,7 +1674,7 @@ export type CreatePromptPromptsResponseFormat =
|
|
|
1669
1674
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
1670
1675
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
1671
1676
|
*
|
|
1672
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
1677
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
1673
1678
|
*/
|
|
1674
1679
|
export const CreatePromptPromptsReasoningEffort = {
|
|
1675
1680
|
None: "none",
|
|
@@ -1678,9 +1683,10 @@ export const CreatePromptPromptsReasoningEffort = {
|
|
|
1678
1683
|
Medium: "medium",
|
|
1679
1684
|
High: "high",
|
|
1680
1685
|
Xhigh: "xhigh",
|
|
1686
|
+
Max: "max",
|
|
1681
1687
|
} as const;
|
|
1682
1688
|
/**
|
|
1683
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
1689
|
+
* 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.
|
|
1684
1690
|
*
|
|
1685
1691
|
* @remarks
|
|
1686
1692
|
*
|
|
@@ -1689,7 +1695,7 @@ export const CreatePromptPromptsReasoningEffort = {
|
|
|
1689
1695
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
1690
1696
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
1691
1697
|
*
|
|
1692
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
1698
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
1693
1699
|
*/
|
|
1694
1700
|
export type CreatePromptPromptsReasoningEffort = ClosedEnum<
|
|
1695
1701
|
typeof CreatePromptPromptsReasoningEffort
|
|
@@ -2102,6 +2108,10 @@ export type CreatePromptMessagesPromptsToolCalls = {
|
|
|
2102
2108
|
};
|
|
2103
2109
|
|
|
2104
2110
|
export type CreatePromptMessagesPromptsAssistantMessage = {
|
|
2111
|
+
/**
|
|
2112
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
2113
|
+
*/
|
|
2114
|
+
reasoningContent?: string | undefined;
|
|
2105
2115
|
/**
|
|
2106
2116
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
2107
2117
|
*/
|
|
@@ -2334,7 +2344,7 @@ export type PromptField = {
|
|
|
2334
2344
|
| CreatePromptResponseFormatPromptsResponse200JSONSchema
|
|
2335
2345
|
| undefined;
|
|
2336
2346
|
/**
|
|
2337
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
2347
|
+
* 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.
|
|
2338
2348
|
*
|
|
2339
2349
|
* @remarks
|
|
2340
2350
|
*
|
|
@@ -2343,7 +2353,7 @@ export type PromptField = {
|
|
|
2343
2353
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
2344
2354
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
2345
2355
|
*
|
|
2346
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
2356
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
2347
2357
|
*/
|
|
2348
2358
|
reasoningEffort?: CreatePromptPromptsReasoningEffort | undefined;
|
|
2349
2359
|
/**
|
|
@@ -2863,6 +2873,7 @@ export function createPromptMessagesToolCallsToJSON(
|
|
|
2863
2873
|
|
|
2864
2874
|
/** @internal */
|
|
2865
2875
|
export type CreatePromptMessagesAssistantMessage$Outbound = {
|
|
2876
|
+
reasoning_content?: string | undefined;
|
|
2866
2877
|
content?:
|
|
2867
2878
|
| string
|
|
2868
2879
|
| Array<
|
|
@@ -2886,6 +2897,7 @@ export const CreatePromptMessagesAssistantMessage$outboundSchema: z.ZodType<
|
|
|
2886
2897
|
z.ZodTypeDef,
|
|
2887
2898
|
CreatePromptMessagesAssistantMessage
|
|
2888
2899
|
> = z.object({
|
|
2900
|
+
reasoningContent: z.string().optional(),
|
|
2889
2901
|
content: z.nullable(
|
|
2890
2902
|
z.union([
|
|
2891
2903
|
z.string(),
|
|
@@ -2910,6 +2922,7 @@ export const CreatePromptMessagesAssistantMessage$outboundSchema: z.ZodType<
|
|
|
2910
2922
|
.optional(),
|
|
2911
2923
|
}).transform((v) => {
|
|
2912
2924
|
return remap$(v, {
|
|
2925
|
+
reasoningContent: "reasoning_content",
|
|
2913
2926
|
toolCalls: "tool_calls",
|
|
2914
2927
|
});
|
|
2915
2928
|
});
|
|
@@ -5399,6 +5412,7 @@ export const CreatePromptMessagesPromptsAssistantMessage$inboundSchema:
|
|
|
5399
5412
|
z.ZodTypeDef,
|
|
5400
5413
|
unknown
|
|
5401
5414
|
> = z.object({
|
|
5415
|
+
reasoning_content: z.string().optional(),
|
|
5402
5416
|
content: z.nullable(
|
|
5403
5417
|
z.union([
|
|
5404
5418
|
z.string(),
|
|
@@ -5425,6 +5439,7 @@ export const CreatePromptMessagesPromptsAssistantMessage$inboundSchema:
|
|
|
5425
5439
|
).optional(),
|
|
5426
5440
|
}).transform((v) => {
|
|
5427
5441
|
return remap$(v, {
|
|
5442
|
+
"reasoning_content": "reasoningContent",
|
|
5428
5443
|
"tool_calls": "toolCalls",
|
|
5429
5444
|
});
|
|
5430
5445
|
});
|
|
@@ -1894,7 +1894,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1894
1894
|
z.ZodTypeDef,
|
|
1895
1895
|
unknown
|
|
1896
1896
|
> = z.object({
|
|
1897
|
-
_id: z.string().default("
|
|
1897
|
+
_id: z.string().default("tool_01M0K7K6P8BYX64XPKP49SV150"),
|
|
1898
1898
|
path: z.string(),
|
|
1899
1899
|
key: z.string(),
|
|
1900
1900
|
display_name: z.string().optional(),
|
|
@@ -1991,7 +1991,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1991
1991
|
z.ZodTypeDef,
|
|
1992
1992
|
unknown
|
|
1993
1993
|
> = z.object({
|
|
1994
|
-
id: z.string().default("
|
|
1994
|
+
id: z.string().default("01M0K7K6P72ZX13915DKJMKHZ3"),
|
|
1995
1995
|
name: z.string(),
|
|
1996
1996
|
description: z.string().optional(),
|
|
1997
1997
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2047,7 +2047,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2047
2047
|
z.ZodTypeDef,
|
|
2048
2048
|
unknown
|
|
2049
2049
|
> = z.object({
|
|
2050
|
-
_id: z.string().default("
|
|
2050
|
+
_id: z.string().default("tool_01M0K7K6P6H2D9JYJMXEDTSWS9"),
|
|
2051
2051
|
path: z.string(),
|
|
2052
2052
|
key: z.string(),
|
|
2053
2053
|
display_name: z.string().optional(),
|
|
@@ -2234,7 +2234,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2234
2234
|
z.ZodTypeDef,
|
|
2235
2235
|
unknown
|
|
2236
2236
|
> = z.object({
|
|
2237
|
-
_id: z.string().default("
|
|
2237
|
+
_id: z.string().default("tool_01M0K7K6P4C8SW8BW28ZQE9WEN"),
|
|
2238
2238
|
path: z.string(),
|
|
2239
2239
|
key: z.string(),
|
|
2240
2240
|
display_name: z.string().optional(),
|
|
@@ -2327,7 +2327,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2327
2327
|
z.ZodTypeDef,
|
|
2328
2328
|
unknown
|
|
2329
2329
|
> = z.object({
|
|
2330
|
-
_id: z.string().default("
|
|
2330
|
+
_id: z.string().default("tool_01M0K7K6P359J0CBGVXRRWQW13"),
|
|
2331
2331
|
path: z.string(),
|
|
2332
2332
|
key: z.string(),
|
|
2333
2333
|
display_name: z.string().optional(),
|
|
@@ -2428,7 +2428,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2428
2428
|
z.ZodTypeDef,
|
|
2429
2429
|
unknown
|
|
2430
2430
|
> = z.object({
|
|
2431
|
-
_id: z.string().default("
|
|
2431
|
+
_id: z.string().default("tool_01M0K7K6P1C481V29NDEQR1472"),
|
|
2432
2432
|
path: z.string(),
|
|
2433
2433
|
key: z.string(),
|
|
2434
2434
|
display_name: z.string().optional(),
|
|
@@ -160,6 +160,10 @@ export type PrefixMessagesToolCalls = {
|
|
|
160
160
|
};
|
|
161
161
|
|
|
162
162
|
export type AssistantMessage = {
|
|
163
|
+
/**
|
|
164
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
165
|
+
*/
|
|
166
|
+
reasoningContent?: string | undefined;
|
|
163
167
|
/**
|
|
164
168
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
165
169
|
*/
|
|
@@ -508,6 +512,10 @@ export type MessagesToolCalls = {
|
|
|
508
512
|
};
|
|
509
513
|
|
|
510
514
|
export type MessagesAssistantMessage = {
|
|
515
|
+
/**
|
|
516
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
517
|
+
*/
|
|
518
|
+
reasoningContent?: string | undefined;
|
|
511
519
|
/**
|
|
512
520
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
513
521
|
*/
|
|
@@ -1950,6 +1958,7 @@ export function prefixMessagesToolCallsToJSON(
|
|
|
1950
1958
|
|
|
1951
1959
|
/** @internal */
|
|
1952
1960
|
export type AssistantMessage$Outbound = {
|
|
1961
|
+
reasoning_content?: string | undefined;
|
|
1953
1962
|
content?:
|
|
1954
1963
|
| string
|
|
1955
1964
|
| Array<
|
|
@@ -1973,6 +1982,7 @@ export const AssistantMessage$outboundSchema: z.ZodType<
|
|
|
1973
1982
|
z.ZodTypeDef,
|
|
1974
1983
|
AssistantMessage
|
|
1975
1984
|
> = z.object({
|
|
1985
|
+
reasoningContent: z.string().optional(),
|
|
1976
1986
|
content: z.nullable(
|
|
1977
1987
|
z.union([
|
|
1978
1988
|
z.string(),
|
|
@@ -1996,6 +2006,7 @@ export const AssistantMessage$outboundSchema: z.ZodType<
|
|
|
1996
2006
|
.optional(),
|
|
1997
2007
|
}).transform((v) => {
|
|
1998
2008
|
return remap$(v, {
|
|
2009
|
+
reasoningContent: "reasoning_content",
|
|
1999
2010
|
toolCalls: "tool_calls",
|
|
2000
2011
|
});
|
|
2001
2012
|
});
|
|
@@ -2567,6 +2578,7 @@ export function messagesToolCallsToJSON(
|
|
|
2567
2578
|
|
|
2568
2579
|
/** @internal */
|
|
2569
2580
|
export type MessagesAssistantMessage$Outbound = {
|
|
2581
|
+
reasoning_content?: string | undefined;
|
|
2570
2582
|
content?:
|
|
2571
2583
|
| string
|
|
2572
2584
|
| Array<
|
|
@@ -2590,6 +2602,7 @@ export const MessagesAssistantMessage$outboundSchema: z.ZodType<
|
|
|
2590
2602
|
z.ZodTypeDef,
|
|
2591
2603
|
MessagesAssistantMessage
|
|
2592
2604
|
> = z.object({
|
|
2605
|
+
reasoningContent: z.string().optional(),
|
|
2593
2606
|
content: z.nullable(
|
|
2594
2607
|
z.union([
|
|
2595
2608
|
z.string(),
|
|
@@ -2612,6 +2625,7 @@ export const MessagesAssistantMessage$outboundSchema: z.ZodType<
|
|
|
2612
2625
|
toolCalls: z.array(z.lazy(() => MessagesToolCalls$outboundSchema)).optional(),
|
|
2613
2626
|
}).transform((v) => {
|
|
2614
2627
|
return remap$(v, {
|
|
2628
|
+
reasoningContent: "reasoning_content",
|
|
2615
2629
|
toolCalls: "tool_calls",
|
|
2616
2630
|
});
|
|
2617
2631
|
});
|
|
@@ -164,6 +164,10 @@ export type DeploymentStreamPrefixMessagesToolCalls = {
|
|
|
164
164
|
};
|
|
165
165
|
|
|
166
166
|
export type PrefixMessagesAssistantMessage = {
|
|
167
|
+
/**
|
|
168
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
169
|
+
*/
|
|
170
|
+
reasoningContent?: string | undefined;
|
|
167
171
|
/**
|
|
168
172
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
169
173
|
*/
|
|
@@ -516,6 +520,10 @@ export type DeploymentStreamMessagesToolCalls = {
|
|
|
516
520
|
};
|
|
517
521
|
|
|
518
522
|
export type DeploymentStreamMessagesAssistantMessage = {
|
|
523
|
+
/**
|
|
524
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
525
|
+
*/
|
|
526
|
+
reasoningContent?: string | undefined;
|
|
519
527
|
/**
|
|
520
528
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
521
529
|
*/
|
|
@@ -1798,6 +1806,7 @@ export function deploymentStreamPrefixMessagesToolCallsToJSON(
|
|
|
1798
1806
|
|
|
1799
1807
|
/** @internal */
|
|
1800
1808
|
export type PrefixMessagesAssistantMessage$Outbound = {
|
|
1809
|
+
reasoning_content?: string | undefined;
|
|
1801
1810
|
content?:
|
|
1802
1811
|
| string
|
|
1803
1812
|
| Array<
|
|
@@ -1823,6 +1832,7 @@ export const PrefixMessagesAssistantMessage$outboundSchema: z.ZodType<
|
|
|
1823
1832
|
z.ZodTypeDef,
|
|
1824
1833
|
PrefixMessagesAssistantMessage
|
|
1825
1834
|
> = z.object({
|
|
1835
|
+
reasoningContent: z.string().optional(),
|
|
1826
1836
|
content: z.nullable(
|
|
1827
1837
|
z.union([
|
|
1828
1838
|
z.string(),
|
|
@@ -1848,6 +1858,7 @@ export const PrefixMessagesAssistantMessage$outboundSchema: z.ZodType<
|
|
|
1848
1858
|
).optional(),
|
|
1849
1859
|
}).transform((v) => {
|
|
1850
1860
|
return remap$(v, {
|
|
1861
|
+
reasoningContent: "reasoning_content",
|
|
1851
1862
|
toolCalls: "tool_calls",
|
|
1852
1863
|
});
|
|
1853
1864
|
});
|
|
@@ -2475,6 +2486,7 @@ export function deploymentStreamMessagesToolCallsToJSON(
|
|
|
2475
2486
|
|
|
2476
2487
|
/** @internal */
|
|
2477
2488
|
export type DeploymentStreamMessagesAssistantMessage$Outbound = {
|
|
2489
|
+
reasoning_content?: string | undefined;
|
|
2478
2490
|
content?:
|
|
2479
2491
|
| string
|
|
2480
2492
|
| Array<
|
|
@@ -2498,6 +2510,7 @@ export const DeploymentStreamMessagesAssistantMessage$outboundSchema: z.ZodType<
|
|
|
2498
2510
|
z.ZodTypeDef,
|
|
2499
2511
|
DeploymentStreamMessagesAssistantMessage
|
|
2500
2512
|
> = z.object({
|
|
2513
|
+
reasoningContent: z.string().optional(),
|
|
2501
2514
|
content: z.nullable(
|
|
2502
2515
|
z.union([
|
|
2503
2516
|
z.string(),
|
|
@@ -2523,6 +2536,7 @@ export const DeploymentStreamMessagesAssistantMessage$outboundSchema: z.ZodType<
|
|
|
2523
2536
|
).optional(),
|
|
2524
2537
|
}).transform((v) => {
|
|
2525
2538
|
return remap$(v, {
|
|
2539
|
+
reasoningContent: "reasoning_content",
|
|
2526
2540
|
toolCalls: "tool_calls",
|
|
2527
2541
|
});
|
|
2528
2542
|
});
|
|
@@ -707,7 +707,7 @@ export type GetAllPromptsResponseFormat =
|
|
|
707
707
|
| GetAllPromptsResponseFormatPromptsJSONSchema;
|
|
708
708
|
|
|
709
709
|
/**
|
|
710
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
710
|
+
* 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.
|
|
711
711
|
*
|
|
712
712
|
* @remarks
|
|
713
713
|
*
|
|
@@ -716,7 +716,7 @@ export type GetAllPromptsResponseFormat =
|
|
|
716
716
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
717
717
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
718
718
|
*
|
|
719
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
719
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
720
720
|
*/
|
|
721
721
|
export const GetAllPromptsReasoningEffort = {
|
|
722
722
|
None: "none",
|
|
@@ -725,9 +725,10 @@ export const GetAllPromptsReasoningEffort = {
|
|
|
725
725
|
Medium: "medium",
|
|
726
726
|
High: "high",
|
|
727
727
|
Xhigh: "xhigh",
|
|
728
|
+
Max: "max",
|
|
728
729
|
} as const;
|
|
729
730
|
/**
|
|
730
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
731
|
+
* 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.
|
|
731
732
|
*
|
|
732
733
|
* @remarks
|
|
733
734
|
*
|
|
@@ -736,7 +737,7 @@ export const GetAllPromptsReasoningEffort = {
|
|
|
736
737
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
737
738
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
738
739
|
*
|
|
739
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
740
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
740
741
|
*/
|
|
741
742
|
export type GetAllPromptsReasoningEffort = ClosedEnum<
|
|
742
743
|
typeof GetAllPromptsReasoningEffort
|
|
@@ -1147,6 +1148,10 @@ export type GetAllPromptsMessagesToolCalls = {
|
|
|
1147
1148
|
};
|
|
1148
1149
|
|
|
1149
1150
|
export type GetAllPromptsMessagesAssistantMessage = {
|
|
1151
|
+
/**
|
|
1152
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
1153
|
+
*/
|
|
1154
|
+
reasoningContent?: string | undefined;
|
|
1150
1155
|
/**
|
|
1151
1156
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
1152
1157
|
*/
|
|
@@ -1375,7 +1380,7 @@ export type GetAllPromptsPromptField = {
|
|
|
1375
1380
|
| GetAllPromptsResponseFormatPromptsJSONSchema
|
|
1376
1381
|
| undefined;
|
|
1377
1382
|
/**
|
|
1378
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
1383
|
+
* 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.
|
|
1379
1384
|
*
|
|
1380
1385
|
* @remarks
|
|
1381
1386
|
*
|
|
@@ -1384,7 +1389,7 @@ export type GetAllPromptsPromptField = {
|
|
|
1384
1389
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
1385
1390
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
1386
1391
|
*
|
|
1387
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
1392
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
1388
1393
|
*/
|
|
1389
1394
|
reasoningEffort?: GetAllPromptsReasoningEffort | undefined;
|
|
1390
1395
|
/**
|
|
@@ -2979,6 +2984,7 @@ export const GetAllPromptsMessagesAssistantMessage$inboundSchema: z.ZodType<
|
|
|
2979
2984
|
z.ZodTypeDef,
|
|
2980
2985
|
unknown
|
|
2981
2986
|
> = z.object({
|
|
2987
|
+
reasoning_content: z.string().optional(),
|
|
2982
2988
|
content: z.nullable(
|
|
2983
2989
|
z.union([
|
|
2984
2990
|
z.string(),
|
|
@@ -3004,6 +3010,7 @@ export const GetAllPromptsMessagesAssistantMessage$inboundSchema: z.ZodType<
|
|
|
3004
3010
|
).optional(),
|
|
3005
3011
|
}).transform((v) => {
|
|
3006
3012
|
return remap$(v, {
|
|
3013
|
+
"reasoning_content": "reasoningContent",
|
|
3007
3014
|
"tool_calls": "toolCalls",
|
|
3008
3015
|
});
|
|
3009
3016
|
});
|
|
@@ -770,7 +770,7 @@ export const DataCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
770
770
|
z.ZodTypeDef,
|
|
771
771
|
unknown
|
|
772
772
|
> = z.object({
|
|
773
|
-
_id: z.string().default("
|
|
773
|
+
_id: z.string().default("tool_01M0K7K6NRP7KN4HGGV9XQZ928"),
|
|
774
774
|
path: z.string(),
|
|
775
775
|
key: z.string(),
|
|
776
776
|
display_name: z.string().optional(),
|
|
@@ -867,7 +867,7 @@ export const DataTools$inboundSchema: z.ZodType<
|
|
|
867
867
|
z.ZodTypeDef,
|
|
868
868
|
unknown
|
|
869
869
|
> = z.object({
|
|
870
|
-
id: z.string().default("
|
|
870
|
+
id: z.string().default("01M0K7K6NQX0XVAH933W2MXZX9"),
|
|
871
871
|
name: z.string(),
|
|
872
872
|
description: z.string().optional(),
|
|
873
873
|
schema: z.lazy(() => GetAllToolsDataSchema$inboundSchema),
|
|
@@ -920,7 +920,7 @@ export const DataMCPTool$inboundSchema: z.ZodType<
|
|
|
920
920
|
z.ZodTypeDef,
|
|
921
921
|
unknown
|
|
922
922
|
> = z.object({
|
|
923
|
-
_id: z.string().default("
|
|
923
|
+
_id: z.string().default("tool_01M0K7K6NNR7JEFGGF8ZGST6EE"),
|
|
924
924
|
path: z.string(),
|
|
925
925
|
key: z.string(),
|
|
926
926
|
display_name: z.string().optional(),
|
|
@@ -1105,7 +1105,7 @@ export const DataHTTPTool$inboundSchema: z.ZodType<
|
|
|
1105
1105
|
z.ZodTypeDef,
|
|
1106
1106
|
unknown
|
|
1107
1107
|
> = z.object({
|
|
1108
|
-
_id: z.string().default("
|
|
1108
|
+
_id: z.string().default("tool_01M0K7K6NK8J008BKFV3R1C1CJ"),
|
|
1109
1109
|
path: z.string(),
|
|
1110
1110
|
key: z.string(),
|
|
1111
1111
|
display_name: z.string().optional(),
|
|
@@ -1198,7 +1198,7 @@ export const DataJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1198
1198
|
z.ZodTypeDef,
|
|
1199
1199
|
unknown
|
|
1200
1200
|
> = z.object({
|
|
1201
|
-
_id: z.string().default("
|
|
1201
|
+
_id: z.string().default("tool_01M0K7K6NHSJ6XP60WCE3XH7XR"),
|
|
1202
1202
|
path: z.string(),
|
|
1203
1203
|
key: z.string(),
|
|
1204
1204
|
display_name: z.string().optional(),
|
|
@@ -1296,7 +1296,7 @@ export const DataFunctionTool$inboundSchema: z.ZodType<
|
|
|
1296
1296
|
z.ZodTypeDef,
|
|
1297
1297
|
unknown
|
|
1298
1298
|
> = z.object({
|
|
1299
|
-
_id: z.string().default("
|
|
1299
|
+
_id: z.string().default("tool_01M0K7K6NFTKNDD8TN1AG1R57A"),
|
|
1300
1300
|
path: z.string(),
|
|
1301
1301
|
key: z.string(),
|
|
1302
1302
|
display_name: z.string().optional(),
|