@orq-ai/node 4.13.4 → 4.13.5
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 +3 -3
- package/lib/config.js +3 -3
- package/models/components/advisortoolinput.d.ts +29 -0
- package/models/components/advisortoolinput.d.ts.map +1 -0
- package/models/components/advisortoolinput.js +56 -0
- package/models/components/advisortoolinput.js.map +1 -0
- package/models/components/agenttoolinputcrud.d.ts +16 -465
- package/models/components/agenttoolinputcrud.d.ts.map +1 -1
- package/models/components/agenttoolinputcrud.js +29 -268
- package/models/components/agenttoolinputcrud.js.map +1 -1
- package/models/components/callsubagenttoolinput.d.ts +29 -0
- package/models/components/callsubagenttoolinput.d.ts.map +1 -0
- package/models/components/callsubagenttoolinput.js +56 -0
- package/models/components/callsubagenttoolinput.js.map +1 -0
- package/models/components/codeinterpretertoolinput.d.ts +29 -0
- package/models/components/codeinterpretertoolinput.d.ts.map +1 -0
- package/models/components/codeinterpretertoolinput.js +56 -0
- package/models/components/codeinterpretertoolinput.js.map +1 -0
- package/models/components/currentdatetoolinput.d.ts +29 -0
- package/models/components/currentdatetoolinput.d.ts.map +1 -0
- package/models/components/currentdatetoolinput.js +56 -0
- package/models/components/currentdatetoolinput.js.map +1 -0
- package/models/components/deletememorydocumenttoolinput.d.ts +29 -0
- package/models/components/deletememorydocumenttoolinput.d.ts.map +1 -0
- package/models/components/deletememorydocumenttoolinput.js +56 -0
- package/models/components/deletememorydocumenttoolinput.js.map +1 -0
- 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/googlesearchtoolinput.d.ts +29 -0
- package/models/components/googlesearchtoolinput.d.ts.map +1 -0
- package/models/components/googlesearchtoolinput.js +56 -0
- package/models/components/googlesearchtoolinput.js.map +1 -0
- package/models/components/index.d.ts +14 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +14 -0
- package/models/components/index.js.map +1 -1
- package/models/components/queryknowledgebasetoolinput.d.ts +29 -0
- package/models/components/queryknowledgebasetoolinput.d.ts.map +1 -0
- package/models/components/queryknowledgebasetoolinput.js +56 -0
- package/models/components/queryknowledgebasetoolinput.js.map +1 -0
- package/models/components/querymemorystoretoolinput.d.ts +29 -0
- package/models/components/querymemorystoretoolinput.d.ts.map +1 -0
- package/models/components/querymemorystoretoolinput.js +56 -0
- package/models/components/querymemorystoretoolinput.js.map +1 -0
- package/models/components/reasoningpart.js +1 -1
- package/models/components/retrieveagentstoolinput.d.ts +29 -0
- package/models/components/retrieveagentstoolinput.d.ts.map +1 -0
- package/models/components/retrieveagentstoolinput.js +56 -0
- package/models/components/retrieveagentstoolinput.js.map +1 -0
- package/models/components/retrieveknowledgebasestoolinput.d.ts +29 -0
- package/models/components/retrieveknowledgebasestoolinput.d.ts.map +1 -0
- package/models/components/retrieveknowledgebasestoolinput.js +56 -0
- package/models/components/retrieveknowledgebasestoolinput.js.map +1 -0
- package/models/components/retrievememorystorestoolinput.d.ts +29 -0
- package/models/components/retrievememorystorestoolinput.d.ts.map +1 -0
- package/models/components/retrievememorystorestoolinput.js +56 -0
- package/models/components/retrievememorystorestoolinput.js.map +1 -0
- package/models/components/sidekicktoolinput.d.ts +29 -0
- package/models/components/sidekicktoolinput.d.ts.map +1 -0
- package/models/components/sidekicktoolinput.js +56 -0
- package/models/components/sidekicktoolinput.js.map +1 -0
- package/models/components/webscrapertoolinput.d.ts +29 -0
- package/models/components/webscrapertoolinput.d.ts.map +1 -0
- package/models/components/webscrapertoolinput.js +56 -0
- package/models/components/webscrapertoolinput.js.map +1 -0
- package/models/components/writememorystoretoolinput.d.ts +29 -0
- package/models/components/writememorystoretoolinput.d.ts.map +1 -0
- package/models/components/writememorystoretoolinput.js +56 -0
- package/models/components/writememorystoretoolinput.js.map +1 -0
- package/models/operations/billing.js +1 -1
- package/models/operations/createannotationqueue.js +1 -1
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +5 -5
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createtool.js +6 -6
- package/models/operations/getalltools.js +6 -6
- package/models/operations/geteval.js +16 -16
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/listannotationqueues.js +1 -1
- package/models/operations/listdatasetdatapoints.js +5 -5
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +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/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/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.js +2 -2
- 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.js +5 -5
- 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 +16 -394
- package/models/operations/runagent.d.ts.map +1 -1
- package/models/operations/runagent.js +42 -237
- package/models/operations/runagent.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +16 -394
- package/models/operations/streamrunagent.d.ts.map +1 -1
- package/models/operations/streamrunagent.js +42 -237
- package/models/operations/streamrunagent.js.map +1 -1
- package/models/operations/twenty.js +1 -1
- package/models/operations/updateannotationqueue.js +1 -1
- package/models/operations/updatedatapoint.js +5 -5
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updatetool.js +7 -7
- package/package.json +3 -3
- 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/reasoningpart.ts +1 -1
- package/packages/orq-rc/src/models/errors/postv2feedback.ts +2 -2
- 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/createdatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/createtool.ts +6 -6
- package/packages/orq-rc/src/models/operations/getalltools.ts +6 -6
- 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/listdatasources.ts +1 -1
- package/packages/orq-rc/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/packages/orq-rc/src/models/operations/postv2feedback.ts +1 -1
- 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/responsebodynodes.ts +33 -33
- package/packages/orq-rc/src/models/operations/retrieveannotationqueue.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody204.ts +31 -31
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitem1annotationqueuesresponse200applicationjsonresponsebody8attributesopenresponsesoutput2.ts +6 -6
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody13attributes5.ts +16 -16
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody19attributeslogprobs.ts +14 -14
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody21attributes8.ts +18 -18
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody24attributesopenresponsesoutput44type.ts +16 -16
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody257.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody29attributesopenresponsesoutput44type.ts +16 -16
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody307.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemcontentannotationqueuesresponse200applicationjsonresponsebody44.ts +16 -16
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse1.ts +34 -34
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse20015.ts +7 -7
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody102.ts +32 -32
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody11attributesorq10kind.ts +15 -15
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody12attributesorqsource.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody13attributesorq8kind.ts +19 -19
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody1417.ts +4 -4
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody15attributesorq9evaluationtype.ts +17 -17
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody16attributesstatus.ts +30 -30
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody17attributesorq10evaluatorconfigtype.ts +15 -15
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody18attributesorq14outputschema.ts +7 -7
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody19attributesorq7annotator.ts +21 -21
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody20attributesorq16annotator.ts +4 -4
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody21attributesorq9annotator.ts +17 -17
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody22attributesorq5outputschema.ts +24 -24
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody23attributesorq15outputschema.ts +5 -5
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody24attributesorq8annotator.ts +19 -19
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25attributesorq19kind.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody25status.ts +32 -32
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody26attributesorq12status.ts +11 -11
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody27attributesorq4evaluationtype.ts +26 -26
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody28attributesorq15outputschema.ts +5 -5
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody29attributesorq8annotator.ts +19 -19
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody2source.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30attributesorq19kind.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody30status.ts +32 -32
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody31attributesorq17type.ts +3 -3
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody32attributesorqvalue.ts +15 -15
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody33attributesevaluatorconfigtype.ts +30 -30
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3413.ts +11 -11
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody35attributesorq5annotator.ts +24 -24
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody3attributesorq19outputschema.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody4attributesorq8outputschema.ts +19 -19
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody6attributesorq4kind.ts +26 -26
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody7attributesorq12status.ts +11 -11
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody8attributesorqannotator.ts +28 -28
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponse200applicationjsonresponsebody9attributesorq12evaluatorconfigtype.ts +11 -11
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemevaluationsannotationqueuesresponseevaluatorconfigtype.ts +25 -25
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse2008.ts +28 -28
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody11attributestype.ts +20 -20
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody173.ts +20 -20
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody18attributesopenresponses6role.ts +28 -28
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody26attributesopenresponsestype.ts +24 -24
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody321.ts +20 -20
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody345.ts +24 -24
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody7attributesopenresponsestype.ts +24 -24
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueiteminputannotationqueuesresponse200applicationjsonresponsebody9attributesrole.ts +24 -24
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody10role.ts +2 -2
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody155.ts +18 -18
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody16status.ts +4 -4
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody23attributes1.ts +30 -30
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody28attributes1.ts +30 -30
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemoutputannotationqueuesresponse200applicationjsonresponsebody333.ts +4 -4
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebody.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson10evaluation.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson12nodes.ts +33 -33
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson14attributesresponse.ts +31 -31
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson16score.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson27choice.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson31otlp.ts +32 -32
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson33provider.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson6response.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemresponsebodyannotationqueuesresponse200applicationjson8tool.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody22attributestype.ts +10 -10
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody27logprobs.ts +8 -8
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody353.ts +10 -10
- package/packages/orq-rc/src/models/operations/retrieveannotationqueueitemsummaryannotationqueuesresponse200applicationjsonresponsebody6type.ts +8 -8
- 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/retrievedatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/retrievetool.ts +6 -6
- 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/summary4.ts +10 -10
- package/packages/orq-rc/src/models/operations/twentythree.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/updatedatasource.ts +1 -1
- package/packages/orq-rc/src/models/operations/updatetool.ts +7 -7
- package/packages/orq-rc/src/sdk/feedback.ts +4 -1
- package/sdk/feedback.d.ts +2 -2
- package/sdk/feedback.js +2 -2
- package/src/lib/config.ts +3 -3
- package/src/models/components/advisortoolinput.ts +51 -0
- package/src/models/components/agenttoolinputcrud.ts +112 -784
- package/src/models/components/callsubagenttoolinput.ts +51 -0
- package/src/models/components/codeinterpretertoolinput.ts +51 -0
- package/src/models/components/currentdatetoolinput.ts +51 -0
- package/src/models/components/deletememorydocumenttoolinput.ts +53 -0
- 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/googlesearchtoolinput.ts +51 -0
- package/src/models/components/index.ts +14 -0
- package/src/models/components/queryknowledgebasetoolinput.ts +53 -0
- package/src/models/components/querymemorystoretoolinput.ts +51 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/components/retrieveagentstoolinput.ts +51 -0
- package/src/models/components/retrieveknowledgebasestoolinput.ts +53 -0
- package/src/models/components/retrievememorystorestoolinput.ts +53 -0
- package/src/models/components/sidekicktoolinput.ts +51 -0
- package/src/models/components/webscrapertoolinput.ts +51 -0
- package/src/models/components/writememorystoretoolinput.ts +51 -0
- package/src/models/operations/billing.ts +1 -1
- package/src/models/operations/createannotationqueue.ts +1 -1
- package/src/models/operations/createdataset.ts +1 -1
- package/src/models/operations/createdatasetitem.ts +5 -5
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createtool.ts +6 -6
- package/src/models/operations/getalltools.ts +6 -6
- package/src/models/operations/geteval.ts +16 -16
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/listannotationqueues.ts +1 -1
- package/src/models/operations/listdatasetdatapoints.ts +5 -5
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- 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/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/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 +2 -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 +5 -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 +119 -751
- package/src/models/operations/streamrunagent.ts +116 -792
- package/src/models/operations/twenty.ts +1 -1
- package/src/models/operations/updateannotationqueue.ts +1 -1
- package/src/models/operations/updatedatapoint.ts +5 -5
- package/src/models/operations/updatedataset.ts +1 -1
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updatetool.ts +7 -7
- package/src/sdk/feedback.ts +2 -2
package/jsr.json
CHANGED
package/lib/config.d.ts
CHANGED
|
@@ -31,8 +31,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
|
|
|
31
31
|
export declare const SDK_METADATA: {
|
|
32
32
|
readonly language: "typescript";
|
|
33
33
|
readonly openapiDocVersion: "2.0";
|
|
34
|
-
readonly sdkVersion: "4.13.
|
|
35
|
-
readonly genVersion: "2.
|
|
36
|
-
readonly userAgent: "speakeasy-sdk/typescript 4.13.
|
|
34
|
+
readonly sdkVersion: "4.13.5";
|
|
35
|
+
readonly genVersion: "2.928.0";
|
|
36
|
+
readonly userAgent: "speakeasy-sdk/typescript 4.13.5 2.928.0 2.0 @orq-ai/node";
|
|
37
37
|
};
|
|
38
38
|
//# sourceMappingURL=config.d.ts.map
|
package/lib/config.js
CHANGED
|
@@ -28,8 +28,8 @@ function serverURLFromOptions(options) {
|
|
|
28
28
|
exports.SDK_METADATA = {
|
|
29
29
|
language: "typescript",
|
|
30
30
|
openapiDocVersion: "2.0",
|
|
31
|
-
sdkVersion: "4.13.
|
|
32
|
-
genVersion: "2.
|
|
33
|
-
userAgent: "speakeasy-sdk/typescript 4.13.
|
|
31
|
+
sdkVersion: "4.13.5",
|
|
32
|
+
genVersion: "2.928.0",
|
|
33
|
+
userAgent: "speakeasy-sdk/typescript 4.13.5 2.928.0 2.0 @orq-ai/node",
|
|
34
34
|
};
|
|
35
35
|
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import * as z from "zod/v3";
|
|
2
|
+
/**
|
|
3
|
+
* Consult a secondary model for advice on the current task
|
|
4
|
+
*/
|
|
5
|
+
export type AdvisorToolInput = {
|
|
6
|
+
type: "advisor";
|
|
7
|
+
/**
|
|
8
|
+
* Whether this tool requires approval before execution
|
|
9
|
+
*/
|
|
10
|
+
requiresApproval?: boolean | undefined;
|
|
11
|
+
/**
|
|
12
|
+
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
13
|
+
*/
|
|
14
|
+
configuration?: {
|
|
15
|
+
[k: string]: any;
|
|
16
|
+
} | undefined;
|
|
17
|
+
};
|
|
18
|
+
/** @internal */
|
|
19
|
+
export type AdvisorToolInput$Outbound = {
|
|
20
|
+
type: "advisor";
|
|
21
|
+
requires_approval?: boolean | undefined;
|
|
22
|
+
configuration?: {
|
|
23
|
+
[k: string]: any;
|
|
24
|
+
} | undefined;
|
|
25
|
+
};
|
|
26
|
+
/** @internal */
|
|
27
|
+
export declare const AdvisorToolInput$outboundSchema: z.ZodType<AdvisorToolInput$Outbound, z.ZodTypeDef, AdvisorToolInput>;
|
|
28
|
+
export declare function advisorToolInputToJSON(advisorToolInput: AdvisorToolInput): string;
|
|
29
|
+
//# sourceMappingURL=advisortoolinput.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"advisortoolinput.d.ts","sourceRoot":"","sources":["../../src/models/components/advisortoolinput.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAG5B;;GAEG;AACH,MAAM,MAAM,gBAAgB,GAAG;IAC7B,IAAI,EAAE,SAAS,CAAC;IAChB;;OAEG;IACH,gBAAgB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACvC;;OAEG;IACH,aAAa,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,MAAM,MAAM,yBAAyB,GAAG;IACtC,IAAI,EAAE,SAAS,CAAC;IAChB,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxC,aAAa,CAAC,EAAE;QAAE,CAAC,CAAC,EAAE,MAAM,GAAG,GAAG,CAAA;KAAE,GAAG,SAAS,CAAC;CAClD,CAAC;AAEF,gBAAgB;AAChB,eAAO,MAAM,+BAA+B,EAAE,CAAC,CAAC,OAAO,CACrD,yBAAyB,EACzB,CAAC,CAAC,UAAU,EACZ,gBAAgB,CAShB,CAAC;AAEH,wBAAgB,sBAAsB,CACpC,gBAAgB,EAAE,gBAAgB,GACjC,MAAM,CAIR"}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
4
|
+
*/
|
|
5
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
6
|
+
if (k2 === undefined) k2 = k;
|
|
7
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
8
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
9
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
10
|
+
}
|
|
11
|
+
Object.defineProperty(o, k2, desc);
|
|
12
|
+
}) : (function(o, m, k, k2) {
|
|
13
|
+
if (k2 === undefined) k2 = k;
|
|
14
|
+
o[k2] = m[k];
|
|
15
|
+
}));
|
|
16
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
17
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
18
|
+
}) : function(o, v) {
|
|
19
|
+
o["default"] = v;
|
|
20
|
+
});
|
|
21
|
+
var __importStar = (this && this.__importStar) || (function () {
|
|
22
|
+
var ownKeys = function(o) {
|
|
23
|
+
ownKeys = Object.getOwnPropertyNames || function (o) {
|
|
24
|
+
var ar = [];
|
|
25
|
+
for (var k in o) if (Object.prototype.hasOwnProperty.call(o, k)) ar[ar.length] = k;
|
|
26
|
+
return ar;
|
|
27
|
+
};
|
|
28
|
+
return ownKeys(o);
|
|
29
|
+
};
|
|
30
|
+
return function (mod) {
|
|
31
|
+
if (mod && mod.__esModule) return mod;
|
|
32
|
+
var result = {};
|
|
33
|
+
if (mod != null) for (var k = ownKeys(mod), i = 0; i < k.length; i++) if (k[i] !== "default") __createBinding(result, mod, k[i]);
|
|
34
|
+
__setModuleDefault(result, mod);
|
|
35
|
+
return result;
|
|
36
|
+
};
|
|
37
|
+
})();
|
|
38
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
39
|
+
exports.AdvisorToolInput$outboundSchema = void 0;
|
|
40
|
+
exports.advisorToolInputToJSON = advisorToolInputToJSON;
|
|
41
|
+
const z = __importStar(require("zod/v3"));
|
|
42
|
+
const primitives_js_1 = require("../../lib/primitives.js");
|
|
43
|
+
/** @internal */
|
|
44
|
+
exports.AdvisorToolInput$outboundSchema = z.object({
|
|
45
|
+
type: z.literal("advisor"),
|
|
46
|
+
requiresApproval: z.boolean().optional(),
|
|
47
|
+
configuration: z.record(z.any()).optional(),
|
|
48
|
+
}).transform((v) => {
|
|
49
|
+
return (0, primitives_js_1.remap)(v, {
|
|
50
|
+
requiresApproval: "requires_approval",
|
|
51
|
+
});
|
|
52
|
+
});
|
|
53
|
+
function advisorToolInputToJSON(advisorToolInput) {
|
|
54
|
+
return JSON.stringify(exports.AdvisorToolInput$outboundSchema.parse(advisorToolInput));
|
|
55
|
+
}
|
|
56
|
+
//# sourceMappingURL=advisortoolinput.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"advisortoolinput.js","sourceRoot":"","sources":["../../src/models/components/advisortoolinput.ts"],"names":[],"mappings":";AAAA;;GAEG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AA0CH,wDAMC;AA9CD,0CAA4B;AAC5B,2DAA0D;AAwB1D,gBAAgB;AACH,QAAA,+BAA+B,GAIxC,CAAC,CAAC,MAAM,CAAC;IACX,IAAI,EAAE,CAAC,CAAC,OAAO,CAAC,SAAS,CAAC;IAC1B,gBAAgB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,QAAQ,EAAE;IACxC,aAAa,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE,CAAC,CAAC,QAAQ,EAAE;CAC5C,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,EAAE,EAAE;IACjB,OAAO,IAAA,qBAAM,EAAC,CAAC,EAAE;QACf,gBAAgB,EAAE,mBAAmB;KACtC,CAAC,CAAC;AACL,CAAC,CAAC,CAAC;AAEH,SAAgB,sBAAsB,CACpC,gBAAkC;IAElC,OAAO,IAAI,CAAC,SAAS,CACnB,uCAA+B,CAAC,KAAK,CAAC,gBAAgB,CAAC,CACxD,CAAC;AACJ,CAAC"}
|
|
@@ -1,478 +1,29 @@
|
|
|
1
1
|
import * as z from "zod/v3";
|
|
2
|
-
import {
|
|
2
|
+
import { AdvisorToolInput, AdvisorToolInput$Outbound } from "./advisortoolinput.js";
|
|
3
|
+
import { CallSubAgentToolInput, CallSubAgentToolInput$Outbound } from "./callsubagenttoolinput.js";
|
|
4
|
+
import { CodeInterpreterToolInput, CodeInterpreterToolInput$Outbound } from "./codeinterpretertoolinput.js";
|
|
3
5
|
import { CodeToolInput, CodeToolInput$Outbound } from "./codetoolinput.js";
|
|
6
|
+
import { CurrentDateToolInput, CurrentDateToolInput$Outbound } from "./currentdatetoolinput.js";
|
|
7
|
+
import { DeleteMemoryDocumentToolInput, DeleteMemoryDocumentToolInput$Outbound } from "./deletememorydocumenttoolinput.js";
|
|
4
8
|
import { FunctionToolInput, FunctionToolInput$Outbound } from "./functiontoolinput.js";
|
|
9
|
+
import { GoogleSearchToolInput, GoogleSearchToolInput$Outbound } from "./googlesearchtoolinput.js";
|
|
5
10
|
import { HttpToolInput, HttpToolInput$Outbound } from "./httptoolinput.js";
|
|
6
11
|
import { JsonSchemaToolInput, JsonSchemaToolInput$Outbound } from "./jsonschematoolinput.js";
|
|
7
12
|
import { McpToolInput, McpToolInput$Outbound } from "./mcptoolinput.js";
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
type: AgentToolInputCrud14Type;
|
|
17
|
-
/**
|
|
18
|
-
* Whether this tool requires approval before execution
|
|
19
|
-
*/
|
|
20
|
-
requiresApproval?: boolean | undefined;
|
|
21
|
-
/**
|
|
22
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
23
|
-
*/
|
|
24
|
-
configuration?: {
|
|
25
|
-
[k: string]: any;
|
|
26
|
-
} | undefined;
|
|
27
|
-
};
|
|
28
|
-
export declare const AgentToolInputCrud13Type: {
|
|
29
|
-
readonly Sidekick: "sidekick";
|
|
30
|
-
};
|
|
31
|
-
export type AgentToolInputCrud13Type = ClosedEnum<typeof AgentToolInputCrud13Type>;
|
|
32
|
-
/**
|
|
33
|
-
* Delegate a subtask to a secondary model for execution
|
|
34
|
-
*/
|
|
35
|
-
export type SidekickTool = {
|
|
36
|
-
type: AgentToolInputCrud13Type;
|
|
37
|
-
/**
|
|
38
|
-
* Whether this tool requires approval before execution
|
|
39
|
-
*/
|
|
40
|
-
requiresApproval?: boolean | undefined;
|
|
41
|
-
/**
|
|
42
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
43
|
-
*/
|
|
44
|
-
configuration?: {
|
|
45
|
-
[k: string]: any;
|
|
46
|
-
} | undefined;
|
|
47
|
-
};
|
|
48
|
-
export declare const AgentToolInputCrud12Type: {
|
|
49
|
-
readonly Advisor: "advisor";
|
|
50
|
-
};
|
|
51
|
-
export type AgentToolInputCrud12Type = ClosedEnum<typeof AgentToolInputCrud12Type>;
|
|
52
|
-
/**
|
|
53
|
-
* Consult a secondary model for advice on the current task
|
|
54
|
-
*/
|
|
55
|
-
export type AdvisorTool = {
|
|
56
|
-
type: AgentToolInputCrud12Type;
|
|
57
|
-
/**
|
|
58
|
-
* Whether this tool requires approval before execution
|
|
59
|
-
*/
|
|
60
|
-
requiresApproval?: boolean | undefined;
|
|
61
|
-
/**
|
|
62
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
63
|
-
*/
|
|
64
|
-
configuration?: {
|
|
65
|
-
[k: string]: any;
|
|
66
|
-
} | undefined;
|
|
67
|
-
};
|
|
68
|
-
export declare const AgentToolInputCrud11Type: {
|
|
69
|
-
readonly CurrentDate: "current_date";
|
|
70
|
-
};
|
|
71
|
-
export type AgentToolInputCrud11Type = ClosedEnum<typeof AgentToolInputCrud11Type>;
|
|
72
|
-
/**
|
|
73
|
-
* Returns the current date and time
|
|
74
|
-
*/
|
|
75
|
-
export type CurrentDateTool = {
|
|
76
|
-
type: AgentToolInputCrud11Type;
|
|
77
|
-
/**
|
|
78
|
-
* Whether this tool requires approval before execution
|
|
79
|
-
*/
|
|
80
|
-
requiresApproval?: boolean | undefined;
|
|
81
|
-
/**
|
|
82
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
83
|
-
*/
|
|
84
|
-
configuration?: {
|
|
85
|
-
[k: string]: any;
|
|
86
|
-
} | undefined;
|
|
87
|
-
};
|
|
88
|
-
export declare const AgentToolInputCrud10Type: {
|
|
89
|
-
readonly QueryKnowledgeBase: "query_knowledge_base";
|
|
90
|
-
};
|
|
91
|
-
export type AgentToolInputCrud10Type = ClosedEnum<typeof AgentToolInputCrud10Type>;
|
|
92
|
-
/**
|
|
93
|
-
* Queries knowledge bases for information
|
|
94
|
-
*/
|
|
95
|
-
export type QueryKnowledgeBaseTool = {
|
|
96
|
-
type: AgentToolInputCrud10Type;
|
|
97
|
-
/**
|
|
98
|
-
* Whether this tool requires approval before execution
|
|
99
|
-
*/
|
|
100
|
-
requiresApproval?: boolean | undefined;
|
|
101
|
-
/**
|
|
102
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
103
|
-
*/
|
|
104
|
-
configuration?: {
|
|
105
|
-
[k: string]: any;
|
|
106
|
-
} | undefined;
|
|
107
|
-
};
|
|
108
|
-
export declare const AgentToolInputCrud9Type: {
|
|
109
|
-
readonly RetrieveKnowledgeBases: "retrieve_knowledge_bases";
|
|
110
|
-
};
|
|
111
|
-
export type AgentToolInputCrud9Type = ClosedEnum<typeof AgentToolInputCrud9Type>;
|
|
112
|
-
/**
|
|
113
|
-
* Lists available knowledge bases
|
|
114
|
-
*/
|
|
115
|
-
export type RetrieveKnowledgeBasesTool = {
|
|
116
|
-
type: AgentToolInputCrud9Type;
|
|
117
|
-
/**
|
|
118
|
-
* Whether this tool requires approval before execution
|
|
119
|
-
*/
|
|
120
|
-
requiresApproval?: boolean | undefined;
|
|
121
|
-
/**
|
|
122
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
123
|
-
*/
|
|
124
|
-
configuration?: {
|
|
125
|
-
[k: string]: any;
|
|
126
|
-
} | undefined;
|
|
127
|
-
};
|
|
128
|
-
export declare const AgentToolInputCrud8Type: {
|
|
129
|
-
readonly DeleteMemoryDocument: "delete_memory_document";
|
|
130
|
-
};
|
|
131
|
-
export type AgentToolInputCrud8Type = ClosedEnum<typeof AgentToolInputCrud8Type>;
|
|
132
|
-
/**
|
|
133
|
-
* Deletes documents from memory stores
|
|
134
|
-
*/
|
|
135
|
-
export type DeleteMemoryDocumentTool = {
|
|
136
|
-
type: AgentToolInputCrud8Type;
|
|
137
|
-
/**
|
|
138
|
-
* Whether this tool requires approval before execution
|
|
139
|
-
*/
|
|
140
|
-
requiresApproval?: boolean | undefined;
|
|
141
|
-
/**
|
|
142
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
143
|
-
*/
|
|
144
|
-
configuration?: {
|
|
145
|
-
[k: string]: any;
|
|
146
|
-
} | undefined;
|
|
147
|
-
};
|
|
148
|
-
export declare const AgentToolInputCrud7Type: {
|
|
149
|
-
readonly RetrieveMemoryStores: "retrieve_memory_stores";
|
|
150
|
-
};
|
|
151
|
-
export type AgentToolInputCrud7Type = ClosedEnum<typeof AgentToolInputCrud7Type>;
|
|
152
|
-
/**
|
|
153
|
-
* Lists available memory stores
|
|
154
|
-
*/
|
|
155
|
-
export type RetrieveMemoryStoresTool = {
|
|
156
|
-
type: AgentToolInputCrud7Type;
|
|
157
|
-
/**
|
|
158
|
-
* Whether this tool requires approval before execution
|
|
159
|
-
*/
|
|
160
|
-
requiresApproval?: boolean | undefined;
|
|
161
|
-
/**
|
|
162
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
163
|
-
*/
|
|
164
|
-
configuration?: {
|
|
165
|
-
[k: string]: any;
|
|
166
|
-
} | undefined;
|
|
167
|
-
};
|
|
168
|
-
export declare const AgentToolInputCrud6Type: {
|
|
169
|
-
readonly WriteMemoryStore: "write_memory_store";
|
|
170
|
-
};
|
|
171
|
-
export type AgentToolInputCrud6Type = ClosedEnum<typeof AgentToolInputCrud6Type>;
|
|
172
|
-
/**
|
|
173
|
-
* Writes information to agent memory stores
|
|
174
|
-
*/
|
|
175
|
-
export type WriteMemoryStoreTool = {
|
|
176
|
-
type: AgentToolInputCrud6Type;
|
|
177
|
-
/**
|
|
178
|
-
* Whether this tool requires approval before execution
|
|
179
|
-
*/
|
|
180
|
-
requiresApproval?: boolean | undefined;
|
|
181
|
-
/**
|
|
182
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
183
|
-
*/
|
|
184
|
-
configuration?: {
|
|
185
|
-
[k: string]: any;
|
|
186
|
-
} | undefined;
|
|
187
|
-
};
|
|
188
|
-
export declare const AgentToolInputCrud5Type: {
|
|
189
|
-
readonly QueryMemoryStore: "query_memory_store";
|
|
190
|
-
};
|
|
191
|
-
export type AgentToolInputCrud5Type = ClosedEnum<typeof AgentToolInputCrud5Type>;
|
|
192
|
-
/**
|
|
193
|
-
* Queries agent memory stores for context
|
|
194
|
-
*/
|
|
195
|
-
export type QueryMemoryStoreTool = {
|
|
196
|
-
type: AgentToolInputCrud5Type;
|
|
197
|
-
/**
|
|
198
|
-
* Whether this tool requires approval before execution
|
|
199
|
-
*/
|
|
200
|
-
requiresApproval?: boolean | undefined;
|
|
201
|
-
/**
|
|
202
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
203
|
-
*/
|
|
204
|
-
configuration?: {
|
|
205
|
-
[k: string]: any;
|
|
206
|
-
} | undefined;
|
|
207
|
-
};
|
|
208
|
-
export declare const AgentToolInputCrud4Type: {
|
|
209
|
-
readonly RetrieveAgents: "retrieve_agents";
|
|
210
|
-
};
|
|
211
|
-
export type AgentToolInputCrud4Type = ClosedEnum<typeof AgentToolInputCrud4Type>;
|
|
212
|
-
/**
|
|
213
|
-
* Retrieves available agents in the system
|
|
214
|
-
*/
|
|
215
|
-
export type RetrieveAgentsTool = {
|
|
216
|
-
type: AgentToolInputCrud4Type;
|
|
217
|
-
/**
|
|
218
|
-
* Whether this tool requires approval before execution
|
|
219
|
-
*/
|
|
220
|
-
requiresApproval?: boolean | undefined;
|
|
221
|
-
/**
|
|
222
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
223
|
-
*/
|
|
224
|
-
configuration?: {
|
|
225
|
-
[k: string]: any;
|
|
226
|
-
} | undefined;
|
|
227
|
-
};
|
|
228
|
-
export declare const AgentToolInputCrud3Type: {
|
|
229
|
-
readonly CallSubAgent: "call_sub_agent";
|
|
230
|
-
};
|
|
231
|
-
export type AgentToolInputCrud3Type = ClosedEnum<typeof AgentToolInputCrud3Type>;
|
|
232
|
-
/**
|
|
233
|
-
* Delegates tasks to specialized sub-agents
|
|
234
|
-
*/
|
|
235
|
-
export type CallSubAgentTool = {
|
|
236
|
-
type: AgentToolInputCrud3Type;
|
|
237
|
-
/**
|
|
238
|
-
* Whether this tool requires approval before execution
|
|
239
|
-
*/
|
|
240
|
-
requiresApproval?: boolean | undefined;
|
|
241
|
-
/**
|
|
242
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
243
|
-
*/
|
|
244
|
-
configuration?: {
|
|
245
|
-
[k: string]: any;
|
|
246
|
-
} | undefined;
|
|
247
|
-
};
|
|
248
|
-
export declare const AgentToolInputCrud2Type: {
|
|
249
|
-
readonly WebScraper: "web_scraper";
|
|
250
|
-
};
|
|
251
|
-
export type AgentToolInputCrud2Type = ClosedEnum<typeof AgentToolInputCrud2Type>;
|
|
252
|
-
/**
|
|
253
|
-
* Scrapes and extracts content from web pages
|
|
254
|
-
*/
|
|
255
|
-
export type WebScraperTool = {
|
|
256
|
-
type: AgentToolInputCrud2Type;
|
|
257
|
-
/**
|
|
258
|
-
* Whether this tool requires approval before execution
|
|
259
|
-
*/
|
|
260
|
-
requiresApproval?: boolean | undefined;
|
|
261
|
-
/**
|
|
262
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
263
|
-
*/
|
|
264
|
-
configuration?: {
|
|
265
|
-
[k: string]: any;
|
|
266
|
-
} | undefined;
|
|
267
|
-
};
|
|
268
|
-
export declare const AgentToolInputCRUDType: {
|
|
269
|
-
readonly GoogleSearch: "google_search";
|
|
270
|
-
};
|
|
271
|
-
export type AgentToolInputCRUDType = ClosedEnum<typeof AgentToolInputCRUDType>;
|
|
272
|
-
/**
|
|
273
|
-
* Performs Google searches to retrieve web content
|
|
274
|
-
*/
|
|
275
|
-
export type GoogleSearchTool = {
|
|
276
|
-
type: AgentToolInputCRUDType;
|
|
277
|
-
/**
|
|
278
|
-
* Whether this tool requires approval before execution
|
|
279
|
-
*/
|
|
280
|
-
requiresApproval?: boolean | undefined;
|
|
281
|
-
/**
|
|
282
|
-
* Static tool configuration set at design time. Merged over LLM-provided arguments at execution time.
|
|
283
|
-
*/
|
|
284
|
-
configuration?: {
|
|
285
|
-
[k: string]: any;
|
|
286
|
-
} | undefined;
|
|
287
|
-
};
|
|
13
|
+
import { QueryKnowledgeBaseToolInput, QueryKnowledgeBaseToolInput$Outbound } from "./queryknowledgebasetoolinput.js";
|
|
14
|
+
import { QueryMemoryStoreToolInput, QueryMemoryStoreToolInput$Outbound } from "./querymemorystoretoolinput.js";
|
|
15
|
+
import { RetrieveAgentsToolInput, RetrieveAgentsToolInput$Outbound } from "./retrieveagentstoolinput.js";
|
|
16
|
+
import { RetrieveKnowledgeBasesToolInput, RetrieveKnowledgeBasesToolInput$Outbound } from "./retrieveknowledgebasestoolinput.js";
|
|
17
|
+
import { RetrieveMemoryStoresToolInput, RetrieveMemoryStoresToolInput$Outbound } from "./retrievememorystorestoolinput.js";
|
|
18
|
+
import { SidekickToolInput, SidekickToolInput$Outbound } from "./sidekicktoolinput.js";
|
|
19
|
+
import { WebScraperToolInput, WebScraperToolInput$Outbound } from "./webscrapertoolinput.js";
|
|
20
|
+
import { WriteMemoryStoreToolInput, WriteMemoryStoreToolInput$Outbound } from "./writememorystoretoolinput.js";
|
|
288
21
|
/**
|
|
289
22
|
* Tool configuration for agent create/update operations. Built-in tools only require a type, while custom tools (HTTP, Code, Function, JSON Schema, MCP) must reference pre-created tools by key or id. Provider-prefixed tools (e.g., openai:web_search) are passed through to the provider.
|
|
290
23
|
*/
|
|
291
|
-
export type AgentToolInputCRUD = HttpToolInput | CodeToolInput | FunctionToolInput | JsonSchemaToolInput | McpToolInput;
|
|
292
|
-
/** @internal */
|
|
293
|
-
export declare const AgentToolInputCrud14Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud14Type>;
|
|
294
|
-
/** @internal */
|
|
295
|
-
export type CodeInterpreterTool$Outbound = {
|
|
296
|
-
type: string;
|
|
297
|
-
requires_approval?: boolean | undefined;
|
|
298
|
-
configuration?: {
|
|
299
|
-
[k: string]: any;
|
|
300
|
-
} | undefined;
|
|
301
|
-
};
|
|
302
|
-
/** @internal */
|
|
303
|
-
export declare const CodeInterpreterTool$outboundSchema: z.ZodType<CodeInterpreterTool$Outbound, z.ZodTypeDef, CodeInterpreterTool>;
|
|
304
|
-
export declare function codeInterpreterToolToJSON(codeInterpreterTool: CodeInterpreterTool): string;
|
|
305
|
-
/** @internal */
|
|
306
|
-
export declare const AgentToolInputCrud13Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud13Type>;
|
|
307
|
-
/** @internal */
|
|
308
|
-
export type SidekickTool$Outbound = {
|
|
309
|
-
type: string;
|
|
310
|
-
requires_approval?: boolean | undefined;
|
|
311
|
-
configuration?: {
|
|
312
|
-
[k: string]: any;
|
|
313
|
-
} | undefined;
|
|
314
|
-
};
|
|
315
|
-
/** @internal */
|
|
316
|
-
export declare const SidekickTool$outboundSchema: z.ZodType<SidekickTool$Outbound, z.ZodTypeDef, SidekickTool>;
|
|
317
|
-
export declare function sidekickToolToJSON(sidekickTool: SidekickTool): string;
|
|
318
|
-
/** @internal */
|
|
319
|
-
export declare const AgentToolInputCrud12Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud12Type>;
|
|
320
|
-
/** @internal */
|
|
321
|
-
export type AdvisorTool$Outbound = {
|
|
322
|
-
type: string;
|
|
323
|
-
requires_approval?: boolean | undefined;
|
|
324
|
-
configuration?: {
|
|
325
|
-
[k: string]: any;
|
|
326
|
-
} | undefined;
|
|
327
|
-
};
|
|
328
|
-
/** @internal */
|
|
329
|
-
export declare const AdvisorTool$outboundSchema: z.ZodType<AdvisorTool$Outbound, z.ZodTypeDef, AdvisorTool>;
|
|
330
|
-
export declare function advisorToolToJSON(advisorTool: AdvisorTool): string;
|
|
331
|
-
/** @internal */
|
|
332
|
-
export declare const AgentToolInputCrud11Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud11Type>;
|
|
333
|
-
/** @internal */
|
|
334
|
-
export type CurrentDateTool$Outbound = {
|
|
335
|
-
type: string;
|
|
336
|
-
requires_approval?: boolean | undefined;
|
|
337
|
-
configuration?: {
|
|
338
|
-
[k: string]: any;
|
|
339
|
-
} | undefined;
|
|
340
|
-
};
|
|
341
|
-
/** @internal */
|
|
342
|
-
export declare const CurrentDateTool$outboundSchema: z.ZodType<CurrentDateTool$Outbound, z.ZodTypeDef, CurrentDateTool>;
|
|
343
|
-
export declare function currentDateToolToJSON(currentDateTool: CurrentDateTool): string;
|
|
344
|
-
/** @internal */
|
|
345
|
-
export declare const AgentToolInputCrud10Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud10Type>;
|
|
346
|
-
/** @internal */
|
|
347
|
-
export type QueryKnowledgeBaseTool$Outbound = {
|
|
348
|
-
type: string;
|
|
349
|
-
requires_approval?: boolean | undefined;
|
|
350
|
-
configuration?: {
|
|
351
|
-
[k: string]: any;
|
|
352
|
-
} | undefined;
|
|
353
|
-
};
|
|
354
|
-
/** @internal */
|
|
355
|
-
export declare const QueryKnowledgeBaseTool$outboundSchema: z.ZodType<QueryKnowledgeBaseTool$Outbound, z.ZodTypeDef, QueryKnowledgeBaseTool>;
|
|
356
|
-
export declare function queryKnowledgeBaseToolToJSON(queryKnowledgeBaseTool: QueryKnowledgeBaseTool): string;
|
|
357
|
-
/** @internal */
|
|
358
|
-
export declare const AgentToolInputCrud9Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud9Type>;
|
|
359
|
-
/** @internal */
|
|
360
|
-
export type RetrieveKnowledgeBasesTool$Outbound = {
|
|
361
|
-
type: string;
|
|
362
|
-
requires_approval?: boolean | undefined;
|
|
363
|
-
configuration?: {
|
|
364
|
-
[k: string]: any;
|
|
365
|
-
} | undefined;
|
|
366
|
-
};
|
|
367
|
-
/** @internal */
|
|
368
|
-
export declare const RetrieveKnowledgeBasesTool$outboundSchema: z.ZodType<RetrieveKnowledgeBasesTool$Outbound, z.ZodTypeDef, RetrieveKnowledgeBasesTool>;
|
|
369
|
-
export declare function retrieveKnowledgeBasesToolToJSON(retrieveKnowledgeBasesTool: RetrieveKnowledgeBasesTool): string;
|
|
370
|
-
/** @internal */
|
|
371
|
-
export declare const AgentToolInputCrud8Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud8Type>;
|
|
372
|
-
/** @internal */
|
|
373
|
-
export type DeleteMemoryDocumentTool$Outbound = {
|
|
374
|
-
type: string;
|
|
375
|
-
requires_approval?: boolean | undefined;
|
|
376
|
-
configuration?: {
|
|
377
|
-
[k: string]: any;
|
|
378
|
-
} | undefined;
|
|
379
|
-
};
|
|
380
|
-
/** @internal */
|
|
381
|
-
export declare const DeleteMemoryDocumentTool$outboundSchema: z.ZodType<DeleteMemoryDocumentTool$Outbound, z.ZodTypeDef, DeleteMemoryDocumentTool>;
|
|
382
|
-
export declare function deleteMemoryDocumentToolToJSON(deleteMemoryDocumentTool: DeleteMemoryDocumentTool): string;
|
|
383
|
-
/** @internal */
|
|
384
|
-
export declare const AgentToolInputCrud7Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud7Type>;
|
|
385
|
-
/** @internal */
|
|
386
|
-
export type RetrieveMemoryStoresTool$Outbound = {
|
|
387
|
-
type: string;
|
|
388
|
-
requires_approval?: boolean | undefined;
|
|
389
|
-
configuration?: {
|
|
390
|
-
[k: string]: any;
|
|
391
|
-
} | undefined;
|
|
392
|
-
};
|
|
393
|
-
/** @internal */
|
|
394
|
-
export declare const RetrieveMemoryStoresTool$outboundSchema: z.ZodType<RetrieveMemoryStoresTool$Outbound, z.ZodTypeDef, RetrieveMemoryStoresTool>;
|
|
395
|
-
export declare function retrieveMemoryStoresToolToJSON(retrieveMemoryStoresTool: RetrieveMemoryStoresTool): string;
|
|
396
|
-
/** @internal */
|
|
397
|
-
export declare const AgentToolInputCrud6Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud6Type>;
|
|
398
|
-
/** @internal */
|
|
399
|
-
export type WriteMemoryStoreTool$Outbound = {
|
|
400
|
-
type: string;
|
|
401
|
-
requires_approval?: boolean | undefined;
|
|
402
|
-
configuration?: {
|
|
403
|
-
[k: string]: any;
|
|
404
|
-
} | undefined;
|
|
405
|
-
};
|
|
406
|
-
/** @internal */
|
|
407
|
-
export declare const WriteMemoryStoreTool$outboundSchema: z.ZodType<WriteMemoryStoreTool$Outbound, z.ZodTypeDef, WriteMemoryStoreTool>;
|
|
408
|
-
export declare function writeMemoryStoreToolToJSON(writeMemoryStoreTool: WriteMemoryStoreTool): string;
|
|
409
|
-
/** @internal */
|
|
410
|
-
export declare const AgentToolInputCrud5Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud5Type>;
|
|
411
|
-
/** @internal */
|
|
412
|
-
export type QueryMemoryStoreTool$Outbound = {
|
|
413
|
-
type: string;
|
|
414
|
-
requires_approval?: boolean | undefined;
|
|
415
|
-
configuration?: {
|
|
416
|
-
[k: string]: any;
|
|
417
|
-
} | undefined;
|
|
418
|
-
};
|
|
419
|
-
/** @internal */
|
|
420
|
-
export declare const QueryMemoryStoreTool$outboundSchema: z.ZodType<QueryMemoryStoreTool$Outbound, z.ZodTypeDef, QueryMemoryStoreTool>;
|
|
421
|
-
export declare function queryMemoryStoreToolToJSON(queryMemoryStoreTool: QueryMemoryStoreTool): string;
|
|
422
|
-
/** @internal */
|
|
423
|
-
export declare const AgentToolInputCrud4Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud4Type>;
|
|
424
|
-
/** @internal */
|
|
425
|
-
export type RetrieveAgentsTool$Outbound = {
|
|
426
|
-
type: string;
|
|
427
|
-
requires_approval?: boolean | undefined;
|
|
428
|
-
configuration?: {
|
|
429
|
-
[k: string]: any;
|
|
430
|
-
} | undefined;
|
|
431
|
-
};
|
|
432
|
-
/** @internal */
|
|
433
|
-
export declare const RetrieveAgentsTool$outboundSchema: z.ZodType<RetrieveAgentsTool$Outbound, z.ZodTypeDef, RetrieveAgentsTool>;
|
|
434
|
-
export declare function retrieveAgentsToolToJSON(retrieveAgentsTool: RetrieveAgentsTool): string;
|
|
435
|
-
/** @internal */
|
|
436
|
-
export declare const AgentToolInputCrud3Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud3Type>;
|
|
437
|
-
/** @internal */
|
|
438
|
-
export type CallSubAgentTool$Outbound = {
|
|
439
|
-
type: string;
|
|
440
|
-
requires_approval?: boolean | undefined;
|
|
441
|
-
configuration?: {
|
|
442
|
-
[k: string]: any;
|
|
443
|
-
} | undefined;
|
|
444
|
-
};
|
|
445
|
-
/** @internal */
|
|
446
|
-
export declare const CallSubAgentTool$outboundSchema: z.ZodType<CallSubAgentTool$Outbound, z.ZodTypeDef, CallSubAgentTool>;
|
|
447
|
-
export declare function callSubAgentToolToJSON(callSubAgentTool: CallSubAgentTool): string;
|
|
448
|
-
/** @internal */
|
|
449
|
-
export declare const AgentToolInputCrud2Type$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCrud2Type>;
|
|
450
|
-
/** @internal */
|
|
451
|
-
export type WebScraperTool$Outbound = {
|
|
452
|
-
type: string;
|
|
453
|
-
requires_approval?: boolean | undefined;
|
|
454
|
-
configuration?: {
|
|
455
|
-
[k: string]: any;
|
|
456
|
-
} | undefined;
|
|
457
|
-
};
|
|
458
|
-
/** @internal */
|
|
459
|
-
export declare const WebScraperTool$outboundSchema: z.ZodType<WebScraperTool$Outbound, z.ZodTypeDef, WebScraperTool>;
|
|
460
|
-
export declare function webScraperToolToJSON(webScraperTool: WebScraperTool): string;
|
|
461
|
-
/** @internal */
|
|
462
|
-
export declare const AgentToolInputCRUDType$outboundSchema: z.ZodNativeEnum<typeof AgentToolInputCRUDType>;
|
|
463
|
-
/** @internal */
|
|
464
|
-
export type GoogleSearchTool$Outbound = {
|
|
465
|
-
type: string;
|
|
466
|
-
requires_approval?: boolean | undefined;
|
|
467
|
-
configuration?: {
|
|
468
|
-
[k: string]: any;
|
|
469
|
-
} | undefined;
|
|
470
|
-
};
|
|
471
|
-
/** @internal */
|
|
472
|
-
export declare const GoogleSearchTool$outboundSchema: z.ZodType<GoogleSearchTool$Outbound, z.ZodTypeDef, GoogleSearchTool>;
|
|
473
|
-
export declare function googleSearchToolToJSON(googleSearchTool: GoogleSearchTool): string;
|
|
24
|
+
export type AgentToolInputCRUD = GoogleSearchToolInput | WebScraperToolInput | CallSubAgentToolInput | RetrieveAgentsToolInput | QueryMemoryStoreToolInput | WriteMemoryStoreToolInput | RetrieveMemoryStoresToolInput | DeleteMemoryDocumentToolInput | RetrieveKnowledgeBasesToolInput | QueryKnowledgeBaseToolInput | CurrentDateToolInput | AdvisorToolInput | SidekickToolInput | CodeInterpreterToolInput | HttpToolInput | CodeToolInput | FunctionToolInput | JsonSchemaToolInput | McpToolInput;
|
|
474
25
|
/** @internal */
|
|
475
|
-
export type AgentToolInputCRUD$Outbound = HttpToolInput$Outbound | CodeToolInput$Outbound | FunctionToolInput$Outbound | JsonSchemaToolInput$Outbound | McpToolInput$Outbound;
|
|
26
|
+
export type AgentToolInputCRUD$Outbound = GoogleSearchToolInput$Outbound | WebScraperToolInput$Outbound | CallSubAgentToolInput$Outbound | RetrieveAgentsToolInput$Outbound | QueryMemoryStoreToolInput$Outbound | WriteMemoryStoreToolInput$Outbound | RetrieveMemoryStoresToolInput$Outbound | DeleteMemoryDocumentToolInput$Outbound | RetrieveKnowledgeBasesToolInput$Outbound | QueryKnowledgeBaseToolInput$Outbound | CurrentDateToolInput$Outbound | AdvisorToolInput$Outbound | SidekickToolInput$Outbound | CodeInterpreterToolInput$Outbound | HttpToolInput$Outbound | CodeToolInput$Outbound | FunctionToolInput$Outbound | JsonSchemaToolInput$Outbound | McpToolInput$Outbound;
|
|
476
27
|
/** @internal */
|
|
477
28
|
export declare const AgentToolInputCRUD$outboundSchema: z.ZodType<AgentToolInputCRUD$Outbound, z.ZodTypeDef, AgentToolInputCRUD>;
|
|
478
29
|
export declare function agentToolInputCRUDToJSON(agentToolInputCRUD: AgentToolInputCRUD): string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"agenttoolinputcrud.d.ts","sourceRoot":"","sources":["../../src/models/components/agenttoolinputcrud.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"agenttoolinputcrud.d.ts","sourceRoot":"","sources":["../../src/models/components/agenttoolinputcrud.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,CAAC,MAAM,QAAQ,CAAC;AAC5B,OAAO,EACL,gBAAgB,EAChB,yBAAyB,EAE1B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EACL,qBAAqB,EACrB,8BAA8B,EAE/B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,wBAAwB,EACxB,iCAAiC,EAElC,MAAM,+BAA+B,CAAC;AACvC,OAAO,EACL,aAAa,EACb,sBAAsB,EAEvB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,oBAAoB,EACpB,6BAA6B,EAE9B,MAAM,2BAA2B,CAAC;AACnC,OAAO,EACL,6BAA6B,EAC7B,sCAAsC,EAEvC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,iBAAiB,EACjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,qBAAqB,EACrB,8BAA8B,EAE/B,MAAM,4BAA4B,CAAC;AACpC,OAAO,EACL,aAAa,EACb,sBAAsB,EAEvB,MAAM,oBAAoB,CAAC;AAC5B,OAAO,EACL,mBAAmB,EACnB,4BAA4B,EAE7B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,YAAY,EACZ,qBAAqB,EAEtB,MAAM,mBAAmB,CAAC;AAC3B,OAAO,EACL,2BAA2B,EAC3B,oCAAoC,EAErC,MAAM,kCAAkC,CAAC;AAC1C,OAAO,EACL,yBAAyB,EACzB,kCAAkC,EAEnC,MAAM,gCAAgC,CAAC;AACxC,OAAO,EACL,uBAAuB,EACvB,gCAAgC,EAEjC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,+BAA+B,EAC/B,wCAAwC,EAEzC,MAAM,sCAAsC,CAAC;AAC9C,OAAO,EACL,6BAA6B,EAC7B,sCAAsC,EAEvC,MAAM,oCAAoC,CAAC;AAC5C,OAAO,EACL,iBAAiB,EACjB,0BAA0B,EAE3B,MAAM,wBAAwB,CAAC;AAChC,OAAO,EACL,mBAAmB,EACnB,4BAA4B,EAE7B,MAAM,0BAA0B,CAAC;AAClC,OAAO,EACL,yBAAyB,EACzB,kCAAkC,EAEnC,MAAM,gCAAgC,CAAC;AAExC;;GAEG;AACH,MAAM,MAAM,kBAAkB,GAC1B,qBAAqB,GACrB,mBAAmB,GACnB,qBAAqB,GACrB,uBAAuB,GACvB,yBAAyB,GACzB,yBAAyB,GACzB,6BAA6B,GAC7B,6BAA6B,GAC7B,+BAA+B,GAC/B,2BAA2B,GAC3B,oBAAoB,GACpB,gBAAgB,GAChB,iBAAiB,GACjB,wBAAwB,GACxB,aAAa,GACb,aAAa,GACb,iBAAiB,GACjB,mBAAmB,GACnB,YAAY,CAAC;AAEjB,gBAAgB;AAChB,MAAM,MAAM,2BAA2B,GACnC,8BAA8B,GAC9B,4BAA4B,GAC5B,8BAA8B,GAC9B,gCAAgC,GAChC,kCAAkC,GAClC,kCAAkC,GAClC,sCAAsC,GACtC,sCAAsC,GACtC,wCAAwC,GACxC,oCAAoC,GACpC,6BAA6B,GAC7B,yBAAyB,GACzB,0BAA0B,GAC1B,iCAAiC,GACjC,sBAAsB,GACtB,sBAAsB,GACtB,0BAA0B,GAC1B,4BAA4B,GAC5B,qBAAqB,CAAC;AAE1B,gBAAgB;AAChB,eAAO,MAAM,iCAAiC,EAAE,CAAC,CAAC,OAAO,CACvD,2BAA2B,EAC3B,CAAC,CAAC,UAAU,EACZ,kBAAkB,CAqBlB,CAAC;AAEH,wBAAgB,wBAAwB,CACtC,kBAAkB,EAAE,kBAAkB,GACrC,MAAM,CAIR"}
|