@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
|
@@ -2597,10 +2597,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
|
|
|
2597
2597
|
.optional(),
|
|
2598
2598
|
explanation: z.string().optional(),
|
|
2599
2599
|
started_at: z.string().datetime({ offset: true }).default(
|
|
2600
|
-
"2026-08-
|
|
2600
|
+
"2026-08-21T22:38:21.317Z",
|
|
2601
2601
|
).transform(v => new Date(v)),
|
|
2602
2602
|
finished_at: z.string().datetime({ offset: true }).default(
|
|
2603
|
-
"2026-08-
|
|
2603
|
+
"2026-08-21T22:38:21.317Z",
|
|
2604
2604
|
).transform(v => new Date(v)),
|
|
2605
2605
|
type:
|
|
2606
2606
|
RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrq5Type$inboundSchema,
|
|
@@ -2735,10 +2735,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
|
|
|
2735
2735
|
.optional(),
|
|
2736
2736
|
explanation: z.string().optional(),
|
|
2737
2737
|
started_at: z.string().datetime({ offset: true }).default(
|
|
2738
|
-
"2026-08-
|
|
2738
|
+
"2026-08-21T22:38:21.316Z",
|
|
2739
2739
|
).transform(v => new Date(v)),
|
|
2740
2740
|
finished_at: z.string().datetime({ offset: true }).default(
|
|
2741
|
-
"2026-08-
|
|
2741
|
+
"2026-08-21T22:38:21.316Z",
|
|
2742
2742
|
).transform(v => new Date(v)),
|
|
2743
2743
|
type:
|
|
2744
2744
|
RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrq4Type$inboundSchema,
|
|
@@ -2874,10 +2874,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
|
|
|
2874
2874
|
.optional(),
|
|
2875
2875
|
explanation: z.string().optional(),
|
|
2876
2876
|
started_at: z.string().datetime({ offset: true }).default(
|
|
2877
|
-
"2026-08-
|
|
2877
|
+
"2026-08-21T22:38:21.316Z",
|
|
2878
2878
|
).transform(v => new Date(v)),
|
|
2879
2879
|
finished_at: z.string().datetime({ offset: true }).default(
|
|
2880
|
-
"2026-08-
|
|
2880
|
+
"2026-08-21T22:38:21.316Z",
|
|
2881
2881
|
).transform(v => new Date(v)),
|
|
2882
2882
|
type:
|
|
2883
2883
|
RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesOrqType$inboundSchema,
|
|
@@ -3016,10 +3016,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
|
|
|
3016
3016
|
.optional(),
|
|
3017
3017
|
explanation: z.string().optional(),
|
|
3018
3018
|
started_at: z.string().datetime({ offset: true }).default(
|
|
3019
|
-
"2026-08-
|
|
3019
|
+
"2026-08-21T22:38:21.315Z",
|
|
3020
3020
|
).transform(v => new Date(v)),
|
|
3021
3021
|
finished_at: z.string().datetime({ offset: true }).default(
|
|
3022
|
-
"2026-08-
|
|
3022
|
+
"2026-08-21T22:38:21.315Z",
|
|
3023
3023
|
).transform(v => new Date(v)),
|
|
3024
3024
|
type:
|
|
3025
3025
|
RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35AttributesType$inboundSchema,
|
|
@@ -3181,10 +3181,10 @@ export const RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200Ap
|
|
|
3181
3181
|
.optional(),
|
|
3182
3182
|
explanation: z.string().optional(),
|
|
3183
3183
|
started_at: z.string().datetime({ offset: true }).default(
|
|
3184
|
-
"2026-08-
|
|
3184
|
+
"2026-08-21T22:38:21.314Z",
|
|
3185
3185
|
).transform(v => new Date(v)),
|
|
3186
3186
|
finished_at: z.string().datetime({ offset: true }).default(
|
|
3187
|
-
"2026-08-
|
|
3187
|
+
"2026-08-21T22:38:21.314Z",
|
|
3188
3188
|
).transform(v => new Date(v)),
|
|
3189
3189
|
type:
|
|
3190
3190
|
RetrieveAnnotationQueueItemEvaluationsAnnotationQueuesResponse200ApplicationJSONResponseBody35Type$inboundSchema,
|
|
@@ -175,6 +175,10 @@ export type RetrieveDatapointMessagesToolCalls = {
|
|
|
175
175
|
};
|
|
176
176
|
|
|
177
177
|
export type RetrieveDatapointMessagesAssistantMessage = {
|
|
178
|
+
/**
|
|
179
|
+
* Provider reasoning content that must be replayed with assistant tool calls when continuing a reasoning-model conversation.
|
|
180
|
+
*/
|
|
181
|
+
reasoningContent?: string | undefined;
|
|
178
182
|
/**
|
|
179
183
|
* The contents of the assistant message. Required unless `tool_calls` or `function_call` is specified.
|
|
180
184
|
*/
|
|
@@ -1183,6 +1187,7 @@ export const RetrieveDatapointMessagesAssistantMessage$inboundSchema: z.ZodType<
|
|
|
1183
1187
|
z.ZodTypeDef,
|
|
1184
1188
|
unknown
|
|
1185
1189
|
> = z.object({
|
|
1190
|
+
reasoning_content: z.string().optional(),
|
|
1186
1191
|
content: z.nullable(
|
|
1187
1192
|
z.union([
|
|
1188
1193
|
z.string(),
|
|
@@ -1208,6 +1213,7 @@ export const RetrieveDatapointMessagesAssistantMessage$inboundSchema: z.ZodType<
|
|
|
1208
1213
|
).optional(),
|
|
1209
1214
|
}).transform((v) => {
|
|
1210
1215
|
return remap$(v, {
|
|
1216
|
+
"reasoning_content": "reasoningContent",
|
|
1211
1217
|
"tool_calls": "toolCalls",
|
|
1212
1218
|
});
|
|
1213
1219
|
});
|
|
@@ -1579,7 +1585,7 @@ export const RetrieveDatapointEvaluations4$inboundSchema: z.ZodType<
|
|
|
1579
1585
|
explanation: z.string().optional(),
|
|
1580
1586
|
reviewed_by_id: z.string(),
|
|
1581
1587
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1582
|
-
"2026-08-
|
|
1588
|
+
"2026-08-21T22:38:18.991Z",
|
|
1583
1589
|
).transform(v => new Date(v)),
|
|
1584
1590
|
type: z.literal("string_array"),
|
|
1585
1591
|
values: z.array(z.string()),
|
|
@@ -1679,7 +1685,7 @@ export const RetrieveDatapointEvaluations3$inboundSchema: z.ZodType<
|
|
|
1679
1685
|
explanation: z.string().optional(),
|
|
1680
1686
|
reviewed_by_id: z.string(),
|
|
1681
1687
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1682
|
-
"2026-08-
|
|
1688
|
+
"2026-08-21T22:38:18.990Z",
|
|
1683
1689
|
).transform(v => new Date(v)),
|
|
1684
1690
|
type: z.literal("boolean"),
|
|
1685
1691
|
value: z.boolean(),
|
|
@@ -1777,7 +1783,7 @@ export const RetrieveDatapointEvaluations2$inboundSchema: z.ZodType<
|
|
|
1777
1783
|
explanation: z.string().optional(),
|
|
1778
1784
|
reviewed_by_id: z.string(),
|
|
1779
1785
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1780
|
-
"2026-08-
|
|
1786
|
+
"2026-08-21T22:38:18.990Z",
|
|
1781
1787
|
).transform(v => new Date(v)),
|
|
1782
1788
|
type: z.literal("number"),
|
|
1783
1789
|
value: z.number(),
|
|
@@ -1865,7 +1871,7 @@ export const RetrieveDatapointEvaluations1$inboundSchema: z.ZodType<
|
|
|
1865
1871
|
explanation: z.string().optional(),
|
|
1866
1872
|
reviewed_by_id: z.string(),
|
|
1867
1873
|
reviewed_at: z.string().datetime({ offset: true }).default(
|
|
1868
|
-
"2026-08-
|
|
1874
|
+
"2026-08-21T22:38:18.989Z",
|
|
1869
1875
|
).transform(v => new Date(v)),
|
|
1870
1876
|
type: z.literal("string"),
|
|
1871
1877
|
value: z.string(),
|
|
@@ -1946,7 +1952,7 @@ export const RetrieveDatapointResponseBody$inboundSchema: z.ZodType<
|
|
|
1946
1952
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
1947
1953
|
.optional(),
|
|
1948
1954
|
updated: z.string().datetime({ offset: true }).default(
|
|
1949
|
-
"2026-08-
|
|
1955
|
+
"2026-08-21T22:38:04.091Z",
|
|
1950
1956
|
).transform(v => new Date(v)),
|
|
1951
1957
|
}).transform((v) => {
|
|
1952
1958
|
return remap$(v, {
|
|
@@ -126,7 +126,7 @@ export const RetrieveDatasetResponseBody$inboundSchema: z.ZodType<
|
|
|
126
126
|
created: z.string().datetime({ offset: true }).transform(v => new Date(v))
|
|
127
127
|
.optional(),
|
|
128
128
|
updated: z.string().datetime({ offset: true }).default(
|
|
129
|
-
"2026-08-
|
|
129
|
+
"2026-08-21T22:38:04.091Z",
|
|
130
130
|
).transform(v => new Date(v)),
|
|
131
131
|
}).transform((v) => {
|
|
132
132
|
return remap$(v, {
|
|
@@ -187,7 +187,7 @@ export const RetrieveDatasourceResponseBody$inboundSchema: z.ZodType<
|
|
|
187
187
|
z.ZodTypeDef,
|
|
188
188
|
unknown
|
|
189
189
|
> = z.object({
|
|
190
|
-
_id: z.string().default("
|
|
190
|
+
_id: z.string().default("01M0K7K6SN8591PHCS5QR2KBY5"),
|
|
191
191
|
display_name: z.string(),
|
|
192
192
|
description: z.nullable(z.string()).optional(),
|
|
193
193
|
status: RetrieveDatasourceStatus$inboundSchema,
|
|
@@ -757,7 +757,7 @@ export const RetrieveToolResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
757
757
|
z.ZodTypeDef,
|
|
758
758
|
unknown
|
|
759
759
|
> = z.object({
|
|
760
|
-
_id: z.string().default("
|
|
760
|
+
_id: z.string().default("tool_01M0K7K6QBT2YN17SCKTJ6VPYH"),
|
|
761
761
|
path: z.string(),
|
|
762
762
|
key: z.string(),
|
|
763
763
|
display_name: z.string().optional(),
|
|
@@ -863,7 +863,7 @@ export const RetrieveToolResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
863
863
|
z.ZodTypeDef,
|
|
864
864
|
unknown
|
|
865
865
|
> = z.object({
|
|
866
|
-
id: z.string().default("
|
|
866
|
+
id: z.string().default("01M0K7K6QABPV8265AK6XK437F"),
|
|
867
867
|
name: z.string(),
|
|
868
868
|
description: z.string().optional(),
|
|
869
869
|
schema: z.lazy(() => RetrieveToolResponseBodyToolsSchema$inboundSchema),
|
|
@@ -921,7 +921,7 @@ export const RetrieveToolResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
921
921
|
z.ZodTypeDef,
|
|
922
922
|
unknown
|
|
923
923
|
> = z.object({
|
|
924
|
-
_id: z.string().default("
|
|
924
|
+
_id: z.string().default("tool_01M0K7K6Q98AXPQK1CVMW5M36W"),
|
|
925
925
|
path: z.string(),
|
|
926
926
|
key: z.string(),
|
|
927
927
|
display_name: z.string().optional(),
|
|
@@ -1113,7 +1113,7 @@ export const RetrieveToolResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
1113
1113
|
z.ZodTypeDef,
|
|
1114
1114
|
unknown
|
|
1115
1115
|
> = z.object({
|
|
1116
|
-
_id: z.string().default("
|
|
1116
|
+
_id: z.string().default("tool_01M0K7K6Q879A88V3VDWMA4KXY"),
|
|
1117
1117
|
path: z.string(),
|
|
1118
1118
|
key: z.string(),
|
|
1119
1119
|
display_name: z.string().optional(),
|
|
@@ -1209,7 +1209,7 @@ export const RetrieveToolResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
1209
1209
|
z.ZodTypeDef,
|
|
1210
1210
|
unknown
|
|
1211
1211
|
> = z.object({
|
|
1212
|
-
_id: z.string().default("
|
|
1212
|
+
_id: z.string().default("tool_01M0K7K6Q7V3142C4GEHWCC5T0"),
|
|
1213
1213
|
path: z.string(),
|
|
1214
1214
|
key: z.string(),
|
|
1215
1215
|
display_name: z.string().optional(),
|
|
@@ -1315,7 +1315,7 @@ export const RetrieveToolResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
1315
1315
|
z.ZodTypeDef,
|
|
1316
1316
|
unknown
|
|
1317
1317
|
> = z.object({
|
|
1318
|
-
_id: z.string().default("
|
|
1318
|
+
_id: z.string().default("tool_01M0K7K6Q6CT9JV60GQP0XK9TB"),
|
|
1319
1319
|
path: z.string(),
|
|
1320
1320
|
key: z.string(),
|
|
1321
1321
|
display_name: z.string().optional(),
|
|
@@ -66,7 +66,7 @@ export type RunAgentModelConfigurationResponseFormat =
|
|
|
66
66
|
| RunAgentResponseFormatJSONSchema;
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
69
|
+
* 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.
|
|
70
70
|
*
|
|
71
71
|
* @remarks
|
|
72
72
|
*
|
|
@@ -75,7 +75,7 @@ export type RunAgentModelConfigurationResponseFormat =
|
|
|
75
75
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
76
76
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
77
77
|
*
|
|
78
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
78
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
79
79
|
*/
|
|
80
80
|
export const RunAgentModelConfigurationReasoningEffort = {
|
|
81
81
|
None: "none",
|
|
@@ -84,9 +84,10 @@ export const RunAgentModelConfigurationReasoningEffort = {
|
|
|
84
84
|
Medium: "medium",
|
|
85
85
|
High: "high",
|
|
86
86
|
Xhigh: "xhigh",
|
|
87
|
+
Max: "max",
|
|
87
88
|
} as const;
|
|
88
89
|
/**
|
|
89
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
90
|
+
* 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.
|
|
90
91
|
*
|
|
91
92
|
* @remarks
|
|
92
93
|
*
|
|
@@ -95,7 +96,7 @@ export const RunAgentModelConfigurationReasoningEffort = {
|
|
|
95
96
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
96
97
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
97
98
|
*
|
|
98
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
99
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
99
100
|
*/
|
|
100
101
|
export type RunAgentModelConfigurationReasoningEffort = ClosedEnum<
|
|
101
102
|
typeof RunAgentModelConfigurationReasoningEffort
|
|
@@ -365,7 +366,7 @@ export type RunAgentModelConfigurationParameters = {
|
|
|
365
366
|
| RunAgentResponseFormatJSONSchema
|
|
366
367
|
| undefined;
|
|
367
368
|
/**
|
|
368
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
369
|
+
* 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.
|
|
369
370
|
*
|
|
370
371
|
* @remarks
|
|
371
372
|
*
|
|
@@ -374,7 +375,7 @@ export type RunAgentModelConfigurationParameters = {
|
|
|
374
375
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
375
376
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
376
377
|
*
|
|
377
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
378
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
378
379
|
*/
|
|
379
380
|
reasoningEffort?: RunAgentModelConfigurationReasoningEffort | undefined;
|
|
380
381
|
/**
|
|
@@ -554,7 +555,7 @@ export type RunAgentFallbackModelConfigurationResponseFormat =
|
|
|
554
555
|
| RunAgentResponseFormatAgentsRequestJSONSchema;
|
|
555
556
|
|
|
556
557
|
/**
|
|
557
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
558
|
+
* 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.
|
|
558
559
|
*
|
|
559
560
|
* @remarks
|
|
560
561
|
*
|
|
@@ -563,7 +564,7 @@ export type RunAgentFallbackModelConfigurationResponseFormat =
|
|
|
563
564
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
564
565
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
565
566
|
*
|
|
566
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
567
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
567
568
|
*/
|
|
568
569
|
export const RunAgentFallbackModelConfigurationReasoningEffort = {
|
|
569
570
|
None: "none",
|
|
@@ -572,9 +573,10 @@ export const RunAgentFallbackModelConfigurationReasoningEffort = {
|
|
|
572
573
|
Medium: "medium",
|
|
573
574
|
High: "high",
|
|
574
575
|
Xhigh: "xhigh",
|
|
576
|
+
Max: "max",
|
|
575
577
|
} as const;
|
|
576
578
|
/**
|
|
577
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
579
|
+
* 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.
|
|
578
580
|
*
|
|
579
581
|
* @remarks
|
|
580
582
|
*
|
|
@@ -583,7 +585,7 @@ export const RunAgentFallbackModelConfigurationReasoningEffort = {
|
|
|
583
585
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
584
586
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
585
587
|
*
|
|
586
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
588
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
587
589
|
*/
|
|
588
590
|
export type RunAgentFallbackModelConfigurationReasoningEffort = ClosedEnum<
|
|
589
591
|
typeof RunAgentFallbackModelConfigurationReasoningEffort
|
|
@@ -858,7 +860,7 @@ export type RunAgentFallbackModelConfigurationParameters = {
|
|
|
858
860
|
| RunAgentResponseFormatAgentsRequestJSONSchema
|
|
859
861
|
| undefined;
|
|
860
862
|
/**
|
|
861
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
863
|
+
* 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.
|
|
862
864
|
*
|
|
863
865
|
* @remarks
|
|
864
866
|
*
|
|
@@ -867,7 +869,7 @@ export type RunAgentFallbackModelConfigurationParameters = {
|
|
|
867
869
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
868
870
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
869
871
|
*
|
|
870
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
872
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
871
873
|
*/
|
|
872
874
|
reasoningEffort?:
|
|
873
875
|
| RunAgentFallbackModelConfigurationReasoningEffort
|
|
@@ -3882,7 +3884,7 @@ export const Tools$outboundSchema: z.ZodType<
|
|
|
3882
3884
|
z.ZodTypeDef,
|
|
3883
3885
|
Tools
|
|
3884
3886
|
> = z.object({
|
|
3885
|
-
id: z.string().default("
|
|
3887
|
+
id: z.string().default("01M0K7K6GB1RHW6B5GKSBGPSPM"),
|
|
3886
3888
|
name: z.string(),
|
|
3887
3889
|
description: z.string().optional(),
|
|
3888
3890
|
schema: z.lazy(() => AgentToolInputRunSchema$outboundSchema),
|
|
@@ -66,7 +66,7 @@ export type StreamRunAgentModelConfigurationResponseFormat =
|
|
|
66
66
|
| StreamRunAgentResponseFormatJSONSchema;
|
|
67
67
|
|
|
68
68
|
/**
|
|
69
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
69
|
+
* 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.
|
|
70
70
|
*
|
|
71
71
|
* @remarks
|
|
72
72
|
*
|
|
@@ -75,7 +75,7 @@ export type StreamRunAgentModelConfigurationResponseFormat =
|
|
|
75
75
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
76
76
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
77
77
|
*
|
|
78
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
78
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
79
79
|
*/
|
|
80
80
|
export const StreamRunAgentModelConfigurationReasoningEffort = {
|
|
81
81
|
None: "none",
|
|
@@ -84,9 +84,10 @@ export const StreamRunAgentModelConfigurationReasoningEffort = {
|
|
|
84
84
|
Medium: "medium",
|
|
85
85
|
High: "high",
|
|
86
86
|
Xhigh: "xhigh",
|
|
87
|
+
Max: "max",
|
|
87
88
|
} as const;
|
|
88
89
|
/**
|
|
89
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
90
|
+
* 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.
|
|
90
91
|
*
|
|
91
92
|
* @remarks
|
|
92
93
|
*
|
|
@@ -95,7 +96,7 @@ export const StreamRunAgentModelConfigurationReasoningEffort = {
|
|
|
95
96
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
96
97
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
97
98
|
*
|
|
98
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
99
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
99
100
|
*/
|
|
100
101
|
export type StreamRunAgentModelConfigurationReasoningEffort = ClosedEnum<
|
|
101
102
|
typeof StreamRunAgentModelConfigurationReasoningEffort
|
|
@@ -370,7 +371,7 @@ export type StreamRunAgentModelConfigurationParameters = {
|
|
|
370
371
|
| StreamRunAgentResponseFormatJSONSchema
|
|
371
372
|
| undefined;
|
|
372
373
|
/**
|
|
373
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
374
|
+
* 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.
|
|
374
375
|
*
|
|
375
376
|
* @remarks
|
|
376
377
|
*
|
|
@@ -379,7 +380,7 @@ export type StreamRunAgentModelConfigurationParameters = {
|
|
|
379
380
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
380
381
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
381
382
|
*
|
|
382
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
383
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
383
384
|
*/
|
|
384
385
|
reasoningEffort?: StreamRunAgentModelConfigurationReasoningEffort | undefined;
|
|
385
386
|
/**
|
|
@@ -567,7 +568,7 @@ export type StreamRunAgentFallbackModelConfigurationResponseFormat =
|
|
|
567
568
|
| StreamRunAgentResponseFormatAgentsRequestJSONSchema;
|
|
568
569
|
|
|
569
570
|
/**
|
|
570
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
571
|
+
* 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.
|
|
571
572
|
*
|
|
572
573
|
* @remarks
|
|
573
574
|
*
|
|
@@ -576,7 +577,7 @@ export type StreamRunAgentFallbackModelConfigurationResponseFormat =
|
|
|
576
577
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
577
578
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
578
579
|
*
|
|
579
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
580
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
580
581
|
*/
|
|
581
582
|
export const StreamRunAgentFallbackModelConfigurationReasoningEffort = {
|
|
582
583
|
None: "none",
|
|
@@ -585,9 +586,10 @@ export const StreamRunAgentFallbackModelConfigurationReasoningEffort = {
|
|
|
585
586
|
Medium: "medium",
|
|
586
587
|
High: "high",
|
|
587
588
|
Xhigh: "xhigh",
|
|
589
|
+
Max: "max",
|
|
588
590
|
} as const;
|
|
589
591
|
/**
|
|
590
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
592
|
+
* 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.
|
|
591
593
|
*
|
|
592
594
|
* @remarks
|
|
593
595
|
*
|
|
@@ -596,7 +598,7 @@ export const StreamRunAgentFallbackModelConfigurationReasoningEffort = {
|
|
|
596
598
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
597
599
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
598
600
|
*
|
|
599
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
601
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
600
602
|
*/
|
|
601
603
|
export type StreamRunAgentFallbackModelConfigurationReasoningEffort =
|
|
602
604
|
ClosedEnum<typeof StreamRunAgentFallbackModelConfigurationReasoningEffort>;
|
|
@@ -876,7 +878,7 @@ export type StreamRunAgentFallbackModelConfigurationParameters = {
|
|
|
876
878
|
| StreamRunAgentResponseFormatAgentsRequestJSONSchema
|
|
877
879
|
| undefined;
|
|
878
880
|
/**
|
|
879
|
-
* Constrains effort on reasoning for [reasoning models](https://platform.openai.com/docs/guides/reasoning). Currently supported values are `none`, `minimal`, `low`, `medium`, `high`, and `
|
|
881
|
+
* 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.
|
|
880
882
|
*
|
|
881
883
|
* @remarks
|
|
882
884
|
*
|
|
@@ -885,7 +887,7 @@ export type StreamRunAgentFallbackModelConfigurationParameters = {
|
|
|
885
887
|
* - The `gpt-5-pro` model defaults to (and only supports) `high` reasoning effort.
|
|
886
888
|
* - `xhigh` is currently only supported for `gpt-5.1-codex-max`.
|
|
887
889
|
*
|
|
888
|
-
* Any of "none", "minimal", "low", "medium", "high", "xhigh".
|
|
890
|
+
* Any of "none", "minimal", "low", "medium", "high", "xhigh", "max".
|
|
889
891
|
*/
|
|
890
892
|
reasoningEffort?:
|
|
891
893
|
| StreamRunAgentFallbackModelConfigurationReasoningEffort
|
|
@@ -3941,7 +3943,7 @@ export const AgentToolInputRunTools$outboundSchema: z.ZodType<
|
|
|
3941
3943
|
z.ZodTypeDef,
|
|
3942
3944
|
AgentToolInputRunTools
|
|
3943
3945
|
> = z.object({
|
|
3944
|
-
id: z.string().default("
|
|
3946
|
+
id: z.string().default("01M0K7K6HEC974JCMRJ0BC5VT6"),
|
|
3945
3947
|
name: z.string(),
|
|
3946
3948
|
description: z.string().optional(),
|
|
3947
3949
|
schema: z.lazy(() =>
|
|
@@ -5908,7 +5908,7 @@ export function retrieveAnnotationQueueItemResponseBodyAnnotationQueuesResponse2
|
|
|
5908
5908
|
/** @internal */
|
|
5909
5909
|
export const Twenty$inboundSchema: z.ZodType<Twenty, z.ZodTypeDef, unknown> = z
|
|
5910
5910
|
.object({
|
|
5911
|
-
_id: z.string().default("
|
|
5911
|
+
_id: z.string().default("01M0K7K8G98CQZE012H2VEFKFG"),
|
|
5912
5912
|
name: z.string().optional(),
|
|
5913
5913
|
trace_id: z.string(),
|
|
5914
5914
|
duration: z.number().optional(),
|