@azure/ai-projects 1.0.0-beta.2 → 1.0.0-beta.4
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/LICENSE +4 -4
- package/README.md +270 -186
- package/dist/browser/agents/assistants.d.ts.map +1 -1
- package/dist/browser/agents/assistants.js +4 -2
- package/dist/browser/agents/assistants.js.map +1 -1
- package/dist/browser/agents/customModels.d.ts +4 -29
- package/dist/browser/agents/customModels.d.ts.map +1 -1
- package/dist/browser/agents/customModels.js.map +1 -1
- package/dist/browser/agents/files.d.ts +5 -4
- package/dist/browser/agents/files.d.ts.map +1 -1
- package/dist/browser/agents/files.js +55 -27
- package/dist/browser/agents/files.js.map +1 -1
- package/dist/browser/agents/index.d.ts +10 -10
- package/dist/browser/agents/index.d.ts.map +1 -1
- package/dist/browser/agents/index.js.map +1 -1
- package/dist/browser/agents/inputOutputs.d.ts +3 -3
- package/dist/browser/agents/inputOutputs.d.ts.map +1 -1
- package/dist/browser/agents/inputOutputs.js.map +1 -1
- package/dist/browser/agents/inputValidations.d.ts.map +1 -1
- package/dist/browser/agents/inputValidations.js +3 -2
- package/dist/browser/agents/inputValidations.js.map +1 -1
- package/dist/browser/agents/messages.js +2 -2
- package/dist/browser/agents/messages.js.map +1 -1
- package/dist/browser/agents/poller.d.ts +8 -33
- package/dist/browser/agents/poller.d.ts.map +1 -1
- package/dist/browser/agents/poller.js +130 -53
- package/dist/browser/agents/poller.js.map +1 -1
- package/dist/browser/agents/streamingModels.d.ts +17 -15
- package/dist/browser/agents/streamingModels.d.ts.map +1 -1
- package/dist/browser/agents/streamingModels.js.map +1 -1
- package/dist/browser/agents/traceUtility.d.ts +3 -3
- package/dist/browser/agents/traceUtility.d.ts.map +1 -1
- package/dist/browser/agents/traceUtility.js.map +1 -1
- package/dist/browser/agents/utils.d.ts +72 -4
- package/dist/browser/agents/utils.d.ts.map +1 -1
- package/dist/browser/agents/utils.js +100 -3
- package/dist/browser/agents/utils.js.map +1 -1
- package/dist/browser/agents/vectorStores.d.ts +3 -4
- package/dist/browser/agents/vectorStores.d.ts.map +1 -1
- package/dist/browser/agents/vectorStores.js +44 -26
- package/dist/browser/agents/vectorStores.js.map +1 -1
- package/dist/browser/agents/vectorStoresFileBatches.d.ts +5 -4
- package/dist/browser/agents/vectorStoresFileBatches.d.ts.map +1 -1
- package/dist/browser/agents/vectorStoresFileBatches.js +46 -32
- package/dist/browser/agents/vectorStoresFileBatches.js.map +1 -1
- package/dist/browser/agents/vectorStoresFiles.d.ts +4 -4
- package/dist/browser/agents/vectorStoresFiles.d.ts.map +1 -1
- package/dist/browser/agents/vectorStoresFiles.js +57 -28
- package/dist/browser/agents/vectorStoresFiles.js.map +1 -1
- package/dist/browser/constants.d.ts +1 -1
- package/dist/browser/constants.js +1 -1
- package/dist/browser/constants.js.map +1 -1
- package/dist/browser/customization/convertModelsToWrite.d.ts.map +1 -1
- package/dist/browser/customization/convertModelsToWrite.js +43 -94
- package/dist/browser/customization/convertModelsToWrite.js.map +1 -1
- package/dist/browser/customization/convertOutputModelsFromWire.d.ts.map +1 -1
- package/dist/browser/customization/convertOutputModelsFromWire.js +53 -11
- package/dist/browser/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/browser/customization/convertParametersToWire.d.ts +1 -1
- package/dist/browser/customization/convertParametersToWire.d.ts.map +1 -1
- package/dist/browser/customization/convertParametersToWire.js.map +1 -1
- package/dist/browser/customization/models.d.ts +146 -151
- package/dist/browser/customization/models.d.ts.map +1 -1
- package/dist/browser/customization/models.js.map +1 -1
- package/dist/browser/customization/outputModels.d.ts +188 -37
- package/dist/browser/customization/outputModels.d.ts.map +1 -1
- package/dist/browser/customization/outputModels.js.map +1 -1
- package/dist/browser/customization/streamingModels.d.ts +2 -1
- package/dist/browser/customization/streamingModels.d.ts.map +1 -1
- package/dist/browser/customization/streamingModels.js.map +1 -1
- package/dist/browser/customization/streamingWireModels.d.ts +2 -1
- package/dist/browser/customization/streamingWireModels.d.ts.map +1 -1
- package/dist/browser/customization/streamingWireModels.js.map +1 -1
- package/dist/browser/generated/src/clientDefinitions.d.ts +3 -3
- package/dist/browser/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/browser/generated/src/clientDefinitions.js.map +1 -1
- package/dist/browser/generated/src/isUnexpected.d.ts +1 -1
- package/dist/browser/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/browser/generated/src/isUnexpected.js.map +1 -1
- package/dist/browser/generated/src/models.d.ts +191 -157
- package/dist/browser/generated/src/models.d.ts.map +1 -1
- package/dist/browser/generated/src/models.js.map +1 -1
- package/dist/browser/generated/src/outputModels.d.ts +277 -47
- package/dist/browser/generated/src/outputModels.d.ts.map +1 -1
- package/dist/browser/generated/src/outputModels.js.map +1 -1
- package/dist/browser/generated/src/paginateHelper.d.ts +28 -3
- package/dist/browser/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/browser/generated/src/paginateHelper.js +99 -2
- package/dist/browser/generated/src/paginateHelper.js.map +1 -1
- package/dist/browser/generated/src/parameters.d.ts +67 -10
- package/dist/browser/generated/src/parameters.d.ts.map +1 -1
- package/dist/browser/generated/src/parameters.js.map +1 -1
- package/dist/browser/generated/src/projectsClient.d.ts +5 -5
- package/dist/browser/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/browser/generated/src/projectsClient.js +3 -3
- package/dist/browser/generated/src/projectsClient.js.map +1 -1
- package/dist/browser/generated/src/responses.d.ts +5 -4
- package/dist/browser/generated/src/responses.d.ts.map +1 -1
- package/dist/browser/generated/src/responses.js.map +1 -1
- package/dist/commonjs/agents/assistants.d.ts.map +1 -1
- package/dist/commonjs/agents/assistants.js +4 -2
- package/dist/commonjs/agents/assistants.js.map +1 -1
- package/dist/commonjs/agents/customModels.d.ts +4 -29
- package/dist/commonjs/agents/customModels.d.ts.map +1 -1
- package/dist/commonjs/agents/customModels.js.map +1 -1
- package/dist/commonjs/agents/files.d.ts +5 -4
- package/dist/commonjs/agents/files.d.ts.map +1 -1
- package/dist/commonjs/agents/files.js +55 -26
- package/dist/commonjs/agents/files.js.map +1 -1
- package/dist/commonjs/agents/index.d.ts +10 -10
- package/dist/commonjs/agents/index.d.ts.map +1 -1
- package/dist/commonjs/agents/index.js.map +1 -1
- package/dist/commonjs/agents/inputOutputs.d.ts +3 -3
- package/dist/commonjs/agents/inputOutputs.d.ts.map +1 -1
- package/dist/commonjs/agents/inputOutputs.js.map +1 -1
- package/dist/commonjs/agents/inputValidations.d.ts.map +1 -1
- package/dist/commonjs/agents/inputValidations.js +3 -2
- package/dist/commonjs/agents/inputValidations.js.map +1 -1
- package/dist/commonjs/agents/messages.js +2 -2
- package/dist/commonjs/agents/messages.js.map +1 -1
- package/dist/commonjs/agents/poller.d.ts +8 -33
- package/dist/commonjs/agents/poller.d.ts.map +1 -1
- package/dist/commonjs/agents/poller.js +131 -55
- package/dist/commonjs/agents/poller.js.map +1 -1
- package/dist/commonjs/agents/streamingModels.d.ts +17 -15
- package/dist/commonjs/agents/streamingModels.d.ts.map +1 -1
- package/dist/commonjs/agents/streamingModels.js.map +1 -1
- package/dist/commonjs/agents/traceUtility.d.ts +3 -3
- package/dist/commonjs/agents/traceUtility.d.ts.map +1 -1
- package/dist/commonjs/agents/traceUtility.js.map +1 -1
- package/dist/commonjs/agents/utils.d.ts +72 -4
- package/dist/commonjs/agents/utils.d.ts.map +1 -1
- package/dist/commonjs/agents/utils.js +100 -3
- package/dist/commonjs/agents/utils.js.map +1 -1
- package/dist/commonjs/agents/vectorStores.d.ts +3 -4
- package/dist/commonjs/agents/vectorStores.d.ts.map +1 -1
- package/dist/commonjs/agents/vectorStores.js +43 -25
- package/dist/commonjs/agents/vectorStores.js.map +1 -1
- package/dist/commonjs/agents/vectorStoresFileBatches.d.ts +5 -4
- package/dist/commonjs/agents/vectorStoresFileBatches.d.ts.map +1 -1
- package/dist/commonjs/agents/vectorStoresFileBatches.js +46 -31
- package/dist/commonjs/agents/vectorStoresFileBatches.js.map +1 -1
- package/dist/commonjs/agents/vectorStoresFiles.d.ts +4 -4
- package/dist/commonjs/agents/vectorStoresFiles.d.ts.map +1 -1
- package/dist/commonjs/agents/vectorStoresFiles.js +56 -27
- package/dist/commonjs/agents/vectorStoresFiles.js.map +1 -1
- package/dist/commonjs/constants.d.ts +1 -1
- package/dist/commonjs/constants.js +1 -1
- package/dist/commonjs/constants.js.map +1 -1
- package/dist/commonjs/customization/convertModelsToWrite.d.ts.map +1 -1
- package/dist/commonjs/customization/convertModelsToWrite.js +43 -94
- package/dist/commonjs/customization/convertModelsToWrite.js.map +1 -1
- package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts.map +1 -1
- package/dist/commonjs/customization/convertOutputModelsFromWire.js +53 -11
- package/dist/commonjs/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/commonjs/customization/convertParametersToWire.d.ts +1 -1
- package/dist/commonjs/customization/convertParametersToWire.d.ts.map +1 -1
- package/dist/commonjs/customization/convertParametersToWire.js.map +1 -1
- package/dist/commonjs/customization/models.d.ts +146 -151
- package/dist/commonjs/customization/models.d.ts.map +1 -1
- package/dist/commonjs/customization/models.js.map +1 -1
- package/dist/commonjs/customization/outputModels.d.ts +188 -37
- package/dist/commonjs/customization/outputModels.d.ts.map +1 -1
- package/dist/commonjs/customization/outputModels.js.map +1 -1
- package/dist/commonjs/customization/streamingModels.d.ts +2 -1
- package/dist/commonjs/customization/streamingModels.d.ts.map +1 -1
- package/dist/commonjs/customization/streamingModels.js.map +1 -1
- package/dist/commonjs/customization/streamingWireModels.d.ts +2 -1
- package/dist/commonjs/customization/streamingWireModels.d.ts.map +1 -1
- package/dist/commonjs/customization/streamingWireModels.js.map +1 -1
- package/dist/commonjs/generated/src/clientDefinitions.d.ts +3 -3
- package/dist/commonjs/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/commonjs/generated/src/clientDefinitions.js.map +1 -1
- package/dist/commonjs/generated/src/isUnexpected.d.ts +1 -1
- package/dist/commonjs/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/commonjs/generated/src/isUnexpected.js.map +1 -1
- package/dist/commonjs/generated/src/models.d.ts +191 -157
- package/dist/commonjs/generated/src/models.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models.js.map +1 -1
- package/dist/commonjs/generated/src/outputModels.d.ts +277 -47
- package/dist/commonjs/generated/src/outputModels.d.ts.map +1 -1
- package/dist/commonjs/generated/src/outputModels.js.map +1 -1
- package/dist/commonjs/generated/src/paginateHelper.d.ts +28 -3
- package/dist/commonjs/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/commonjs/generated/src/paginateHelper.js +99 -2
- package/dist/commonjs/generated/src/paginateHelper.js.map +1 -1
- package/dist/commonjs/generated/src/parameters.d.ts +67 -10
- package/dist/commonjs/generated/src/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/projectsClient.d.ts +5 -5
- package/dist/commonjs/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/commonjs/generated/src/projectsClient.js +3 -3
- package/dist/commonjs/generated/src/projectsClient.js.map +1 -1
- package/dist/commonjs/generated/src/responses.d.ts +5 -4
- package/dist/commonjs/generated/src/responses.d.ts.map +1 -1
- package/dist/commonjs/generated/src/responses.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/agents/assistants.d.ts.map +1 -1
- package/dist/esm/agents/assistants.js +4 -2
- package/dist/esm/agents/assistants.js.map +1 -1
- package/dist/esm/agents/customModels.d.ts +4 -29
- package/dist/esm/agents/customModels.d.ts.map +1 -1
- package/dist/esm/agents/customModels.js.map +1 -1
- package/dist/esm/agents/files.d.ts +5 -4
- package/dist/esm/agents/files.d.ts.map +1 -1
- package/dist/esm/agents/files.js +55 -27
- package/dist/esm/agents/files.js.map +1 -1
- package/dist/esm/agents/index.d.ts +10 -10
- package/dist/esm/agents/index.d.ts.map +1 -1
- package/dist/esm/agents/index.js.map +1 -1
- package/dist/esm/agents/inputOutputs.d.ts +3 -3
- package/dist/esm/agents/inputOutputs.d.ts.map +1 -1
- package/dist/esm/agents/inputOutputs.js.map +1 -1
- package/dist/esm/agents/inputValidations.d.ts.map +1 -1
- package/dist/esm/agents/inputValidations.js +3 -2
- package/dist/esm/agents/inputValidations.js.map +1 -1
- package/dist/esm/agents/messages.js +2 -2
- package/dist/esm/agents/messages.js.map +1 -1
- package/dist/esm/agents/poller.d.ts +8 -33
- package/dist/esm/agents/poller.d.ts.map +1 -1
- package/dist/esm/agents/poller.js +130 -53
- package/dist/esm/agents/poller.js.map +1 -1
- package/dist/esm/agents/streamingModels.d.ts +17 -15
- package/dist/esm/agents/streamingModels.d.ts.map +1 -1
- package/dist/esm/agents/streamingModels.js.map +1 -1
- package/dist/esm/agents/traceUtility.d.ts +3 -3
- package/dist/esm/agents/traceUtility.d.ts.map +1 -1
- package/dist/esm/agents/traceUtility.js.map +1 -1
- package/dist/esm/agents/utils.d.ts +72 -4
- package/dist/esm/agents/utils.d.ts.map +1 -1
- package/dist/esm/agents/utils.js +100 -3
- package/dist/esm/agents/utils.js.map +1 -1
- package/dist/esm/agents/vectorStores.d.ts +3 -4
- package/dist/esm/agents/vectorStores.d.ts.map +1 -1
- package/dist/esm/agents/vectorStores.js +44 -26
- package/dist/esm/agents/vectorStores.js.map +1 -1
- package/dist/esm/agents/vectorStoresFileBatches.d.ts +5 -4
- package/dist/esm/agents/vectorStoresFileBatches.d.ts.map +1 -1
- package/dist/esm/agents/vectorStoresFileBatches.js +46 -32
- package/dist/esm/agents/vectorStoresFileBatches.js.map +1 -1
- package/dist/esm/agents/vectorStoresFiles.d.ts +4 -4
- package/dist/esm/agents/vectorStoresFiles.d.ts.map +1 -1
- package/dist/esm/agents/vectorStoresFiles.js +57 -28
- package/dist/esm/agents/vectorStoresFiles.js.map +1 -1
- package/dist/esm/constants.d.ts +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/esm/constants.js.map +1 -1
- package/dist/esm/customization/convertModelsToWrite.d.ts.map +1 -1
- package/dist/esm/customization/convertModelsToWrite.js +43 -94
- package/dist/esm/customization/convertModelsToWrite.js.map +1 -1
- package/dist/esm/customization/convertOutputModelsFromWire.d.ts.map +1 -1
- package/dist/esm/customization/convertOutputModelsFromWire.js +53 -11
- package/dist/esm/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/esm/customization/convertParametersToWire.d.ts +1 -1
- package/dist/esm/customization/convertParametersToWire.d.ts.map +1 -1
- package/dist/esm/customization/convertParametersToWire.js.map +1 -1
- package/dist/esm/customization/models.d.ts +146 -151
- package/dist/esm/customization/models.d.ts.map +1 -1
- package/dist/esm/customization/models.js.map +1 -1
- package/dist/esm/customization/outputModels.d.ts +188 -37
- package/dist/esm/customization/outputModels.d.ts.map +1 -1
- package/dist/esm/customization/outputModels.js.map +1 -1
- package/dist/esm/customization/streamingModels.d.ts +2 -1
- package/dist/esm/customization/streamingModels.d.ts.map +1 -1
- package/dist/esm/customization/streamingModels.js.map +1 -1
- package/dist/esm/customization/streamingWireModels.d.ts +2 -1
- package/dist/esm/customization/streamingWireModels.d.ts.map +1 -1
- package/dist/esm/customization/streamingWireModels.js.map +1 -1
- package/dist/esm/generated/src/clientDefinitions.d.ts +3 -3
- package/dist/esm/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/esm/generated/src/clientDefinitions.js.map +1 -1
- package/dist/esm/generated/src/isUnexpected.d.ts +1 -1
- package/dist/esm/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/esm/generated/src/isUnexpected.js.map +1 -1
- package/dist/esm/generated/src/models.d.ts +191 -157
- package/dist/esm/generated/src/models.d.ts.map +1 -1
- package/dist/esm/generated/src/models.js.map +1 -1
- package/dist/esm/generated/src/outputModels.d.ts +277 -47
- package/dist/esm/generated/src/outputModels.d.ts.map +1 -1
- package/dist/esm/generated/src/outputModels.js.map +1 -1
- package/dist/esm/generated/src/paginateHelper.d.ts +28 -3
- package/dist/esm/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/esm/generated/src/paginateHelper.js +99 -2
- package/dist/esm/generated/src/paginateHelper.js.map +1 -1
- package/dist/esm/generated/src/parameters.d.ts +67 -10
- package/dist/esm/generated/src/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/parameters.js.map +1 -1
- package/dist/esm/generated/src/projectsClient.d.ts +5 -5
- package/dist/esm/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/esm/generated/src/projectsClient.js +3 -3
- package/dist/esm/generated/src/projectsClient.js.map +1 -1
- package/dist/esm/generated/src/responses.d.ts +5 -4
- package/dist/esm/generated/src/responses.d.ts.map +1 -1
- package/dist/esm/generated/src/responses.js.map +1 -1
- package/dist/react-native/agents/assistants.d.ts.map +1 -1
- package/dist/react-native/agents/assistants.js +4 -2
- package/dist/react-native/agents/assistants.js.map +1 -1
- package/dist/react-native/agents/customModels.d.ts +4 -29
- package/dist/react-native/agents/customModels.d.ts.map +1 -1
- package/dist/react-native/agents/customModels.js.map +1 -1
- package/dist/react-native/agents/files.d.ts +5 -4
- package/dist/react-native/agents/files.d.ts.map +1 -1
- package/dist/react-native/agents/files.js +55 -27
- package/dist/react-native/agents/files.js.map +1 -1
- package/dist/react-native/agents/index.d.ts +10 -10
- package/dist/react-native/agents/index.d.ts.map +1 -1
- package/dist/react-native/agents/index.js.map +1 -1
- package/dist/react-native/agents/inputOutputs.d.ts +3 -3
- package/dist/react-native/agents/inputOutputs.d.ts.map +1 -1
- package/dist/react-native/agents/inputOutputs.js.map +1 -1
- package/dist/react-native/agents/inputValidations.d.ts.map +1 -1
- package/dist/react-native/agents/inputValidations.js +3 -2
- package/dist/react-native/agents/inputValidations.js.map +1 -1
- package/dist/react-native/agents/messages.js +2 -2
- package/dist/react-native/agents/messages.js.map +1 -1
- package/dist/react-native/agents/poller.d.ts +8 -33
- package/dist/react-native/agents/poller.d.ts.map +1 -1
- package/dist/react-native/agents/poller.js +130 -53
- package/dist/react-native/agents/poller.js.map +1 -1
- package/dist/react-native/agents/streamingModels.d.ts +17 -15
- package/dist/react-native/agents/streamingModels.d.ts.map +1 -1
- package/dist/react-native/agents/streamingModels.js.map +1 -1
- package/dist/react-native/agents/traceUtility.d.ts +3 -3
- package/dist/react-native/agents/traceUtility.d.ts.map +1 -1
- package/dist/react-native/agents/traceUtility.js.map +1 -1
- package/dist/react-native/agents/utils.d.ts +72 -4
- package/dist/react-native/agents/utils.d.ts.map +1 -1
- package/dist/react-native/agents/utils.js +100 -3
- package/dist/react-native/agents/utils.js.map +1 -1
- package/dist/react-native/agents/vectorStores.d.ts +3 -4
- package/dist/react-native/agents/vectorStores.d.ts.map +1 -1
- package/dist/react-native/agents/vectorStores.js +44 -26
- package/dist/react-native/agents/vectorStores.js.map +1 -1
- package/dist/react-native/agents/vectorStoresFileBatches.d.ts +5 -4
- package/dist/react-native/agents/vectorStoresFileBatches.d.ts.map +1 -1
- package/dist/react-native/agents/vectorStoresFileBatches.js +46 -32
- package/dist/react-native/agents/vectorStoresFileBatches.js.map +1 -1
- package/dist/react-native/agents/vectorStoresFiles.d.ts +4 -4
- package/dist/react-native/agents/vectorStoresFiles.d.ts.map +1 -1
- package/dist/react-native/agents/vectorStoresFiles.js +57 -28
- package/dist/react-native/agents/vectorStoresFiles.js.map +1 -1
- package/dist/react-native/constants.d.ts +1 -1
- package/dist/react-native/constants.js +1 -1
- package/dist/react-native/constants.js.map +1 -1
- package/dist/react-native/customization/convertModelsToWrite.d.ts.map +1 -1
- package/dist/react-native/customization/convertModelsToWrite.js +43 -94
- package/dist/react-native/customization/convertModelsToWrite.js.map +1 -1
- package/dist/react-native/customization/convertOutputModelsFromWire.d.ts.map +1 -1
- package/dist/react-native/customization/convertOutputModelsFromWire.js +53 -11
- package/dist/react-native/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/react-native/customization/convertParametersToWire.d.ts +1 -1
- package/dist/react-native/customization/convertParametersToWire.d.ts.map +1 -1
- package/dist/react-native/customization/convertParametersToWire.js.map +1 -1
- package/dist/react-native/customization/models.d.ts +146 -151
- package/dist/react-native/customization/models.d.ts.map +1 -1
- package/dist/react-native/customization/models.js.map +1 -1
- package/dist/react-native/customization/outputModels.d.ts +188 -37
- package/dist/react-native/customization/outputModels.d.ts.map +1 -1
- package/dist/react-native/customization/outputModels.js.map +1 -1
- package/dist/react-native/customization/streamingModels.d.ts +2 -1
- package/dist/react-native/customization/streamingModels.d.ts.map +1 -1
- package/dist/react-native/customization/streamingModels.js.map +1 -1
- package/dist/react-native/customization/streamingWireModels.d.ts +2 -1
- package/dist/react-native/customization/streamingWireModels.d.ts.map +1 -1
- package/dist/react-native/customization/streamingWireModels.js.map +1 -1
- package/dist/react-native/generated/src/clientDefinitions.d.ts +3 -3
- package/dist/react-native/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/react-native/generated/src/clientDefinitions.js.map +1 -1
- package/dist/react-native/generated/src/isUnexpected.d.ts +1 -1
- package/dist/react-native/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/react-native/generated/src/isUnexpected.js.map +1 -1
- package/dist/react-native/generated/src/models.d.ts +191 -157
- package/dist/react-native/generated/src/models.d.ts.map +1 -1
- package/dist/react-native/generated/src/models.js.map +1 -1
- package/dist/react-native/generated/src/outputModels.d.ts +277 -47
- package/dist/react-native/generated/src/outputModels.d.ts.map +1 -1
- package/dist/react-native/generated/src/outputModels.js.map +1 -1
- package/dist/react-native/generated/src/paginateHelper.d.ts +28 -3
- package/dist/react-native/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/react-native/generated/src/paginateHelper.js +99 -2
- package/dist/react-native/generated/src/paginateHelper.js.map +1 -1
- package/dist/react-native/generated/src/parameters.d.ts +67 -10
- package/dist/react-native/generated/src/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/src/parameters.js.map +1 -1
- package/dist/react-native/generated/src/projectsClient.d.ts +5 -5
- package/dist/react-native/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/react-native/generated/src/projectsClient.js +3 -3
- package/dist/react-native/generated/src/projectsClient.js.map +1 -1
- package/dist/react-native/generated/src/responses.d.ts +5 -4
- package/dist/react-native/generated/src/responses.d.ts.map +1 -1
- package/dist/react-native/generated/src/responses.js.map +1 -1
- package/package.json +33 -34
|
@@ -56,6 +56,7 @@ export interface FileSearchToolDefinitionDetails {
|
|
|
56
56
|
* Note that the file search tool may output fewer than `max_num_results` results. See the file search tool documentation for more information.
|
|
57
57
|
*/
|
|
58
58
|
max_num_results?: number;
|
|
59
|
+
/** Ranking options for file search. */
|
|
59
60
|
ranking_options?: FileSearchRankingOptions;
|
|
60
61
|
}
|
|
61
62
|
/** Ranking options for file search. */
|
|
@@ -88,7 +89,7 @@ export interface BingGroundingToolDefinition extends ToolDefinitionParent {
|
|
|
88
89
|
/** The list of connections used by the bing grounding tool. */
|
|
89
90
|
bing_grounding: ToolConnectionList;
|
|
90
91
|
}
|
|
91
|
-
/** A set of connection resources currently used by either the `bing_grounding`, `
|
|
92
|
+
/** A set of connection resources currently used by either the `bing_grounding`, `fabric_dataagent`, or `sharepoint_grounding` tools. */
|
|
92
93
|
export interface ToolConnectionList {
|
|
93
94
|
/**
|
|
94
95
|
* The connections attached to this tool. There can be a maximum of 1 connection
|
|
@@ -103,10 +104,10 @@ export interface ToolConnection {
|
|
|
103
104
|
}
|
|
104
105
|
/** The input definition information for a Microsoft Fabric tool as used to configure an agent. */
|
|
105
106
|
export interface MicrosoftFabricToolDefinition extends ToolDefinitionParent {
|
|
106
|
-
/** The object type, which is always '
|
|
107
|
-
type: "
|
|
107
|
+
/** The object type, which is always 'fabric_dataagent'. */
|
|
108
|
+
type: "fabric_dataagent";
|
|
108
109
|
/** The list of connections used by the Microsoft Fabric tool. */
|
|
109
|
-
|
|
110
|
+
fabric_dataagent: ToolConnectionList;
|
|
110
111
|
}
|
|
111
112
|
/** The input definition information for a sharepoint tool as used to configure an agent. */
|
|
112
113
|
export interface SharepointToolDefinition extends ToolDefinitionParent {
|
|
@@ -120,13 +121,94 @@ export interface AzureAISearchToolDefinition extends ToolDefinitionParent {
|
|
|
120
121
|
/** The object type, which is always 'azure_ai_search'. */
|
|
121
122
|
type: "azure_ai_search";
|
|
122
123
|
}
|
|
124
|
+
/** The input definition information for an OpenAPI tool as used to configure an agent. */
|
|
125
|
+
export interface OpenApiToolDefinition extends ToolDefinitionParent {
|
|
126
|
+
/** The object type, which is always 'openapi'. */
|
|
127
|
+
type: "openapi";
|
|
128
|
+
/** The openapi function definition. */
|
|
129
|
+
openapi: OpenApiFunctionDefinition;
|
|
130
|
+
}
|
|
131
|
+
/** The input definition information for an openapi function. */
|
|
132
|
+
export interface OpenApiFunctionDefinition {
|
|
133
|
+
/** The name of the function to be called. */
|
|
134
|
+
name: string;
|
|
135
|
+
/** A description of what the function does, used by the model to choose when and how to call the function. */
|
|
136
|
+
description?: string;
|
|
137
|
+
/** The openapi function shape, described as a JSON Schema object. */
|
|
138
|
+
spec: unknown;
|
|
139
|
+
/** Open API authentication details */
|
|
140
|
+
auth: OpenApiAuthDetails;
|
|
141
|
+
}
|
|
142
|
+
/** authentication details for OpenApiFunctionDefinition */
|
|
143
|
+
export interface OpenApiAuthDetailsParent {
|
|
144
|
+
type: OpenApiAuthType;
|
|
145
|
+
}
|
|
146
|
+
/** Security details for OpenApi anonymous authentication */
|
|
147
|
+
export interface OpenApiAnonymousAuthDetails extends OpenApiAuthDetailsParent {
|
|
148
|
+
/** The object type, which is always 'anonymous'. */
|
|
149
|
+
type: "anonymous";
|
|
150
|
+
}
|
|
151
|
+
/** Security details for OpenApi connection authentication */
|
|
152
|
+
export interface OpenApiConnectionAuthDetails extends OpenApiAuthDetailsParent {
|
|
153
|
+
/** The object type, which is always 'connection'. */
|
|
154
|
+
type: "connection";
|
|
155
|
+
/** Connection auth security details */
|
|
156
|
+
security_scheme: OpenApiConnectionSecurityScheme;
|
|
157
|
+
}
|
|
158
|
+
/** Security scheme for OpenApi managed_identity authentication */
|
|
159
|
+
export interface OpenApiConnectionSecurityScheme {
|
|
160
|
+
/** Connection id for Connection auth type */
|
|
161
|
+
connection_id: string;
|
|
162
|
+
}
|
|
163
|
+
/** Security details for OpenApi managed_identity authentication */
|
|
164
|
+
export interface OpenApiManagedAuthDetails extends OpenApiAuthDetailsParent {
|
|
165
|
+
/** The object type, which is always 'managed_identity'. */
|
|
166
|
+
type: "managed_identity";
|
|
167
|
+
/** Connection auth security details */
|
|
168
|
+
security_scheme: OpenApiManagedSecurityScheme;
|
|
169
|
+
}
|
|
170
|
+
/** Security scheme for OpenApi managed_identity authentication */
|
|
171
|
+
export interface OpenApiManagedSecurityScheme {
|
|
172
|
+
/** Authentication scope for managed_identity auth type */
|
|
173
|
+
audience: string;
|
|
174
|
+
}
|
|
175
|
+
/** The input definition information for a azure function tool as used to configure an agent. */
|
|
176
|
+
export interface AzureFunctionToolDefinition extends ToolDefinitionParent {
|
|
177
|
+
/** The object type, which is always 'azure_function'. */
|
|
178
|
+
type: "azure_function";
|
|
179
|
+
/** The definition of the concrete function that the function tool should call. */
|
|
180
|
+
azure_function: AzureFunctionDefinition;
|
|
181
|
+
}
|
|
182
|
+
/** The definition of Azure function. */
|
|
183
|
+
export interface AzureFunctionDefinition {
|
|
184
|
+
/** The definition of azure function and its parameters. */
|
|
185
|
+
function: FunctionDefinition;
|
|
186
|
+
/** Input storage queue. The queue storage trigger runs a function as messages are added to it. */
|
|
187
|
+
input_binding: AzureFunctionBinding;
|
|
188
|
+
/** Output storage queue. The function writes output to this queue when the input items are processed. */
|
|
189
|
+
output_binding: AzureFunctionBinding;
|
|
190
|
+
}
|
|
191
|
+
/** The structure for keeping storage queue name and URI. */
|
|
192
|
+
export interface AzureFunctionBinding {
|
|
193
|
+
/** The type of binding, which is always 'storage_queue'. */
|
|
194
|
+
type: "storage_queue";
|
|
195
|
+
/** Storage queue. */
|
|
196
|
+
storage_queue: AzureFunctionStorageQueue;
|
|
197
|
+
}
|
|
198
|
+
/** The structure for keeping storage queue name and URI. */
|
|
199
|
+
export interface AzureFunctionStorageQueue {
|
|
200
|
+
/** URI to the Azure Storage Queue service allowing you to manipulate a queue. */
|
|
201
|
+
queue_service_endpoint: string;
|
|
202
|
+
/** The name of an Azure function storage queue. */
|
|
203
|
+
queue_name: string;
|
|
204
|
+
}
|
|
123
205
|
/**
|
|
124
206
|
* A set of resources that are used by the agent's tools. The resources are specific to the type of
|
|
125
207
|
* tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search`
|
|
126
208
|
* tool requires a list of vector store IDs.
|
|
127
209
|
*/
|
|
128
210
|
export interface ToolResources {
|
|
129
|
-
/** Resources to be used by the `code_interpreter tool
|
|
211
|
+
/** Resources to be used by the `code_interpreter` tool consisting of file IDs. */
|
|
130
212
|
code_interpreter?: CodeInterpreterToolResource;
|
|
131
213
|
/** Resources to be used by the `file_search` tool consisting of vector store IDs. */
|
|
132
214
|
file_search?: FileSearchToolResource;
|
|
@@ -140,7 +222,7 @@ export interface CodeInterpreterToolResource {
|
|
|
140
222
|
* associated with the tool.
|
|
141
223
|
*/
|
|
142
224
|
file_ids?: string[];
|
|
143
|
-
/** The data sources to be used. This option is mutually exclusive with fileIds. */
|
|
225
|
+
/** The data sources to be used. This option is mutually exclusive with the `fileIds` property. */
|
|
144
226
|
data_sources?: Array<VectorStoreDataSource>;
|
|
145
227
|
}
|
|
146
228
|
/**
|
|
@@ -150,7 +232,11 @@ export interface CodeInterpreterToolResource {
|
|
|
150
232
|
export interface VectorStoreDataSource {
|
|
151
233
|
/** Asset URI. */
|
|
152
234
|
uri: string;
|
|
153
|
-
/**
|
|
235
|
+
/**
|
|
236
|
+
* The asset type
|
|
237
|
+
*
|
|
238
|
+
* Possible values: "uri_asset", "id_asset"
|
|
239
|
+
*/
|
|
154
240
|
type: VectorStoreDataSourceAssetType;
|
|
155
241
|
}
|
|
156
242
|
/** A set of resources that are used by the `file_search` tool. */
|
|
@@ -161,9 +247,9 @@ export interface FileSearchToolResource {
|
|
|
161
247
|
*/
|
|
162
248
|
vector_store_ids?: string[];
|
|
163
249
|
/**
|
|
164
|
-
* The list of vector store configuration objects from Azure.
|
|
165
|
-
*
|
|
166
|
-
* the list of azure asset IDs used by the search tool.
|
|
250
|
+
* The list of vector store configuration objects from Azure.
|
|
251
|
+
* This list is limited to one element.
|
|
252
|
+
* The only element of this list contains the list of azure asset IDs used by the search tool.
|
|
167
253
|
*/
|
|
168
254
|
vector_stores?: Array<VectorStoreConfigurations>;
|
|
169
255
|
}
|
|
@@ -188,14 +274,24 @@ export interface AzureAISearchResource {
|
|
|
188
274
|
* The indices attached to this agent. There can be a maximum of 1 index
|
|
189
275
|
* resource attached to the agent.
|
|
190
276
|
*/
|
|
191
|
-
indexes?: Array<
|
|
277
|
+
indexes?: Array<AISearchIndexResource>;
|
|
192
278
|
}
|
|
193
|
-
/** A Index resource. */
|
|
194
|
-
export interface
|
|
279
|
+
/** A AI Search Index resource. */
|
|
280
|
+
export interface AISearchIndexResource {
|
|
195
281
|
/** An index connection id in an IndexResource attached to this agent. */
|
|
196
282
|
index_connection_id: string;
|
|
197
283
|
/** The name of an index in an IndexResource attached to this agent. */
|
|
198
284
|
index_name: string;
|
|
285
|
+
/**
|
|
286
|
+
* Type of query in an AIIndexResource attached to this agent.
|
|
287
|
+
*
|
|
288
|
+
* Possible values: "simple", "semantic", "vector", "vector_simple_hybrid", "vector_semantic_hybrid"
|
|
289
|
+
*/
|
|
290
|
+
query_type?: AzureAISearchQueryType;
|
|
291
|
+
/** Number of documents to retrieve from search and present to the model. */
|
|
292
|
+
top_k?: number;
|
|
293
|
+
/** Odata filter string for search resource. */
|
|
294
|
+
filter?: string;
|
|
199
295
|
}
|
|
200
296
|
/**
|
|
201
297
|
* An object describing the expected output of the model. If `json_object` only `function` type `tools` are allowed to be passed to the Run.
|
|
@@ -207,7 +303,23 @@ export interface AgentsApiResponseFormat {
|
|
|
207
303
|
*
|
|
208
304
|
* Possible values: "text", "json_object"
|
|
209
305
|
*/
|
|
210
|
-
type?:
|
|
306
|
+
type?: ResponseFormat;
|
|
307
|
+
}
|
|
308
|
+
/** The type of response format being defined: `json_schema` */
|
|
309
|
+
export interface ResponseFormatJsonSchemaType {
|
|
310
|
+
/** Type */
|
|
311
|
+
type: "json_schema";
|
|
312
|
+
/** The JSON schema, describing response format. */
|
|
313
|
+
json_schema: ResponseFormatJsonSchema;
|
|
314
|
+
}
|
|
315
|
+
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
316
|
+
export interface ResponseFormatJsonSchema {
|
|
317
|
+
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
318
|
+
description?: string;
|
|
319
|
+
/** The name of a schema. */
|
|
320
|
+
name: string;
|
|
321
|
+
/** The JSON schema object, describing the response format. */
|
|
322
|
+
schema: unknown;
|
|
211
323
|
}
|
|
212
324
|
/** The request details to use when modifying an existing agent. */
|
|
213
325
|
export interface UpdateAgentOptions {
|
|
@@ -284,9 +396,9 @@ export interface MessageAttachment {
|
|
|
284
396
|
/** The ID of the file to attach to the message. */
|
|
285
397
|
file_id?: string;
|
|
286
398
|
/** Azure asset ID. */
|
|
287
|
-
|
|
399
|
+
data_source?: VectorStoreDataSource;
|
|
288
400
|
/** The tools to add to this file. */
|
|
289
|
-
tools: MessageAttachmentToolDefinition
|
|
401
|
+
tools: Array<MessageAttachmentToolDefinition>;
|
|
290
402
|
}
|
|
291
403
|
/** The details used to update an existing agent thread */
|
|
292
404
|
export interface UpdateAgentThreadOptions {
|
|
@@ -299,127 +411,6 @@ export interface UpdateAgentThreadOptions {
|
|
|
299
411
|
/** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
|
|
300
412
|
metadata?: Record<string, string> | null;
|
|
301
413
|
}
|
|
302
|
-
/** A single, existing message within an agent thread. */
|
|
303
|
-
export interface ThreadMessage {
|
|
304
|
-
/** The identifier, which can be referenced in API endpoints. */
|
|
305
|
-
id: string;
|
|
306
|
-
/** The object type, which is always 'thread.message'. */
|
|
307
|
-
object: "thread.message";
|
|
308
|
-
/** The Unix timestamp, in seconds, representing when this object was created. */
|
|
309
|
-
created_at: number;
|
|
310
|
-
/** The ID of the thread that this message belongs to. */
|
|
311
|
-
thread_id: string;
|
|
312
|
-
/**
|
|
313
|
-
* The status of the message.
|
|
314
|
-
*
|
|
315
|
-
* Possible values: "in_progress", "incomplete", "completed"
|
|
316
|
-
*/
|
|
317
|
-
status: MessageStatus;
|
|
318
|
-
/** On an incomplete message, details about why the message is incomplete. */
|
|
319
|
-
incomplete_details: MessageIncompleteDetails | null;
|
|
320
|
-
/** The Unix timestamp (in seconds) for when the message was completed. */
|
|
321
|
-
completed_at: number | null;
|
|
322
|
-
/** The Unix timestamp (in seconds) for when the message was marked as incomplete. */
|
|
323
|
-
incomplete_at: number | null;
|
|
324
|
-
/**
|
|
325
|
-
* The role associated with the agent thread message.
|
|
326
|
-
*
|
|
327
|
-
* Possible values: "user", "assistant"
|
|
328
|
-
*/
|
|
329
|
-
role: MessageRole;
|
|
330
|
-
/** The list of content items associated with the agent thread message. */
|
|
331
|
-
content: Array<MessageContent>;
|
|
332
|
-
/** If applicable, the ID of the agent that authored this message. */
|
|
333
|
-
assistant_id: string | null;
|
|
334
|
-
/** If applicable, the ID of the run associated with the authoring of this message. */
|
|
335
|
-
run_id: string | null;
|
|
336
|
-
/** A list of files attached to the message, and the tools they were added to. */
|
|
337
|
-
attachments: Array<MessageAttachment> | null;
|
|
338
|
-
/** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
|
|
339
|
-
metadata: Record<string, string> | null;
|
|
340
|
-
}
|
|
341
|
-
/** Information providing additional detail about a message entering an incomplete status. */
|
|
342
|
-
export interface MessageIncompleteDetails {
|
|
343
|
-
/**
|
|
344
|
-
* The provided reason describing why the message was marked as incomplete.
|
|
345
|
-
*
|
|
346
|
-
* Possible values: "content_filter", "max_tokens", "run_cancelled", "run_failed", "run_expired"
|
|
347
|
-
*/
|
|
348
|
-
reason: MessageIncompleteDetailsReason;
|
|
349
|
-
}
|
|
350
|
-
/** An abstract representation of a single item of thread message content. */
|
|
351
|
-
export interface MessageContentParent {
|
|
352
|
-
type: string;
|
|
353
|
-
}
|
|
354
|
-
/** A representation of a textual item of thread message content. */
|
|
355
|
-
export interface MessageTextContent extends MessageContentParent {
|
|
356
|
-
/** The object type, which is always 'text'. */
|
|
357
|
-
type: "text";
|
|
358
|
-
/** The text and associated annotations for this thread message content item. */
|
|
359
|
-
text: MessageTextDetails;
|
|
360
|
-
}
|
|
361
|
-
/** The text and associated annotations for a single item of agent thread message content. */
|
|
362
|
-
export interface MessageTextDetails {
|
|
363
|
-
/** The text data. */
|
|
364
|
-
value: string;
|
|
365
|
-
/** A list of annotations associated with this text. */
|
|
366
|
-
annotations: Array<MessageTextAnnotation>;
|
|
367
|
-
}
|
|
368
|
-
/** An abstract representation of an annotation to text thread message content. */
|
|
369
|
-
export interface MessageTextAnnotationParent {
|
|
370
|
-
/** The textual content associated with this text annotation item. */
|
|
371
|
-
text: string;
|
|
372
|
-
type: string;
|
|
373
|
-
}
|
|
374
|
-
/** A citation within the message that points to a specific quote from a specific File associated with the agent or the message. Generated when the agent uses the 'file_search' tool to search files. */
|
|
375
|
-
export interface MessageTextFileCitationAnnotation extends MessageTextAnnotationParent {
|
|
376
|
-
/** The object type, which is always 'file_citation'. */
|
|
377
|
-
type: "file_citation";
|
|
378
|
-
/**
|
|
379
|
-
* A citation within the message that points to a specific quote from a specific file.
|
|
380
|
-
* Generated when the agent uses the "file_search" tool to search files.
|
|
381
|
-
*/
|
|
382
|
-
file_citation: MessageTextFileCitationDetails;
|
|
383
|
-
/** The first text index associated with this text annotation. */
|
|
384
|
-
start_index?: number;
|
|
385
|
-
/** The last text index associated with this text annotation. */
|
|
386
|
-
end_index?: number;
|
|
387
|
-
}
|
|
388
|
-
/** A representation of a file-based text citation, as used in a file-based annotation of text thread message content. */
|
|
389
|
-
export interface MessageTextFileCitationDetails {
|
|
390
|
-
/** The ID of the file associated with this citation. */
|
|
391
|
-
file_id: string;
|
|
392
|
-
/** The specific quote cited in the associated file. */
|
|
393
|
-
quote: string;
|
|
394
|
-
}
|
|
395
|
-
/** A citation within the message that points to a file located at a specific path. */
|
|
396
|
-
export interface MessageTextFilePathAnnotation extends MessageTextAnnotationParent {
|
|
397
|
-
/** The object type, which is always 'file_path'. */
|
|
398
|
-
type: "file_path";
|
|
399
|
-
/** A URL for the file that's generated when the agent used the code_interpreter tool to generate a file. */
|
|
400
|
-
file_path: MessageTextFilePathDetails;
|
|
401
|
-
/** The first text index associated with this text annotation. */
|
|
402
|
-
start_index?: number;
|
|
403
|
-
/** The last text index associated with this text annotation. */
|
|
404
|
-
end_index?: number;
|
|
405
|
-
}
|
|
406
|
-
/** An encapsulation of an image file ID, as used by message image content. */
|
|
407
|
-
export interface MessageTextFilePathDetails {
|
|
408
|
-
/** The ID of the specific file that the citation is from. */
|
|
409
|
-
file_id: string;
|
|
410
|
-
}
|
|
411
|
-
/** A representation of image file content in a thread message. */
|
|
412
|
-
export interface MessageImageFileContent extends MessageContentParent {
|
|
413
|
-
/** The object type, which is always 'image_file'. */
|
|
414
|
-
type: "image_file";
|
|
415
|
-
/** The image file for this thread message content item. */
|
|
416
|
-
image_file: MessageImageFileDetails;
|
|
417
|
-
}
|
|
418
|
-
/** An image reference, as represented in thread message content. */
|
|
419
|
-
export interface MessageImageFileDetails {
|
|
420
|
-
/** The ID for the file associated with this image. */
|
|
421
|
-
file_id: string;
|
|
422
|
-
}
|
|
423
414
|
/** The details used when creating a new run of an agent thread. */
|
|
424
415
|
export interface CreateRunOptions {
|
|
425
416
|
/** The ID of the agent that should run the thread. */
|
|
@@ -434,7 +425,7 @@ export interface CreateRunOptions {
|
|
|
434
425
|
*/
|
|
435
426
|
additional_instructions?: string | null;
|
|
436
427
|
/** Adds additional messages to the thread before creating the run. */
|
|
437
|
-
additional_messages?: Array<
|
|
428
|
+
additional_messages?: Array<ThreadMessageOptions> | null;
|
|
438
429
|
/** The overridden list of enabled tools that the agent should use to run the thread. */
|
|
439
430
|
tools?: Array<ToolDefinition> | null;
|
|
440
431
|
/**
|
|
@@ -473,6 +464,8 @@ export interface CreateRunOptions {
|
|
|
473
464
|
tool_choice?: AgentsApiToolChoiceOption | null;
|
|
474
465
|
/** Specifies the format that the model must output. */
|
|
475
466
|
response_format?: AgentsApiResponseFormatOption | null;
|
|
467
|
+
/** If `true` functions will run in parallel during tool use. */
|
|
468
|
+
parallel_tool_calls?: boolean;
|
|
476
469
|
/** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
|
|
477
470
|
metadata?: Record<string, string> | null;
|
|
478
471
|
}
|
|
@@ -497,7 +490,7 @@ export interface AgentsNamedToolChoice {
|
|
|
497
490
|
/**
|
|
498
491
|
* the type of tool. If type is `function`, the function name must be set.
|
|
499
492
|
*
|
|
500
|
-
* Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "
|
|
493
|
+
* Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "fabric_dataagent", "sharepoint_grounding", "azure_ai_search"
|
|
501
494
|
*/
|
|
502
495
|
type: AgentsNamedToolChoiceType;
|
|
503
496
|
/** The name of the function to call */
|
|
@@ -591,9 +584,17 @@ export interface CreateAndRunThreadOptions {
|
|
|
591
584
|
tool_choice?: AgentsApiToolChoiceOption | null;
|
|
592
585
|
/** Specifies the format that the model must output. */
|
|
593
586
|
response_format?: AgentsApiResponseFormatOption | null;
|
|
587
|
+
/** If `true` functions will run in parallel during tool use. */
|
|
588
|
+
parallel_tool_calls?: boolean;
|
|
594
589
|
/** A set of up to 16 key/value pairs that can be attached to an object, used for storing additional information about that object in a structured format. Keys may be up to 64 characters in length and values may be up to 512 characters in length. */
|
|
595
590
|
metadata?: Record<string, string> | null;
|
|
596
591
|
}
|
|
592
|
+
export interface HttpPartFile {
|
|
593
|
+
}
|
|
594
|
+
export interface HttpPartFilePurpose {
|
|
595
|
+
}
|
|
596
|
+
export interface HttpPartString {
|
|
597
|
+
}
|
|
597
598
|
/** The expiration policy for a vector store. */
|
|
598
599
|
export interface VectorStoreExpirationPolicy {
|
|
599
600
|
/**
|
|
@@ -659,7 +660,9 @@ export interface VectorStoreUpdateOptions {
|
|
|
659
660
|
export interface Evaluation {
|
|
660
661
|
/** Data for evaluation. */
|
|
661
662
|
data: InputData;
|
|
662
|
-
/**
|
|
663
|
+
/** Evaluation target specifying the model config and parameters */
|
|
664
|
+
target?: EvaluationTarget;
|
|
665
|
+
/** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */
|
|
663
666
|
displayName?: string;
|
|
664
667
|
/** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
|
|
665
668
|
description?: string;
|
|
@@ -681,7 +684,7 @@ export interface ApplicationInsightsConfiguration extends InputDataParent {
|
|
|
681
684
|
/** Query to fetch the data. */
|
|
682
685
|
query: string;
|
|
683
686
|
/** Service name. */
|
|
684
|
-
serviceName
|
|
687
|
+
serviceName?: string;
|
|
685
688
|
/** Connection String to connect to ApplicationInsights. */
|
|
686
689
|
connectionString?: string;
|
|
687
690
|
}
|
|
@@ -690,6 +693,35 @@ export interface Dataset extends InputDataParent {
|
|
|
690
693
|
/** Evaluation input data */
|
|
691
694
|
id: string;
|
|
692
695
|
}
|
|
696
|
+
/** Target for the evaluation process. */
|
|
697
|
+
export interface EvaluationTarget {
|
|
698
|
+
/** System message related to the evaluation target. */
|
|
699
|
+
systemMessage: string;
|
|
700
|
+
/** Model configuration for the evaluation. */
|
|
701
|
+
modelConfig: TargetModelConfig;
|
|
702
|
+
/** A dictionary of parameters for the model. */
|
|
703
|
+
modelParams?: Record<string, unknown>;
|
|
704
|
+
}
|
|
705
|
+
/** Abstract class for model configuration. */
|
|
706
|
+
export interface TargetModelConfigParent {
|
|
707
|
+
type: string;
|
|
708
|
+
}
|
|
709
|
+
/** Azure OpenAI model configuration. The API version would be selected by the service for querying the model. */
|
|
710
|
+
export interface AoaiModelConfig extends TargetModelConfigParent {
|
|
711
|
+
/** Endpoint URL for AOAI model. */
|
|
712
|
+
azureEndpoint: string;
|
|
713
|
+
/** API Key for AOAI model. */
|
|
714
|
+
apiKey: string;
|
|
715
|
+
/** Deployment name for AOAI model. */
|
|
716
|
+
azureDeployment: string;
|
|
717
|
+
}
|
|
718
|
+
/** MaaS model configuration. The API version would be selected by the service for querying the model. */
|
|
719
|
+
export interface MaasModelConfig extends TargetModelConfigParent {
|
|
720
|
+
/** Endpoint URL for MAAS model. */
|
|
721
|
+
azureEndpoint: string;
|
|
722
|
+
/** API Key for MAAS model. */
|
|
723
|
+
apiKey: string;
|
|
724
|
+
}
|
|
693
725
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
694
726
|
export interface SystemData {
|
|
695
727
|
}
|
|
@@ -751,35 +783,37 @@ export interface CronTrigger extends TriggerParent {
|
|
|
751
783
|
expression: string;
|
|
752
784
|
}
|
|
753
785
|
/** An abstract representation of an input tool definition that an agent can use. */
|
|
754
|
-
export type ToolDefinition = ToolDefinitionParent | CodeInterpreterToolDefinition | FileSearchToolDefinition | FunctionToolDefinition | BingGroundingToolDefinition | MicrosoftFabricToolDefinition | SharepointToolDefinition | AzureAISearchToolDefinition;
|
|
755
|
-
/**
|
|
756
|
-
export type
|
|
757
|
-
/** An abstract representation of an annotation to text thread message content. */
|
|
758
|
-
export type MessageTextAnnotation = MessageTextAnnotationParent | MessageTextFileCitationAnnotation | MessageTextFilePathAnnotation;
|
|
786
|
+
export type ToolDefinition = ToolDefinitionParent | CodeInterpreterToolDefinition | FileSearchToolDefinition | FunctionToolDefinition | BingGroundingToolDefinition | MicrosoftFabricToolDefinition | SharepointToolDefinition | AzureAISearchToolDefinition | OpenApiToolDefinition | AzureFunctionToolDefinition;
|
|
787
|
+
/** authentication details for OpenApiFunctionDefinition */
|
|
788
|
+
export type OpenApiAuthDetails = OpenApiAuthDetailsParent | OpenApiAnonymousAuthDetails | OpenApiConnectionAuthDetails | OpenApiManagedAuthDetails;
|
|
759
789
|
/** An abstract representation of a vector store chunking strategy configuration. */
|
|
760
790
|
export type VectorStoreChunkingStrategyRequest = VectorStoreChunkingStrategyRequestParent | VectorStoreAutoChunkingStrategyRequest | VectorStoreStaticChunkingStrategyRequest;
|
|
761
791
|
/** Abstract data class for input data configuration. */
|
|
762
792
|
export type InputData = InputDataParent | ApplicationInsightsConfiguration | Dataset;
|
|
793
|
+
/** Abstract class for model configuration. */
|
|
794
|
+
export type TargetModelConfig = TargetModelConfigParent | AoaiModelConfig | MaasModelConfig;
|
|
763
795
|
/** Abstract data class for input data configuration. */
|
|
764
796
|
export type Trigger = TriggerParent | RecurrenceTrigger | CronTrigger;
|
|
797
|
+
/** Alias for OpenApiAuthType */
|
|
798
|
+
export type OpenApiAuthType = string;
|
|
765
799
|
/** Alias for VectorStoreDataSourceAssetType */
|
|
766
|
-
export type VectorStoreDataSourceAssetType =
|
|
800
|
+
export type VectorStoreDataSourceAssetType = string;
|
|
801
|
+
/** Alias for AzureAISearchQueryType */
|
|
802
|
+
export type AzureAISearchQueryType = string;
|
|
767
803
|
/** Alias for AgentsApiResponseFormatMode */
|
|
768
804
|
export type AgentsApiResponseFormatMode = string;
|
|
769
|
-
/** Alias for
|
|
770
|
-
export type
|
|
805
|
+
/** Alias for ResponseFormat */
|
|
806
|
+
export type ResponseFormat = string;
|
|
771
807
|
/** Alias for AgentsApiResponseFormatOption */
|
|
772
|
-
export type AgentsApiResponseFormatOption = string | AgentsApiResponseFormatMode | AgentsApiResponseFormat;
|
|
808
|
+
export type AgentsApiResponseFormatOption = string | AgentsApiResponseFormatMode | AgentsApiResponseFormat | ResponseFormatJsonSchemaType;
|
|
773
809
|
/** Alias for ListSortOrder */
|
|
774
|
-
export type ListSortOrder =
|
|
810
|
+
export type ListSortOrder = string;
|
|
775
811
|
/** Alias for MessageRole */
|
|
776
812
|
export type MessageRole = string;
|
|
777
813
|
/** Alias for MessageAttachmentToolDefinition */
|
|
778
814
|
export type MessageAttachmentToolDefinition = CodeInterpreterToolDefinition | FileSearchToolDefinition;
|
|
779
|
-
/** Alias for
|
|
780
|
-
export type
|
|
781
|
-
/** Alias for MessageIncompleteDetailsReason */
|
|
782
|
-
export type MessageIncompleteDetailsReason = string;
|
|
815
|
+
/** Alias for RunAdditionalFieldList */
|
|
816
|
+
export type RunAdditionalFieldList = string;
|
|
783
817
|
/** Alias for TruncationStrategy */
|
|
784
818
|
export type TruncationStrategy = string;
|
|
785
819
|
/** Alias for AgentsApiToolChoiceOptionMode */
|
|
@@ -796,8 +830,8 @@ export type VectorStoreExpirationPolicyAnchor = string;
|
|
|
796
830
|
export type VectorStoreChunkingStrategyRequestType = string;
|
|
797
831
|
/** Alias for VectorStoreFileStatusFilter */
|
|
798
832
|
export type VectorStoreFileStatusFilter = string;
|
|
799
|
-
/**
|
|
800
|
-
export type ConnectionType =
|
|
833
|
+
/** Alias for ConnectionType */
|
|
834
|
+
export type ConnectionType = string;
|
|
801
835
|
/** Alias for Frequency */
|
|
802
836
|
export type Frequency = string;
|
|
803
837
|
/** Alias for WeekDays */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/models.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"models.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/models.ts"],"names":[],"mappings":"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"}
|