@orq-ai/node 4.10.0-rc.2 → 4.10.0-rc.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +16 -20
- package/funcs/identitiesCreate.d.ts +3 -3
- package/funcs/identitiesCreate.d.ts.map +1 -1
- package/funcs/identitiesCreate.js +5 -7
- package/funcs/identitiesCreate.js.map +1 -1
- package/funcs/identitiesDelete.d.ts +3 -3
- package/funcs/identitiesDelete.d.ts.map +1 -1
- package/funcs/identitiesDelete.js +3 -7
- package/funcs/identitiesDelete.js.map +1 -1
- package/funcs/identitiesList.d.ts +2 -1
- package/funcs/identitiesList.d.ts.map +1 -1
- package/funcs/identitiesList.js +3 -2
- package/funcs/identitiesList.js.map +1 -1
- package/funcs/identitiesRetrieve.d.ts +2 -2
- package/funcs/identitiesRetrieve.d.ts.map +1 -1
- package/funcs/identitiesRetrieve.js +2 -5
- package/funcs/identitiesRetrieve.js.map +1 -1
- package/funcs/identitiesUpdate.d.ts +2 -2
- package/funcs/identitiesUpdate.d.ts.map +1 -1
- package/funcs/identitiesUpdate.js +5 -6
- package/funcs/identitiesUpdate.js.map +1 -1
- package/funcs/{contactsCreate.d.ts → modelsList.d.ts} +4 -4
- package/funcs/modelsList.d.ts.map +1 -0
- package/funcs/{remoteconfigsRetrieve.js → modelsList.js} +13 -23
- package/funcs/modelsList.js.map +1 -0
- package/funcs/projectsCreate.d.ts +1 -1
- package/funcs/projectsCreate.js +1 -1
- package/funcs/projectsDelete.d.ts +3 -0
- package/funcs/projectsDelete.d.ts.map +1 -1
- package/funcs/projectsDelete.js +3 -0
- package/funcs/projectsDelete.js.map +1 -1
- package/funcs/projectsList.d.ts +1 -1
- package/funcs/projectsList.js +1 -1
- package/funcs/reportingQuery.d.ts +17 -0
- package/funcs/reportingQuery.d.ts.map +1 -0
- package/funcs/{contactsCreate.js → reportingQuery.js} +10 -10
- package/funcs/reportingQuery.js.map +1 -0
- package/funcs/skillsCreate.d.ts +1 -1
- package/funcs/skillsCreate.js +1 -1
- package/funcs/skillsDelete.d.ts +3 -0
- package/funcs/skillsDelete.d.ts.map +1 -1
- package/funcs/skillsDelete.js +3 -0
- package/funcs/skillsDelete.js.map +1 -1
- package/funcs/skillsGet.d.ts +1 -1
- package/funcs/skillsGet.js +1 -1
- package/funcs/skillsList.d.ts +1 -1
- package/funcs/skillsList.js +1 -1
- package/funcs/skillsUpdate.d.ts +1 -1
- package/funcs/skillsUpdate.js +1 -1
- package/jsr.json +1 -1
- package/langchain/async-handler.d.mts.map +1 -1
- package/langchain/async-handler.mjs +8 -11
- package/langchain/async-handler.mjs.map +1 -1
- package/langchain/events.d.mts.map +1 -1
- package/langchain/events.mjs +12 -0
- package/langchain/events.mjs.map +1 -1
- package/langchain/handler.d.mts.map +1 -1
- package/langchain/handler.mjs +8 -11
- package/langchain/handler.mjs.map +1 -1
- package/langchain/span-builder.mjs +3 -3
- package/langchain/span-builder.mjs.map +1 -1
- package/langchain/utils.d.mts.map +1 -1
- package/langchain/utils.mjs +115 -0
- package/langchain/utils.mjs.map +1 -1
- package/lib/config.d.ts +3 -3
- package/lib/config.js +3 -3
- package/lib/config.js.map +1 -1
- package/models/components/createidentityrequest.d.ts +28 -0
- package/models/components/createidentityrequest.d.ts.map +1 -0
- package/models/{operations/createidentity.js → components/createidentityrequest.js} +18 -38
- package/models/components/createidentityrequest.js.map +1 -0
- package/models/components/createidentityresponse.d.ts +11 -0
- package/models/components/createidentityresponse.d.ts.map +1 -0
- package/models/components/createidentityresponse.js +51 -0
- package/models/components/createidentityresponse.js.map +1 -0
- package/models/components/createprojectrequest.d.ts +6 -0
- package/models/components/createprojectrequest.d.ts.map +1 -1
- package/models/components/createprojectrequest.js.map +1 -1
- package/models/components/createprojectresponse.d.ts +3 -0
- package/models/components/createprojectresponse.d.ts.map +1 -1
- package/models/components/createprojectresponse.js.map +1 -1
- package/models/components/createskillrequest.d.ts +18 -0
- package/models/components/createskillrequest.d.ts.map +1 -1
- package/models/components/createskillrequest.js.map +1 -1
- package/models/components/createskillresponse.d.ts +3 -0
- package/models/components/createskillresponse.d.ts.map +1 -1
- package/models/components/createskillresponse.js.map +1 -1
- package/models/components/datapoint.d.ts +40 -0
- package/models/components/datapoint.d.ts.map +1 -0
- package/models/components/datapoint.js +53 -0
- package/models/components/datapoint.js.map +1 -0
- package/models/components/deleteidentityresponse.d.ts +8 -0
- package/models/components/deleteidentityresponse.d.ts.map +1 -0
- package/models/components/deleteidentityresponse.js +48 -0
- package/models/components/deleteidentityresponse.js.map +1 -0
- package/models/components/file.d.ts +0 -1
- package/models/components/file.d.ts.map +1 -1
- package/models/components/file.js +0 -2
- package/models/components/file.js.map +1 -1
- package/models/components/filter.d.ts +99 -0
- package/models/components/filter.d.ts.map +1 -0
- package/models/components/filter.js +120 -0
- package/models/components/filter.js.map +1 -0
- package/models/components/getprojectresponse.d.ts +3 -0
- package/models/components/getprojectresponse.d.ts.map +1 -1
- package/models/components/getprojectresponse.js.map +1 -1
- package/models/components/getskillresponse.d.ts +3 -0
- package/models/components/getskillresponse.d.ts.map +1 -1
- package/models/components/getskillresponse.js.map +1 -1
- package/models/components/identity.d.ts +25 -0
- package/models/components/identity.d.ts.map +1 -0
- package/models/{operations/createcontact.js → components/identity.js} +22 -32
- package/models/components/identity.js.map +1 -0
- package/models/components/identitymetrics.d.ts +13 -0
- package/models/components/identitymetrics.d.ts.map +1 -0
- package/models/{errors/updateidentity.js → components/identitymetrics.js} +19 -26
- package/models/components/identitymetrics.js.map +1 -0
- package/models/components/index.d.ts +16 -0
- package/models/components/index.d.ts.map +1 -1
- package/models/components/index.js +16 -0
- package/models/components/index.js.map +1 -1
- package/models/components/invokedeploymentrequest.d.ts +6 -6
- package/models/components/invokedeploymentrequest.d.ts.map +1 -1
- package/models/components/invokedeploymentrequest.js +7 -6
- package/models/components/invokedeploymentrequest.js.map +1 -1
- package/models/components/listidentitiesresponse.d.ts +13 -0
- package/models/components/listidentitiesresponse.d.ts.map +1 -0
- package/models/components/listidentitiesresponse.js +58 -0
- package/models/components/listidentitiesresponse.js.map +1 -0
- package/models/components/listprojectsresponse.d.ts +12 -0
- package/models/components/listprojectsresponse.d.ts.map +1 -1
- package/models/components/listprojectsresponse.js.map +1 -1
- package/models/components/listskillsresponse.d.ts +12 -0
- package/models/components/listskillsresponse.d.ts.map +1 -1
- package/models/components/listskillsresponse.js.map +1 -1
- package/models/components/modelref.d.ts +2 -0
- package/models/components/modelref.d.ts.map +1 -1
- package/models/components/modelref.js +4 -0
- package/models/components/modelref.js.map +1 -1
- package/models/components/project.d.ts +42 -1
- package/models/components/project.d.ts.map +1 -1
- package/models/components/project.js +0 -2
- package/models/components/project.js.map +1 -1
- package/models/components/publicmodelentry.d.ts +38 -0
- package/models/components/publicmodelentry.d.ts.map +1 -0
- package/models/{errors/deleteidentity.js → components/publicmodelentry.js} +23 -27
- package/models/components/publicmodelentry.js.map +1 -0
- package/models/components/queryreportrequest.d.ts +156 -0
- package/models/components/queryreportrequest.d.ts.map +1 -0
- package/models/components/queryreportrequest.js +166 -0
- package/models/components/queryreportrequest.js.map +1 -0
- package/models/components/queryreportresponse.d.ts +59 -0
- package/models/components/queryreportresponse.d.ts.map +1 -0
- package/models/components/queryreportresponse.js +72 -0
- package/models/components/queryreportresponse.js.map +1 -0
- package/models/components/reasoningpart.js +1 -1
- package/models/components/responsemeta.d.ts +63 -0
- package/models/components/responsemeta.d.ts.map +1 -0
- package/models/components/responsemeta.js +79 -0
- package/models/components/responsemeta.js.map +1 -0
- package/models/components/retrieveidentityresponse.d.ts +11 -0
- package/models/components/retrieveidentityresponse.d.ts.map +1 -0
- package/models/components/retrieveidentityresponse.js +51 -0
- package/models/components/retrieveidentityresponse.js.map +1 -0
- package/models/components/skill.d.ts +37 -1
- package/models/components/skill.d.ts.map +1 -1
- package/models/components/skill.js +0 -2
- package/models/components/skill.js.map +1 -1
- package/models/components/totals.d.ts +18 -0
- package/models/components/totals.d.ts.map +1 -0
- package/models/components/totals.js +51 -0
- package/models/components/totals.js.map +1 -0
- package/models/components/updateidentityrequest.d.ts +28 -0
- package/models/components/updateidentityrequest.d.ts.map +1 -0
- package/models/components/updateidentityrequest.js +67 -0
- package/models/components/updateidentityrequest.js.map +1 -0
- package/models/components/updateidentityresponse.d.ts +11 -0
- package/models/components/updateidentityresponse.d.ts.map +1 -0
- package/models/components/updateidentityresponse.js +51 -0
- package/models/components/updateidentityresponse.js.map +1 -0
- package/models/components/updateprojectrequest.d.ts +12 -0
- package/models/components/updateprojectrequest.d.ts.map +1 -1
- package/models/components/updateprojectrequest.js.map +1 -1
- package/models/components/updateprojectresponse.d.ts +3 -0
- package/models/components/updateprojectresponse.d.ts.map +1 -1
- package/models/components/updateprojectresponse.js.map +1 -1
- package/models/components/updateskillrequest.d.ts +21 -0
- package/models/components/updateskillrequest.d.ts.map +1 -1
- package/models/components/updateskillrequest.js.map +1 -1
- package/models/components/updateskillresponse.d.ts +3 -0
- package/models/components/updateskillresponse.d.ts.map +1 -1
- package/models/components/updateskillresponse.js.map +1 -1
- package/models/errors/index.d.ts +0 -3
- package/models/errors/index.d.ts.map +1 -1
- package/models/errors/index.js +0 -3
- package/models/errors/index.js.map +1 -1
- package/models/operations/createagentrequest.d.ts +3 -3
- package/models/operations/createannotation.d.ts +4 -4
- package/models/operations/createannotation.d.ts.map +1 -1
- package/models/operations/createannotation.js +5 -5
- package/models/operations/createannotation.js.map +1 -1
- package/models/operations/createdataset.d.ts +3 -3
- package/models/operations/createdataset.js +1 -1
- package/models/operations/createdatasetitem.js +4 -4
- package/models/operations/createdatasource.js +1 -1
- package/models/operations/createeval.d.ts +21 -15
- package/models/operations/createeval.d.ts.map +1 -1
- package/models/operations/createeval.js +24 -16
- package/models/operations/createeval.js.map +1 -1
- package/models/operations/createknowledge.d.ts +9 -9
- package/models/operations/creatememorystore.d.ts +3 -3
- package/models/operations/createprompt.d.ts +3 -3
- package/models/operations/createrouterresponse.d.ts +6 -11
- package/models/operations/createrouterresponse.d.ts.map +1 -1
- package/models/operations/createrouterresponse.js +2 -8
- package/models/operations/createrouterresponse.js.map +1 -1
- package/models/operations/createtool.d.ts +30 -30
- package/models/operations/createtool.js +6 -6
- package/models/operations/deleteidentity.d.ts +0 -3
- package/models/operations/deleteidentity.d.ts.map +1 -1
- package/models/operations/deleteidentity.js.map +1 -1
- package/models/operations/getalltools.d.ts +15 -15
- package/models/operations/getalltools.js +6 -6
- package/models/operations/getevals.d.ts +2 -0
- package/models/operations/getevals.d.ts.map +1 -1
- package/models/operations/getevals.js +20 -16
- package/models/operations/getevals.js.map +1 -1
- package/models/operations/getoneknowledge.d.ts +6 -6
- package/models/operations/getv2humanevalsets.js +2 -2
- package/models/operations/getv2humanevalsetsid.js +2 -2
- package/models/operations/index.d.ts +1 -3
- package/models/operations/index.d.ts.map +1 -1
- package/models/operations/index.js +1 -3
- package/models/operations/index.js.map +1 -1
- package/models/operations/invokeeval.d.ts +28 -28
- package/models/operations/invokeeval.d.ts.map +1 -1
- package/models/operations/invokeeval.js +40 -40
- package/models/operations/invokeeval.js.map +1 -1
- package/models/operations/listagents.d.ts +3 -3
- package/models/operations/listdatasetdatapoints.js +4 -4
- package/models/operations/listdatasets.js +1 -1
- package/models/operations/listdatasources.js +1 -1
- package/models/operations/listidentities.d.ts +5 -121
- package/models/operations/listidentities.d.ts.map +1 -1
- package/models/operations/listidentities.js +5 -76
- package/models/operations/listidentities.js.map +1 -1
- package/models/operations/listknowledgebases.d.ts +6 -6
- package/models/operations/listmodels.d.ts +34 -0
- package/models/operations/listmodels.d.ts.map +1 -0
- package/models/operations/{remoteconfigsgetconfig.js → listmodels.js} +12 -27
- package/models/operations/listmodels.js.map +1 -0
- package/models/operations/patchv2humanevalsetsid.js +2 -2
- package/models/operations/postv2agentsa2a.d.ts +4 -4
- package/models/operations/postv2agentsa2a.d.ts.map +1 -1
- package/models/operations/postv2agentsa2a.js +6 -6
- package/models/operations/postv2agentsa2a.js.map +1 -1
- package/models/operations/postv2feedback.d.ts +15 -15
- package/models/operations/postv2feedback.d.ts.map +1 -1
- package/models/operations/postv2feedback.js +15 -16
- package/models/operations/postv2feedback.js.map +1 -1
- package/models/operations/postv2feedbackevaluation.js +3 -3
- package/models/operations/postv2feedbackremove.d.ts +8 -8
- package/models/operations/postv2feedbackremove.d.ts.map +1 -1
- package/models/operations/postv2feedbackremove.js +8 -7
- package/models/operations/postv2feedbackremove.js.map +1 -1
- package/models/operations/postv2humanevalsets.js +2 -2
- package/models/operations/projectdelete.d.ts +3 -0
- package/models/operations/projectdelete.d.ts.map +1 -1
- package/models/operations/projectdelete.js.map +1 -1
- package/models/operations/projectget.d.ts +3 -0
- package/models/operations/projectget.d.ts.map +1 -1
- package/models/operations/projectget.js.map +1 -1
- package/models/operations/projectlist.d.ts +15 -0
- package/models/operations/projectlist.d.ts.map +1 -1
- package/models/operations/projectlist.js.map +1 -1
- package/models/operations/projectupdate.d.ts +3 -0
- package/models/operations/projectupdate.d.ts.map +1 -1
- package/models/operations/projectupdate.js.map +1 -1
- package/models/operations/retrieveagentrequest.d.ts +3 -3
- package/models/operations/retrievedatapoint.js +4 -4
- package/models/operations/retrievedataset.js +1 -1
- package/models/operations/retrievedatasource.js +1 -1
- package/models/operations/retrieveidentity.d.ts +2 -78
- package/models/operations/retrieveidentity.d.ts.map +1 -1
- package/models/operations/retrieveidentity.js +2 -46
- package/models/operations/retrieveidentity.js.map +1 -1
- package/models/operations/retrievetool.d.ts +15 -15
- package/models/operations/retrievetool.js +6 -6
- package/models/operations/runagent.d.ts +3 -3
- package/models/operations/runagent.js +1 -1
- package/models/operations/skilldelete.d.ts +3 -0
- package/models/operations/skilldelete.d.ts.map +1 -1
- package/models/operations/skilldelete.js.map +1 -1
- package/models/operations/skilllist.d.ts +12 -0
- package/models/operations/skilllist.d.ts.map +1 -1
- package/models/operations/skilllist.js.map +1 -1
- package/models/operations/skillupdate.d.ts +3 -0
- package/models/operations/skillupdate.d.ts.map +1 -1
- package/models/operations/skillupdate.js.map +1 -1
- package/models/operations/streamrunagent.d.ts +3 -3
- package/models/operations/streamrunagent.js +1 -1
- package/models/operations/updateagent.d.ts +6 -6
- package/models/operations/updatedatapoint.js +4 -4
- package/models/operations/updatedataset.d.ts +3 -3
- package/models/operations/updatedataset.js +1 -1
- package/models/operations/updatedatasource.js +1 -1
- package/models/operations/updateeval.d.ts +6 -4
- package/models/operations/updateeval.d.ts.map +1 -1
- package/models/operations/updateeval.js +22 -19
- package/models/operations/updateeval.js.map +1 -1
- package/models/operations/updateidentity.d.ts +3 -96
- package/models/operations/updateidentity.d.ts.map +1 -1
- package/models/operations/updateidentity.js +4 -46
- package/models/operations/updateidentity.js.map +1 -1
- package/models/operations/updateknowledge.d.ts +12 -12
- package/models/operations/updateprompt.d.ts +3 -3
- package/models/operations/updatetool.d.ts +30 -30
- package/models/operations/updatetool.js +7 -7
- package/package.json +3 -3
- package/sdk/feedback.d.ts +1 -1
- package/sdk/feedback.d.ts.map +1 -1
- package/sdk/feedback.js +3 -3
- package/sdk/feedback.js.map +1 -1
- package/sdk/identities.d.ts +11 -10
- package/sdk/identities.d.ts.map +1 -1
- package/sdk/identities.js +9 -9
- package/sdk/identities.js.map +1 -1
- package/sdk/models.d.ts +12 -0
- package/sdk/models.d.ts.map +1 -0
- package/sdk/models.js +22 -0
- package/sdk/models.js.map +1 -0
- package/sdk/projects.d.ts +5 -2
- package/sdk/projects.d.ts.map +1 -1
- package/sdk/projects.js +5 -2
- package/sdk/projects.js.map +1 -1
- package/sdk/reporting.d.ts +12 -0
- package/sdk/reporting.d.ts.map +1 -0
- package/sdk/reporting.js +22 -0
- package/sdk/reporting.js.map +1 -0
- package/sdk/sdk.d.ts +10 -10
- package/sdk/sdk.d.ts.map +1 -1
- package/sdk/sdk.js +14 -14
- package/sdk/sdk.js.map +1 -1
- package/sdk/skills.d.ts +7 -4
- package/sdk/skills.d.ts.map +1 -1
- package/sdk/skills.js +7 -4
- package/sdk/skills.js.map +1 -1
- package/src/funcs/identitiesCreate.ts +10 -15
- package/src/funcs/identitiesDelete.ts +7 -16
- package/src/funcs/identitiesList.ts +6 -5
- package/src/funcs/identitiesRetrieve.ts +6 -18
- package/src/funcs/identitiesUpdate.ts +9 -15
- package/src/funcs/{remoteconfigsRetrieve.ts → modelsList.ts} +14 -33
- package/src/funcs/projectsCreate.ts +1 -1
- package/src/funcs/projectsDelete.ts +3 -0
- package/src/funcs/projectsList.ts +1 -1
- package/src/funcs/{contactsCreate.ts → reportingQuery.ts} +13 -13
- package/src/funcs/skillsCreate.ts +1 -1
- package/src/funcs/skillsDelete.ts +3 -0
- package/src/funcs/skillsGet.ts +1 -1
- package/src/funcs/skillsList.ts +1 -1
- package/src/funcs/skillsUpdate.ts +1 -1
- package/src/lib/config.ts +3 -3
- package/src/models/components/createidentityrequest.ts +76 -0
- package/src/models/components/createidentityresponse.ts +32 -0
- package/src/models/components/createprojectrequest.ts +6 -0
- package/src/models/components/createprojectresponse.ts +3 -0
- package/src/models/components/createskillrequest.ts +18 -0
- package/src/models/components/createskillresponse.ts +3 -0
- package/src/models/components/datapoint.ts +60 -0
- package/src/models/components/deleteidentityresponse.ts +27 -0
- package/src/models/components/file.ts +0 -3
- package/src/models/components/filter.ts +137 -0
- package/src/models/components/getprojectresponse.ts +3 -0
- package/src/models/components/getskillresponse.ts +3 -0
- package/src/models/components/identity.ts +83 -0
- package/src/models/components/identitymetrics.ts +45 -0
- package/src/models/components/index.ts +16 -0
- package/src/models/components/invokedeploymentrequest.ts +17 -10
- package/src/models/components/listidentitiesresponse.ts +41 -0
- package/src/models/components/listprojectsresponse.ts +12 -0
- package/src/models/components/listskillsresponse.ts +12 -0
- package/src/models/components/modelref.ts +6 -0
- package/src/models/components/project.ts +42 -3
- package/src/models/components/publicmodelentry.ts +70 -0
- package/src/models/components/queryreportrequest.ts +237 -0
- package/src/models/components/queryreportresponse.ts +99 -0
- package/src/models/components/reasoningpart.ts +1 -1
- package/src/models/components/responsemeta.ts +103 -0
- package/src/models/components/retrieveidentityresponse.ts +32 -0
- package/src/models/components/skill.ts +37 -3
- package/src/models/components/totals.ts +34 -0
- package/src/models/components/updateidentityrequest.ts +75 -0
- package/src/models/components/updateidentityresponse.ts +32 -0
- package/src/models/components/updateprojectrequest.ts +12 -0
- package/src/models/components/updateprojectresponse.ts +3 -0
- package/src/models/components/updateskillrequest.ts +21 -0
- package/src/models/components/updateskillresponse.ts +3 -0
- package/src/models/errors/index.ts +0 -3
- package/src/models/operations/createagentrequest.ts +3 -3
- package/src/models/operations/createannotation.ts +7 -11
- package/src/models/operations/createdataset.ts +4 -4
- package/src/models/operations/createdatasetitem.ts +4 -4
- package/src/models/operations/createdatasource.ts +1 -1
- package/src/models/operations/createeval.ts +45 -31
- package/src/models/operations/createknowledge.ts +9 -9
- package/src/models/operations/creatememorystore.ts +3 -3
- package/src/models/operations/createprompt.ts +3 -3
- package/src/models/operations/createrouterresponse.ts +3 -24
- package/src/models/operations/createtool.ts +36 -36
- package/src/models/operations/deleteidentity.ts +0 -3
- package/src/models/operations/getalltools.ts +21 -21
- package/src/models/operations/getevals.ts +22 -16
- package/src/models/operations/getoneknowledge.ts +6 -6
- package/src/models/operations/getv2humanevalsets.ts +2 -2
- package/src/models/operations/getv2humanevalsetsid.ts +2 -2
- package/src/models/operations/index.ts +1 -3
- package/src/models/operations/invokeeval.ts +83 -80
- package/src/models/operations/listagents.ts +3 -3
- package/src/models/operations/listdatasetdatapoints.ts +4 -4
- package/src/models/operations/listdatasets.ts +1 -1
- package/src/models/operations/listdatasources.ts +1 -1
- package/src/models/operations/listidentities.ts +9 -230
- package/src/models/operations/listknowledgebases.ts +6 -6
- package/src/models/operations/listmodels.ts +60 -0
- package/src/models/operations/patchv2humanevalsetsid.ts +2 -2
- package/src/models/operations/postv2agentsa2a.ts +14 -17
- package/src/models/operations/postv2feedback.ts +34 -27
- package/src/models/operations/postv2feedbackevaluation.ts +3 -3
- package/src/models/operations/postv2feedbackremove.ts +14 -17
- package/src/models/operations/postv2humanevalsets.ts +2 -2
- package/src/models/operations/projectdelete.ts +3 -0
- package/src/models/operations/projectget.ts +3 -0
- package/src/models/operations/projectlist.ts +15 -0
- package/src/models/operations/projectupdate.ts +3 -0
- package/src/models/operations/retrieveagentrequest.ts +3 -3
- package/src/models/operations/retrievedatapoint.ts +4 -4
- package/src/models/operations/retrievedataset.ts +1 -1
- package/src/models/operations/retrievedatasource.ts +1 -1
- package/src/models/operations/retrieveidentity.ts +3 -138
- package/src/models/operations/retrievetool.ts +21 -21
- package/src/models/operations/runagent.ts +4 -4
- package/src/models/operations/skilldelete.ts +3 -0
- package/src/models/operations/skilllist.ts +12 -0
- package/src/models/operations/skillupdate.ts +3 -0
- package/src/models/operations/streamrunagent.ts +4 -4
- package/src/models/operations/updateagent.ts +6 -6
- package/src/models/operations/updatedatapoint.ts +4 -4
- package/src/models/operations/updatedataset.ts +4 -4
- package/src/models/operations/updatedatasource.ts +1 -1
- package/src/models/operations/updateeval.ts +30 -23
- package/src/models/operations/updateidentity.ts +5 -154
- package/src/models/operations/updateknowledge.ts +12 -12
- package/src/models/operations/updateprompt.ts +3 -3
- package/src/models/operations/updatetool.ts +37 -37
- package/src/sdk/feedback.ts +8 -8
- package/src/sdk/identities.ts +18 -17
- package/src/sdk/models.ts +25 -0
- package/src/sdk/projects.ts +5 -2
- package/src/sdk/reporting.ts +27 -0
- package/src/sdk/sdk.ts +22 -22
- package/src/sdk/skills.ts +7 -4
- package/funcs/contactsCreate.d.ts.map +0 -1
- package/funcs/contactsCreate.js.map +0 -1
- package/funcs/remoteconfigsRetrieve.d.ts +0 -14
- package/funcs/remoteconfigsRetrieve.d.ts.map +0 -1
- package/funcs/remoteconfigsRetrieve.js.map +0 -1
- package/models/errors/deleteidentity.d.ts +0 -30
- package/models/errors/deleteidentity.d.ts.map +0 -1
- package/models/errors/deleteidentity.js.map +0 -1
- package/models/errors/retrieveidentity.d.ts +0 -57
- package/models/errors/retrieveidentity.d.ts.map +0 -1
- package/models/errors/retrieveidentity.js +0 -100
- package/models/errors/retrieveidentity.js.map +0 -1
- package/models/errors/updateidentity.d.ts +0 -26
- package/models/errors/updateidentity.d.ts.map +0 -1
- package/models/errors/updateidentity.js.map +0 -1
- package/models/operations/createcontact.d.ts +0 -95
- package/models/operations/createcontact.d.ts.map +0 -1
- package/models/operations/createcontact.js.map +0 -1
- package/models/operations/createidentity.d.ts +0 -99
- package/models/operations/createidentity.d.ts.map +0 -1
- package/models/operations/createidentity.js.map +0 -1
- package/models/operations/remoteconfigsgetconfig.d.ts +0 -67
- package/models/operations/remoteconfigsgetconfig.d.ts.map +0 -1
- package/models/operations/remoteconfigsgetconfig.js.map +0 -1
- package/sdk/contacts.d.ts +0 -12
- package/sdk/contacts.d.ts.map +0 -1
- package/sdk/contacts.js +0 -22
- package/sdk/contacts.js.map +0 -1
- package/sdk/remoteconfigs.d.ts +0 -9
- package/sdk/remoteconfigs.d.ts.map +0 -1
- package/sdk/remoteconfigs.js +0 -19
- package/sdk/remoteconfigs.js.map +0 -1
- package/src/models/errors/deleteidentity.ts +0 -62
- package/src/models/errors/retrieveidentity.ts +0 -118
- package/src/models/errors/updateidentity.ts +0 -54
- package/src/models/operations/createcontact.ts +0 -156
- package/src/models/operations/createidentity.ts +0 -162
- package/src/models/operations/remoteconfigsgetconfig.ts +0 -108
- package/src/sdk/contacts.ts +0 -27
- package/src/sdk/remoteconfigs.ts +0 -24
|
@@ -74,13 +74,13 @@ export type Python = {
|
|
|
74
74
|
code: string;
|
|
75
75
|
type: CreateEvalRequestBodyType;
|
|
76
76
|
/**
|
|
77
|
-
* Entity storage path
|
|
77
|
+
* Entity storage path.
|
|
78
78
|
*
|
|
79
79
|
* @remarks
|
|
80
80
|
*
|
|
81
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
81
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
82
82
|
*
|
|
83
|
-
* With project-
|
|
83
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
84
84
|
*/
|
|
85
85
|
path: string;
|
|
86
86
|
description?: string | undefined;
|
|
@@ -170,13 +170,13 @@ export type RequestBodyHTTP = {
|
|
|
170
170
|
headers: { [k: string]: string };
|
|
171
171
|
payload: { [k: string]: any };
|
|
172
172
|
/**
|
|
173
|
-
* Entity storage path
|
|
173
|
+
* Entity storage path.
|
|
174
174
|
*
|
|
175
175
|
* @remarks
|
|
176
176
|
*
|
|
177
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
177
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
178
178
|
*
|
|
179
|
-
* With project-
|
|
179
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
180
180
|
*/
|
|
181
181
|
path: string;
|
|
182
182
|
description?: string | undefined;
|
|
@@ -245,13 +245,13 @@ export type Json = {
|
|
|
245
245
|
type: CreateEvalRequestBodyEvalsType;
|
|
246
246
|
schema: string;
|
|
247
247
|
/**
|
|
248
|
-
* Entity storage path
|
|
248
|
+
* Entity storage path.
|
|
249
249
|
*
|
|
250
250
|
* @remarks
|
|
251
251
|
*
|
|
252
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
252
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
253
253
|
*
|
|
254
|
-
* With project-
|
|
254
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
255
255
|
*/
|
|
256
256
|
path: string;
|
|
257
257
|
description?: string | undefined;
|
|
@@ -378,14 +378,15 @@ export type Llm2 = {
|
|
|
378
378
|
prompt: string;
|
|
379
379
|
categories?: Array<string> | undefined;
|
|
380
380
|
categoricalLabels?: Array<LLMCategoricalLabels> | undefined;
|
|
381
|
+
datasetId?: string | undefined;
|
|
381
382
|
/**
|
|
382
|
-
* Entity storage path
|
|
383
|
+
* Entity storage path.
|
|
383
384
|
*
|
|
384
385
|
* @remarks
|
|
385
386
|
*
|
|
386
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
387
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
387
388
|
*
|
|
388
|
-
* With project-
|
|
389
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
389
390
|
*/
|
|
390
391
|
path: string;
|
|
391
392
|
description?: string | undefined;
|
|
@@ -475,14 +476,15 @@ export type Llm1 = {
|
|
|
475
476
|
prompt: string;
|
|
476
477
|
categories?: Array<string> | undefined;
|
|
477
478
|
categoricalLabels?: Array<CreateEvalLLMCategoricalLabels> | undefined;
|
|
479
|
+
datasetId?: string | undefined;
|
|
478
480
|
/**
|
|
479
|
-
* Entity storage path
|
|
481
|
+
* Entity storage path.
|
|
480
482
|
*
|
|
481
483
|
* @remarks
|
|
482
484
|
*
|
|
483
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
485
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
484
486
|
*
|
|
485
|
-
* With project-
|
|
487
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
486
488
|
*/
|
|
487
489
|
path: string;
|
|
488
490
|
description?: string | undefined;
|
|
@@ -1237,6 +1239,7 @@ export type CreateEvalLlm2 = {
|
|
|
1237
1239
|
prompt: string;
|
|
1238
1240
|
categories?: Array<string> | undefined;
|
|
1239
1241
|
categoricalLabels?: Array<CreateEvalLLMEvalsCategoricalLabels> | undefined;
|
|
1242
|
+
datasetId?: string | undefined;
|
|
1240
1243
|
key: string;
|
|
1241
1244
|
mode: "jury";
|
|
1242
1245
|
jury: CreateEvalLLMJury;
|
|
@@ -1315,6 +1318,7 @@ export type CreateEvalLlm1 = {
|
|
|
1315
1318
|
categoricalLabels?:
|
|
1316
1319
|
| Array<CreateEvalLLMEvalsResponseCategoricalLabels>
|
|
1317
1320
|
| undefined;
|
|
1321
|
+
datasetId?: string | undefined;
|
|
1318
1322
|
key: string;
|
|
1319
1323
|
mode: "single";
|
|
1320
1324
|
model: string;
|
|
@@ -2288,6 +2292,7 @@ export type Llm2$Outbound = {
|
|
|
2288
2292
|
prompt: string;
|
|
2289
2293
|
categories?: Array<string> | undefined;
|
|
2290
2294
|
categorical_labels?: Array<LLMCategoricalLabels$Outbound> | undefined;
|
|
2295
|
+
dataset_id?: string | undefined;
|
|
2291
2296
|
path: string;
|
|
2292
2297
|
description: string;
|
|
2293
2298
|
key: string;
|
|
@@ -2319,6 +2324,7 @@ export const Llm2$outboundSchema: z.ZodType<Llm2$Outbound, z.ZodTypeDef, Llm2> =
|
|
|
2319
2324
|
categoricalLabels: z.array(
|
|
2320
2325
|
z.lazy(() => LLMCategoricalLabels$outboundSchema),
|
|
2321
2326
|
).optional(),
|
|
2327
|
+
datasetId: z.string().optional(),
|
|
2322
2328
|
path: z.string(),
|
|
2323
2329
|
description: z.string().default(""),
|
|
2324
2330
|
key: z.string(),
|
|
@@ -2329,6 +2335,7 @@ export const Llm2$outboundSchema: z.ZodType<Llm2$Outbound, z.ZodTypeDef, Llm2> =
|
|
|
2329
2335
|
guardrailConfig: "guardrail_config",
|
|
2330
2336
|
outputType: "output_type",
|
|
2331
2337
|
categoricalLabels: "categorical_labels",
|
|
2338
|
+
datasetId: "dataset_id",
|
|
2332
2339
|
});
|
|
2333
2340
|
});
|
|
2334
2341
|
|
|
@@ -2530,6 +2537,7 @@ export type Llm1$Outbound = {
|
|
|
2530
2537
|
categorical_labels?:
|
|
2531
2538
|
| Array<CreateEvalLLMCategoricalLabels$Outbound>
|
|
2532
2539
|
| undefined;
|
|
2540
|
+
dataset_id?: string | undefined;
|
|
2533
2541
|
path: string;
|
|
2534
2542
|
description: string;
|
|
2535
2543
|
key: string;
|
|
@@ -2561,6 +2569,7 @@ export const Llm1$outboundSchema: z.ZodType<Llm1$Outbound, z.ZodTypeDef, Llm1> =
|
|
|
2561
2569
|
categoricalLabels: z.array(
|
|
2562
2570
|
z.lazy(() => CreateEvalLLMCategoricalLabels$outboundSchema),
|
|
2563
2571
|
).optional(),
|
|
2572
|
+
datasetId: z.string().optional(),
|
|
2564
2573
|
path: z.string(),
|
|
2565
2574
|
description: z.string().default(""),
|
|
2566
2575
|
key: z.string(),
|
|
@@ -2571,6 +2580,7 @@ export const Llm1$outboundSchema: z.ZodType<Llm1$Outbound, z.ZodTypeDef, Llm1> =
|
|
|
2571
2580
|
guardrailConfig: "guardrail_config",
|
|
2572
2581
|
outputType: "output_type",
|
|
2573
2582
|
categoricalLabels: "categorical_labels",
|
|
2583
|
+
datasetId: "dataset_id",
|
|
2574
2584
|
});
|
|
2575
2585
|
});
|
|
2576
2586
|
|
|
@@ -2776,8 +2786,8 @@ export const Typescript$inboundSchema: z.ZodType<
|
|
|
2776
2786
|
> = z.object({
|
|
2777
2787
|
_id: z.string(),
|
|
2778
2788
|
description: z.string(),
|
|
2779
|
-
created: z.string().default("2026-05-
|
|
2780
|
-
updated: z.string().default("2026-05-
|
|
2789
|
+
created: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
2790
|
+
updated: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
2781
2791
|
guardrail_config: z.nullable(
|
|
2782
2792
|
z.union([
|
|
2783
2793
|
z.lazy(() =>
|
|
@@ -2965,8 +2975,8 @@ export const Ragas$inboundSchema: z.ZodType<Ragas, z.ZodTypeDef, unknown> = z
|
|
|
2965
2975
|
.object({
|
|
2966
2976
|
_id: z.string(),
|
|
2967
2977
|
description: z.string(),
|
|
2968
|
-
created: z.string().default("2026-05-
|
|
2969
|
-
updated: z.string().default("2026-05-
|
|
2978
|
+
created: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
2979
|
+
updated: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
2970
2980
|
guardrail_config: z.nullable(
|
|
2971
2981
|
z.union([
|
|
2972
2982
|
z.lazy(() =>
|
|
@@ -3789,8 +3799,8 @@ export const CreateEvalResponseBodyFunction$inboundSchema: z.ZodType<
|
|
|
3789
3799
|
> = z.object({
|
|
3790
3800
|
_id: z.string(),
|
|
3791
3801
|
description: z.string(),
|
|
3792
|
-
created: z.string().default("2026-05-
|
|
3793
|
-
updated: z.string().default("2026-05-
|
|
3802
|
+
created: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
3803
|
+
updated: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
3794
3804
|
guardrail_config: z.nullable(
|
|
3795
3805
|
z.union([
|
|
3796
3806
|
z.lazy(() =>
|
|
@@ -4008,8 +4018,8 @@ export const ResponseBodyPython$inboundSchema: z.ZodType<
|
|
|
4008
4018
|
> = z.object({
|
|
4009
4019
|
_id: z.string(),
|
|
4010
4020
|
description: z.string(),
|
|
4011
|
-
created: z.string().default("2026-05-
|
|
4012
|
-
updated: z.string().default("2026-05-
|
|
4021
|
+
created: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
4022
|
+
updated: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
4013
4023
|
guardrail_config: z.nullable(
|
|
4014
4024
|
z.union([
|
|
4015
4025
|
z.lazy(() =>
|
|
@@ -4190,8 +4200,8 @@ export const ResponseBodyHTTP$inboundSchema: z.ZodType<
|
|
|
4190
4200
|
> = z.object({
|
|
4191
4201
|
_id: z.string(),
|
|
4192
4202
|
description: z.string(),
|
|
4193
|
-
created: z.string().default("2026-05-
|
|
4194
|
-
updated: z.string().default("2026-05-
|
|
4203
|
+
created: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
4204
|
+
updated: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
4195
4205
|
guardrail_config: z.nullable(
|
|
4196
4206
|
z.union([
|
|
4197
4207
|
z.lazy(() =>
|
|
@@ -4367,8 +4377,8 @@ export const ResponseBodyJSON$inboundSchema: z.ZodType<
|
|
|
4367
4377
|
> = z.object({
|
|
4368
4378
|
_id: z.string(),
|
|
4369
4379
|
description: z.string(),
|
|
4370
|
-
created: z.string().default("2026-05-
|
|
4371
|
-
updated: z.string().default("2026-05-
|
|
4380
|
+
created: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
4381
|
+
updated: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
4372
4382
|
guardrail_config: z.nullable(
|
|
4373
4383
|
z.union([
|
|
4374
4384
|
z.lazy(() => CreateEvalGuardrailConfigEvalsResponseBoolean$inboundSchema),
|
|
@@ -4738,8 +4748,8 @@ export const CreateEvalLlm2$inboundSchema: z.ZodType<
|
|
|
4738
4748
|
> = z.object({
|
|
4739
4749
|
_id: z.string(),
|
|
4740
4750
|
description: z.string(),
|
|
4741
|
-
created: z.string().default("2026-05-
|
|
4742
|
-
updated: z.string().default("2026-05-
|
|
4751
|
+
created: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
4752
|
+
updated: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
4743
4753
|
guardrail_config: z.nullable(
|
|
4744
4754
|
z.union([
|
|
4745
4755
|
z.lazy(() =>
|
|
@@ -4760,6 +4770,7 @@ export const CreateEvalLlm2$inboundSchema: z.ZodType<
|
|
|
4760
4770
|
categorical_labels: z.array(
|
|
4761
4771
|
z.lazy(() => CreateEvalLLMEvalsCategoricalLabels$inboundSchema),
|
|
4762
4772
|
).optional(),
|
|
4773
|
+
dataset_id: z.string().optional(),
|
|
4763
4774
|
key: z.string(),
|
|
4764
4775
|
mode: z.literal("jury"),
|
|
4765
4776
|
jury: z.lazy(() => CreateEvalLLMJury$inboundSchema),
|
|
@@ -4768,6 +4779,7 @@ export const CreateEvalLlm2$inboundSchema: z.ZodType<
|
|
|
4768
4779
|
"_id": "id",
|
|
4769
4780
|
"guardrail_config": "guardrailConfig",
|
|
4770
4781
|
"categorical_labels": "categoricalLabels",
|
|
4782
|
+
"dataset_id": "datasetId",
|
|
4771
4783
|
});
|
|
4772
4784
|
});
|
|
4773
4785
|
|
|
@@ -4954,8 +4966,8 @@ export const CreateEvalLlm1$inboundSchema: z.ZodType<
|
|
|
4954
4966
|
> = z.object({
|
|
4955
4967
|
_id: z.string(),
|
|
4956
4968
|
description: z.string(),
|
|
4957
|
-
created: z.string().default("2026-05-
|
|
4958
|
-
updated: z.string().default("2026-05-
|
|
4969
|
+
created: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
4970
|
+
updated: z.string().default("2026-05-20T07:16:36.761Z"),
|
|
4959
4971
|
guardrail_config: z.nullable(
|
|
4960
4972
|
z.union([
|
|
4961
4973
|
z.lazy(() =>
|
|
@@ -4976,6 +4988,7 @@ export const CreateEvalLlm1$inboundSchema: z.ZodType<
|
|
|
4976
4988
|
categorical_labels: z.array(
|
|
4977
4989
|
z.lazy(() => CreateEvalLLMEvalsResponseCategoricalLabels$inboundSchema),
|
|
4978
4990
|
).optional(),
|
|
4991
|
+
dataset_id: z.string().optional(),
|
|
4979
4992
|
key: z.string(),
|
|
4980
4993
|
mode: z.literal("single"),
|
|
4981
4994
|
model: z.string(),
|
|
@@ -4984,6 +4997,7 @@ export const CreateEvalLlm1$inboundSchema: z.ZodType<
|
|
|
4984
4997
|
"_id": "id",
|
|
4985
4998
|
"guardrail_config": "guardrailConfig",
|
|
4986
4999
|
"categorical_labels": "categoricalLabels",
|
|
5000
|
+
"dataset_id": "datasetId",
|
|
4987
5001
|
});
|
|
4988
5002
|
});
|
|
4989
5003
|
|
|
@@ -128,13 +128,13 @@ export type CreateKnowledgeRequestBody1 = {
|
|
|
128
128
|
*/
|
|
129
129
|
retrievalSettings?: RetrievalSettings | undefined;
|
|
130
130
|
/**
|
|
131
|
-
* Entity storage path
|
|
131
|
+
* Entity storage path.
|
|
132
132
|
*
|
|
133
133
|
* @remarks
|
|
134
134
|
*
|
|
135
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
135
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
136
136
|
*
|
|
137
|
-
* With project-
|
|
137
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
138
138
|
*/
|
|
139
139
|
path: string;
|
|
140
140
|
};
|
|
@@ -236,13 +236,13 @@ export type ResponseBody2 = {
|
|
|
236
236
|
*/
|
|
237
237
|
domainId: string;
|
|
238
238
|
/**
|
|
239
|
-
* Entity storage path
|
|
239
|
+
* Entity storage path.
|
|
240
240
|
*
|
|
241
241
|
* @remarks
|
|
242
242
|
*
|
|
243
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
243
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
244
244
|
*
|
|
245
|
-
* With project-
|
|
245
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
246
246
|
*/
|
|
247
247
|
path?: string | undefined;
|
|
248
248
|
createdById?: string | null | undefined;
|
|
@@ -357,13 +357,13 @@ export type ResponseBody1 = {
|
|
|
357
357
|
*/
|
|
358
358
|
domainId: string;
|
|
359
359
|
/**
|
|
360
|
-
* Entity storage path
|
|
360
|
+
* Entity storage path.
|
|
361
361
|
*
|
|
362
362
|
* @remarks
|
|
363
363
|
*
|
|
364
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
364
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
365
365
|
*
|
|
366
|
-
* With project-
|
|
366
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
367
367
|
*/
|
|
368
368
|
path?: string | undefined;
|
|
369
369
|
createdById?: string | null | undefined;
|
|
@@ -30,13 +30,13 @@ export type CreateMemoryStoreRequestBody = {
|
|
|
30
30
|
*/
|
|
31
31
|
ttl?: number | undefined;
|
|
32
32
|
/**
|
|
33
|
-
* Entity storage path
|
|
33
|
+
* Entity storage path.
|
|
34
34
|
*
|
|
35
35
|
* @remarks
|
|
36
36
|
*
|
|
37
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
37
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
38
38
|
*
|
|
39
|
-
* With project-
|
|
39
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
40
40
|
*/
|
|
41
41
|
path: string;
|
|
42
42
|
};
|
|
@@ -871,13 +871,13 @@ export type CreatePromptRequestBody = {
|
|
|
871
871
|
*/
|
|
872
872
|
prompt: PromptInput;
|
|
873
873
|
/**
|
|
874
|
-
* Entity storage path
|
|
874
|
+
* Entity storage path.
|
|
875
875
|
*
|
|
876
876
|
* @remarks
|
|
877
877
|
*
|
|
878
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
878
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
879
879
|
*
|
|
880
|
-
* With project-
|
|
880
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
881
881
|
*/
|
|
882
882
|
path: string;
|
|
883
883
|
};
|
|
@@ -318,11 +318,6 @@ export type OrqAiTool = {
|
|
|
318
318
|
type: CreateRouterResponseToolsType;
|
|
319
319
|
};
|
|
320
320
|
|
|
321
|
-
/**
|
|
322
|
-
* The parameters the function accepts, as a JSON Schema object.
|
|
323
|
-
*/
|
|
324
|
-
export type ToolsParameters = {};
|
|
325
|
-
|
|
326
321
|
/**
|
|
327
322
|
* A function tool the model can call.
|
|
328
323
|
*/
|
|
@@ -338,7 +333,7 @@ export type ToolsFunction = {
|
|
|
338
333
|
/**
|
|
339
334
|
* The parameters the function accepts, as a JSON Schema object.
|
|
340
335
|
*/
|
|
341
|
-
parameters?:
|
|
336
|
+
parameters?: { [k: string]: any } | undefined;
|
|
342
337
|
/**
|
|
343
338
|
* Whether to enforce strict parameter validation.
|
|
344
339
|
*/
|
|
@@ -1100,27 +1095,11 @@ export function orqAiToolToJSON(orqAiTool: OrqAiTool): string {
|
|
|
1100
1095
|
return JSON.stringify(OrqAiTool$outboundSchema.parse(orqAiTool));
|
|
1101
1096
|
}
|
|
1102
1097
|
|
|
1103
|
-
/** @internal */
|
|
1104
|
-
export type ToolsParameters$Outbound = {};
|
|
1105
|
-
|
|
1106
|
-
/** @internal */
|
|
1107
|
-
export const ToolsParameters$outboundSchema: z.ZodType<
|
|
1108
|
-
ToolsParameters$Outbound,
|
|
1109
|
-
z.ZodTypeDef,
|
|
1110
|
-
ToolsParameters
|
|
1111
|
-
> = z.object({});
|
|
1112
|
-
|
|
1113
|
-
export function toolsParametersToJSON(
|
|
1114
|
-
toolsParameters: ToolsParameters,
|
|
1115
|
-
): string {
|
|
1116
|
-
return JSON.stringify(ToolsParameters$outboundSchema.parse(toolsParameters));
|
|
1117
|
-
}
|
|
1118
|
-
|
|
1119
1098
|
/** @internal */
|
|
1120
1099
|
export type ToolsFunction$Outbound = {
|
|
1121
1100
|
description?: string | undefined;
|
|
1122
1101
|
name: string;
|
|
1123
|
-
parameters?:
|
|
1102
|
+
parameters?: { [k: string]: any } | undefined;
|
|
1124
1103
|
strict?: boolean | undefined;
|
|
1125
1104
|
type: "function";
|
|
1126
1105
|
};
|
|
@@ -1133,7 +1112,7 @@ export const ToolsFunction$outboundSchema: z.ZodType<
|
|
|
1133
1112
|
> = z.object({
|
|
1134
1113
|
description: z.string().optional(),
|
|
1135
1114
|
name: z.string(),
|
|
1136
|
-
parameters: z.
|
|
1115
|
+
parameters: z.record(z.any()).optional(),
|
|
1137
1116
|
strict: z.boolean().optional(),
|
|
1138
1117
|
type: z.literal("function"),
|
|
1139
1118
|
});
|
|
@@ -82,13 +82,13 @@ export type RequestBodyCodeTool = {
|
|
|
82
82
|
*/
|
|
83
83
|
export type RequestBodyCodeExecutionTool = {
|
|
84
84
|
/**
|
|
85
|
-
* Entity storage path
|
|
85
|
+
* Entity storage path.
|
|
86
86
|
*
|
|
87
87
|
* @remarks
|
|
88
88
|
*
|
|
89
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
89
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
90
90
|
*
|
|
91
|
-
* With project-
|
|
91
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
92
92
|
*/
|
|
93
93
|
path: string;
|
|
94
94
|
/**
|
|
@@ -166,13 +166,13 @@ export type RequestBodyMcp = {
|
|
|
166
166
|
*/
|
|
167
167
|
export type RequestBodyMCPTool = {
|
|
168
168
|
/**
|
|
169
|
-
* Entity storage path
|
|
169
|
+
* Entity storage path.
|
|
170
170
|
*
|
|
171
171
|
* @remarks
|
|
172
172
|
*
|
|
173
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
173
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
174
174
|
*
|
|
175
|
-
* With project-
|
|
175
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
176
176
|
*/
|
|
177
177
|
path: string;
|
|
178
178
|
/**
|
|
@@ -312,13 +312,13 @@ export type CreateToolRequestBodyHttp = {
|
|
|
312
312
|
*/
|
|
313
313
|
export type RequestBodyHTTPTool = {
|
|
314
314
|
/**
|
|
315
|
-
* Entity storage path
|
|
315
|
+
* Entity storage path.
|
|
316
316
|
*
|
|
317
317
|
* @remarks
|
|
318
318
|
*
|
|
319
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
319
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
320
320
|
*
|
|
321
|
-
* With project-
|
|
321
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
322
322
|
*/
|
|
323
323
|
path: string;
|
|
324
324
|
/**
|
|
@@ -398,13 +398,13 @@ export type RequestBodyJsonSchema = {
|
|
|
398
398
|
*/
|
|
399
399
|
export type RequestBodyJSONSchemaTool = {
|
|
400
400
|
/**
|
|
401
|
-
* Entity storage path
|
|
401
|
+
* Entity storage path.
|
|
402
402
|
*
|
|
403
403
|
* @remarks
|
|
404
404
|
*
|
|
405
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
405
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
406
406
|
*
|
|
407
|
-
* With project-
|
|
407
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
408
408
|
*/
|
|
409
409
|
path: string;
|
|
410
410
|
/**
|
|
@@ -499,13 +499,13 @@ export type RequestBodyFunction = {
|
|
|
499
499
|
*/
|
|
500
500
|
export type RequestBodyFunctionTool = {
|
|
501
501
|
/**
|
|
502
|
-
* Entity storage path
|
|
502
|
+
* Entity storage path.
|
|
503
503
|
*
|
|
504
504
|
* @remarks
|
|
505
505
|
*
|
|
506
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
506
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
507
507
|
*
|
|
508
|
-
* With project-
|
|
508
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
509
509
|
*/
|
|
510
510
|
path: string;
|
|
511
511
|
/**
|
|
@@ -608,13 +608,13 @@ export type ResponseBodyCodeTool = {
|
|
|
608
608
|
export type ResponseBodyCodeExecutionTool = {
|
|
609
609
|
id: string;
|
|
610
610
|
/**
|
|
611
|
-
* Entity storage path
|
|
611
|
+
* Entity storage path.
|
|
612
612
|
*
|
|
613
613
|
* @remarks
|
|
614
614
|
*
|
|
615
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
615
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
616
616
|
*
|
|
617
|
-
* With project-
|
|
617
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
618
618
|
*/
|
|
619
619
|
path: string;
|
|
620
620
|
/**
|
|
@@ -732,13 +732,13 @@ export type ResponseBodyMcp = {
|
|
|
732
732
|
export type ResponseBodyMCPTool = {
|
|
733
733
|
id: string;
|
|
734
734
|
/**
|
|
735
|
-
* Entity storage path
|
|
735
|
+
* Entity storage path.
|
|
736
736
|
*
|
|
737
737
|
* @remarks
|
|
738
738
|
*
|
|
739
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
739
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
740
740
|
*
|
|
741
|
-
* With project-
|
|
741
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
742
742
|
*/
|
|
743
743
|
path: string;
|
|
744
744
|
/**
|
|
@@ -889,13 +889,13 @@ export type CreateToolResponseBodyHttp = {
|
|
|
889
889
|
export type ResponseBodyHTTPTool = {
|
|
890
890
|
id: string;
|
|
891
891
|
/**
|
|
892
|
-
* Entity storage path
|
|
892
|
+
* Entity storage path.
|
|
893
893
|
*
|
|
894
894
|
* @remarks
|
|
895
895
|
*
|
|
896
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
896
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
897
897
|
*
|
|
898
|
-
* With project-
|
|
898
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
899
899
|
*/
|
|
900
900
|
path: string;
|
|
901
901
|
/**
|
|
@@ -990,13 +990,13 @@ export type ResponseBodyJsonSchema = {
|
|
|
990
990
|
export type ResponseBodyJSONSchemaTool = {
|
|
991
991
|
id: string;
|
|
992
992
|
/**
|
|
993
|
-
* Entity storage path
|
|
993
|
+
* Entity storage path.
|
|
994
994
|
*
|
|
995
995
|
* @remarks
|
|
996
996
|
*
|
|
997
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
997
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
998
998
|
*
|
|
999
|
-
* With project-
|
|
999
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
1000
1000
|
*/
|
|
1001
1001
|
path: string;
|
|
1002
1002
|
/**
|
|
@@ -1101,13 +1101,13 @@ export type CreateToolResponseBodyFunction = {
|
|
|
1101
1101
|
export type ResponseBodyFunctionTool = {
|
|
1102
1102
|
id: string;
|
|
1103
1103
|
/**
|
|
1104
|
-
* Entity storage path
|
|
1104
|
+
* Entity storage path.
|
|
1105
1105
|
*
|
|
1106
1106
|
* @remarks
|
|
1107
1107
|
*
|
|
1108
|
-
* The first element identifies the project, followed by nested folders (auto-created as needed).
|
|
1108
|
+
* With workspace-level API keys, use the format `project/folder/subfolder/...`. The first element identifies the project, followed by nested folders (auto-created as needed). Example: `Default/agents`.
|
|
1109
1109
|
*
|
|
1110
|
-
* With project-
|
|
1110
|
+
* With project-level API keys, the project is predetermined by the API key, so the path is relative to that project. Example: `agents`. For backward compatibility, a leading project name is ignored when it matches the scoped project.
|
|
1111
1111
|
*/
|
|
1112
1112
|
path: string;
|
|
1113
1113
|
/**
|
|
@@ -1902,7 +1902,7 @@ export const ResponseBodyCodeExecutionTool$inboundSchema: z.ZodType<
|
|
|
1902
1902
|
z.ZodTypeDef,
|
|
1903
1903
|
unknown
|
|
1904
1904
|
> = z.object({
|
|
1905
|
-
_id: z.string().default("
|
|
1905
|
+
_id: z.string().default("tool_01KS23X22SSDAN6SBNVN8TZN1G"),
|
|
1906
1906
|
path: z.string(),
|
|
1907
1907
|
key: z.string(),
|
|
1908
1908
|
display_name: z.string().optional(),
|
|
@@ -1999,7 +1999,7 @@ export const ResponseBodyTools$inboundSchema: z.ZodType<
|
|
|
1999
1999
|
z.ZodTypeDef,
|
|
2000
2000
|
unknown
|
|
2001
2001
|
> = z.object({
|
|
2002
|
-
id: z.string().default("
|
|
2002
|
+
id: z.string().default("01KS23X22R1GG1CFXXKJT8QGAR"),
|
|
2003
2003
|
name: z.string(),
|
|
2004
2004
|
description: z.string().optional(),
|
|
2005
2005
|
schema: z.lazy(() => CreateToolResponseBodySchema$inboundSchema),
|
|
@@ -2055,7 +2055,7 @@ export const ResponseBodyMCPTool$inboundSchema: z.ZodType<
|
|
|
2055
2055
|
z.ZodTypeDef,
|
|
2056
2056
|
unknown
|
|
2057
2057
|
> = z.object({
|
|
2058
|
-
_id: z.string().default("
|
|
2058
|
+
_id: z.string().default("tool_01KS23X22QVRZ2XYPDZG9DD61P"),
|
|
2059
2059
|
path: z.string(),
|
|
2060
2060
|
key: z.string(),
|
|
2061
2061
|
display_name: z.string().optional(),
|
|
@@ -2241,7 +2241,7 @@ export const ResponseBodyHTTPTool$inboundSchema: z.ZodType<
|
|
|
2241
2241
|
z.ZodTypeDef,
|
|
2242
2242
|
unknown
|
|
2243
2243
|
> = z.object({
|
|
2244
|
-
_id: z.string().default("
|
|
2244
|
+
_id: z.string().default("tool_01KS23X22PAYX8C9SR3CV09D4A"),
|
|
2245
2245
|
path: z.string(),
|
|
2246
2246
|
key: z.string(),
|
|
2247
2247
|
display_name: z.string().optional(),
|
|
@@ -2334,7 +2334,7 @@ export const ResponseBodyJSONSchemaTool$inboundSchema: z.ZodType<
|
|
|
2334
2334
|
z.ZodTypeDef,
|
|
2335
2335
|
unknown
|
|
2336
2336
|
> = z.object({
|
|
2337
|
-
_id: z.string().default("
|
|
2337
|
+
_id: z.string().default("tool_01KS23X22NVDJY7BNHVN8P8A2S"),
|
|
2338
2338
|
path: z.string(),
|
|
2339
2339
|
key: z.string(),
|
|
2340
2340
|
display_name: z.string().optional(),
|
|
@@ -2435,7 +2435,7 @@ export const ResponseBodyFunctionTool$inboundSchema: z.ZodType<
|
|
|
2435
2435
|
z.ZodTypeDef,
|
|
2436
2436
|
unknown
|
|
2437
2437
|
> = z.object({
|
|
2438
|
-
_id: z.string().default("
|
|
2438
|
+
_id: z.string().default("tool_01KS23X22M1VQ4244MP11CPGGE"),
|
|
2439
2439
|
path: z.string(),
|
|
2440
2440
|
key: z.string(),
|
|
2441
2441
|
display_name: z.string().optional(),
|