@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
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { Paged } from "@azure/core-paging";
|
|
2
1
|
/** An abstract representation of an input tool definition that an agent can use. */
|
|
3
2
|
export interface ToolDefinitionOutputParent {
|
|
4
3
|
type: string;
|
|
@@ -23,6 +22,7 @@ export interface FileSearchToolDefinitionDetailsOutput {
|
|
|
23
22
|
* Note that the file search tool may output fewer than `max_num_results` results. See the file search tool documentation for more information.
|
|
24
23
|
*/
|
|
25
24
|
max_num_results?: number;
|
|
25
|
+
/** Ranking options for file search. */
|
|
26
26
|
ranking_options?: FileSearchRankingOptionsOutput;
|
|
27
27
|
}
|
|
28
28
|
/** Ranking options for file search. */
|
|
@@ -55,7 +55,7 @@ export interface BingGroundingToolDefinitionOutput extends ToolDefinitionOutputP
|
|
|
55
55
|
/** The list of connections used by the bing grounding tool. */
|
|
56
56
|
bing_grounding: ToolConnectionListOutput;
|
|
57
57
|
}
|
|
58
|
-
/** A set of connection resources currently used by either the `bing_grounding`, `
|
|
58
|
+
/** A set of connection resources currently used by either the `bing_grounding`, `fabric_dataagent`, or `sharepoint_grounding` tools. */
|
|
59
59
|
export interface ToolConnectionListOutput {
|
|
60
60
|
/**
|
|
61
61
|
* The connections attached to this tool. There can be a maximum of 1 connection
|
|
@@ -70,10 +70,10 @@ export interface ToolConnectionOutput {
|
|
|
70
70
|
}
|
|
71
71
|
/** The input definition information for a Microsoft Fabric tool as used to configure an agent. */
|
|
72
72
|
export interface MicrosoftFabricToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
73
|
-
/** The object type, which is always '
|
|
74
|
-
type: "
|
|
73
|
+
/** The object type, which is always 'fabric_dataagent'. */
|
|
74
|
+
type: "fabric_dataagent";
|
|
75
75
|
/** The list of connections used by the Microsoft Fabric tool. */
|
|
76
|
-
|
|
76
|
+
fabric_dataagent: ToolConnectionListOutput;
|
|
77
77
|
}
|
|
78
78
|
/** The input definition information for a sharepoint tool as used to configure an agent. */
|
|
79
79
|
export interface SharepointToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
@@ -87,13 +87,94 @@ export interface AzureAISearchToolDefinitionOutput extends ToolDefinitionOutputP
|
|
|
87
87
|
/** The object type, which is always 'azure_ai_search'. */
|
|
88
88
|
type: "azure_ai_search";
|
|
89
89
|
}
|
|
90
|
+
/** The input definition information for an OpenAPI tool as used to configure an agent. */
|
|
91
|
+
export interface OpenApiToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
92
|
+
/** The object type, which is always 'openapi'. */
|
|
93
|
+
type: "openapi";
|
|
94
|
+
/** The openapi function definition. */
|
|
95
|
+
openapi: OpenApiFunctionDefinitionOutput;
|
|
96
|
+
}
|
|
97
|
+
/** The input definition information for an openapi function. */
|
|
98
|
+
export interface OpenApiFunctionDefinitionOutput {
|
|
99
|
+
/** The name of the function to be called. */
|
|
100
|
+
name: string;
|
|
101
|
+
/** A description of what the function does, used by the model to choose when and how to call the function. */
|
|
102
|
+
description?: string;
|
|
103
|
+
/** The openapi function shape, described as a JSON Schema object. */
|
|
104
|
+
spec: any;
|
|
105
|
+
/** Open API authentication details */
|
|
106
|
+
auth: OpenApiAuthDetailsOutput;
|
|
107
|
+
}
|
|
108
|
+
/** authentication details for OpenApiFunctionDefinition */
|
|
109
|
+
export interface OpenApiAuthDetailsOutputParent {
|
|
110
|
+
type: OpenApiAuthTypeOutput;
|
|
111
|
+
}
|
|
112
|
+
/** Security details for OpenApi anonymous authentication */
|
|
113
|
+
export interface OpenApiAnonymousAuthDetailsOutput extends OpenApiAuthDetailsOutputParent {
|
|
114
|
+
/** The object type, which is always 'anonymous'. */
|
|
115
|
+
type: "anonymous";
|
|
116
|
+
}
|
|
117
|
+
/** Security details for OpenApi connection authentication */
|
|
118
|
+
export interface OpenApiConnectionAuthDetailsOutput extends OpenApiAuthDetailsOutputParent {
|
|
119
|
+
/** The object type, which is always 'connection'. */
|
|
120
|
+
type: "connection";
|
|
121
|
+
/** Connection auth security details */
|
|
122
|
+
security_scheme: OpenApiConnectionSecuritySchemeOutput;
|
|
123
|
+
}
|
|
124
|
+
/** Security scheme for OpenApi managed_identity authentication */
|
|
125
|
+
export interface OpenApiConnectionSecuritySchemeOutput {
|
|
126
|
+
/** Connection id for Connection auth type */
|
|
127
|
+
connection_id: string;
|
|
128
|
+
}
|
|
129
|
+
/** Security details for OpenApi managed_identity authentication */
|
|
130
|
+
export interface OpenApiManagedAuthDetailsOutput extends OpenApiAuthDetailsOutputParent {
|
|
131
|
+
/** The object type, which is always 'managed_identity'. */
|
|
132
|
+
type: "managed_identity";
|
|
133
|
+
/** Connection auth security details */
|
|
134
|
+
security_scheme: OpenApiManagedSecuritySchemeOutput;
|
|
135
|
+
}
|
|
136
|
+
/** Security scheme for OpenApi managed_identity authentication */
|
|
137
|
+
export interface OpenApiManagedSecuritySchemeOutput {
|
|
138
|
+
/** Authentication scope for managed_identity auth type */
|
|
139
|
+
audience: string;
|
|
140
|
+
}
|
|
141
|
+
/** The input definition information for a azure function tool as used to configure an agent. */
|
|
142
|
+
export interface AzureFunctionToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
143
|
+
/** The object type, which is always 'azure_function'. */
|
|
144
|
+
type: "azure_function";
|
|
145
|
+
/** The definition of the concrete function that the function tool should call. */
|
|
146
|
+
azure_function: AzureFunctionDefinitionOutput;
|
|
147
|
+
}
|
|
148
|
+
/** The definition of Azure function. */
|
|
149
|
+
export interface AzureFunctionDefinitionOutput {
|
|
150
|
+
/** The definition of azure function and its parameters. */
|
|
151
|
+
function: FunctionDefinitionOutput;
|
|
152
|
+
/** Input storage queue. The queue storage trigger runs a function as messages are added to it. */
|
|
153
|
+
input_binding: AzureFunctionBindingOutput;
|
|
154
|
+
/** Output storage queue. The function writes output to this queue when the input items are processed. */
|
|
155
|
+
output_binding: AzureFunctionBindingOutput;
|
|
156
|
+
}
|
|
157
|
+
/** The structure for keeping storage queue name and URI. */
|
|
158
|
+
export interface AzureFunctionBindingOutput {
|
|
159
|
+
/** The type of binding, which is always 'storage_queue'. */
|
|
160
|
+
type: "storage_queue";
|
|
161
|
+
/** Storage queue. */
|
|
162
|
+
storage_queue: AzureFunctionStorageQueueOutput;
|
|
163
|
+
}
|
|
164
|
+
/** The structure for keeping storage queue name and URI. */
|
|
165
|
+
export interface AzureFunctionStorageQueueOutput {
|
|
166
|
+
/** URI to the Azure Storage Queue service allowing you to manipulate a queue. */
|
|
167
|
+
queue_service_endpoint: string;
|
|
168
|
+
/** The name of an Azure function storage queue. */
|
|
169
|
+
queue_name: string;
|
|
170
|
+
}
|
|
90
171
|
/**
|
|
91
172
|
* A set of resources that are used by the agent's tools. The resources are specific to the type of
|
|
92
173
|
* tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search`
|
|
93
174
|
* tool requires a list of vector store IDs.
|
|
94
175
|
*/
|
|
95
176
|
export interface ToolResourcesOutput {
|
|
96
|
-
/** Resources to be used by the `code_interpreter tool
|
|
177
|
+
/** Resources to be used by the `code_interpreter` tool consisting of file IDs. */
|
|
97
178
|
code_interpreter?: CodeInterpreterToolResourceOutput;
|
|
98
179
|
/** Resources to be used by the `file_search` tool consisting of vector store IDs. */
|
|
99
180
|
file_search?: FileSearchToolResourceOutput;
|
|
@@ -107,7 +188,7 @@ export interface CodeInterpreterToolResourceOutput {
|
|
|
107
188
|
* associated with the tool.
|
|
108
189
|
*/
|
|
109
190
|
file_ids?: string[];
|
|
110
|
-
/** The data sources to be used. This option is mutually exclusive with fileIds. */
|
|
191
|
+
/** The data sources to be used. This option is mutually exclusive with the `fileIds` property. */
|
|
111
192
|
data_sources?: Array<VectorStoreDataSourceOutput>;
|
|
112
193
|
}
|
|
113
194
|
/**
|
|
@@ -117,7 +198,11 @@ export interface CodeInterpreterToolResourceOutput {
|
|
|
117
198
|
export interface VectorStoreDataSourceOutput {
|
|
118
199
|
/** Asset URI. */
|
|
119
200
|
uri: string;
|
|
120
|
-
/**
|
|
201
|
+
/**
|
|
202
|
+
* The asset type
|
|
203
|
+
*
|
|
204
|
+
* Possible values: "uri_asset", "id_asset"
|
|
205
|
+
*/
|
|
121
206
|
type: VectorStoreDataSourceAssetTypeOutput;
|
|
122
207
|
}
|
|
123
208
|
/** A set of resources that are used by the `file_search` tool. */
|
|
@@ -128,9 +213,9 @@ export interface FileSearchToolResourceOutput {
|
|
|
128
213
|
*/
|
|
129
214
|
vector_store_ids?: string[];
|
|
130
215
|
/**
|
|
131
|
-
* The list of vector store configuration objects from Azure.
|
|
132
|
-
*
|
|
133
|
-
* the list of azure asset IDs used by the search tool.
|
|
216
|
+
* The list of vector store configuration objects from Azure.
|
|
217
|
+
* This list is limited to one element.
|
|
218
|
+
* The only element of this list contains the list of azure asset IDs used by the search tool.
|
|
134
219
|
*/
|
|
135
220
|
vector_stores?: Array<VectorStoreConfigurationsOutput>;
|
|
136
221
|
}
|
|
@@ -155,14 +240,24 @@ export interface AzureAISearchResourceOutput {
|
|
|
155
240
|
* The indices attached to this agent. There can be a maximum of 1 index
|
|
156
241
|
* resource attached to the agent.
|
|
157
242
|
*/
|
|
158
|
-
indexes?: Array<
|
|
243
|
+
indexes?: Array<AISearchIndexResourceOutput>;
|
|
159
244
|
}
|
|
160
|
-
/** A Index resource. */
|
|
161
|
-
export interface
|
|
245
|
+
/** A AI Search Index resource. */
|
|
246
|
+
export interface AISearchIndexResourceOutput {
|
|
162
247
|
/** An index connection id in an IndexResource attached to this agent. */
|
|
163
248
|
index_connection_id: string;
|
|
164
249
|
/** The name of an index in an IndexResource attached to this agent. */
|
|
165
250
|
index_name: string;
|
|
251
|
+
/**
|
|
252
|
+
* Type of query in an AIIndexResource attached to this agent.
|
|
253
|
+
*
|
|
254
|
+
* Possible values: "simple", "semantic", "vector", "vector_simple_hybrid", "vector_semantic_hybrid"
|
|
255
|
+
*/
|
|
256
|
+
query_type?: AzureAISearchQueryTypeOutput;
|
|
257
|
+
/** Number of documents to retrieve from search and present to the model. */
|
|
258
|
+
top_k?: number;
|
|
259
|
+
/** Odata filter string for search resource. */
|
|
260
|
+
filter?: string;
|
|
166
261
|
}
|
|
167
262
|
/**
|
|
168
263
|
* An object describing the expected output of the model. If `json_object` only `function` type `tools` are allowed to be passed to the Run.
|
|
@@ -174,7 +269,23 @@ export interface AgentsApiResponseFormatOutput {
|
|
|
174
269
|
*
|
|
175
270
|
* Possible values: "text", "json_object"
|
|
176
271
|
*/
|
|
177
|
-
type?:
|
|
272
|
+
type?: ResponseFormatOutput;
|
|
273
|
+
}
|
|
274
|
+
/** The type of response format being defined: `json_schema` */
|
|
275
|
+
export interface ResponseFormatJsonSchemaTypeOutput {
|
|
276
|
+
/** Type */
|
|
277
|
+
type: "json_schema";
|
|
278
|
+
/** The JSON schema, describing response format. */
|
|
279
|
+
json_schema: ResponseFormatJsonSchemaOutput;
|
|
280
|
+
}
|
|
281
|
+
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
282
|
+
export interface ResponseFormatJsonSchemaOutput {
|
|
283
|
+
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
284
|
+
description?: string;
|
|
285
|
+
/** The name of a schema. */
|
|
286
|
+
name: string;
|
|
287
|
+
/** The JSON schema object, describing the response format. */
|
|
288
|
+
schema: any;
|
|
178
289
|
}
|
|
179
290
|
/** Represents an agent that can call the model and use tools. */
|
|
180
291
|
export interface AgentOutput {
|
|
@@ -243,9 +354,9 @@ export interface MessageAttachmentOutput {
|
|
|
243
354
|
/** The ID of the file to attach to the message. */
|
|
244
355
|
file_id?: string;
|
|
245
356
|
/** Azure asset ID. */
|
|
246
|
-
|
|
357
|
+
data_source?: VectorStoreDataSourceOutput;
|
|
247
358
|
/** The tools to add to this file. */
|
|
248
|
-
tools: MessageAttachmentToolDefinitionOutput
|
|
359
|
+
tools: Array<MessageAttachmentToolDefinitionOutput>;
|
|
249
360
|
}
|
|
250
361
|
/** Information about a single thread associated with an agent. */
|
|
251
362
|
export interface AgentThreadOutput {
|
|
@@ -345,6 +456,24 @@ export interface MessageTextAnnotationOutputParent {
|
|
|
345
456
|
text: string;
|
|
346
457
|
type: string;
|
|
347
458
|
}
|
|
459
|
+
/** A citation within the message that points to a specific URL associated with the message. Generated when the agent uses tools such as 'bing_grounding' to search the Internet. */
|
|
460
|
+
export interface MessageTextUrlCitationAnnotationOutput extends MessageTextAnnotationOutputParent {
|
|
461
|
+
/** The object type, which is always 'url_citation'. */
|
|
462
|
+
type: "url_citation";
|
|
463
|
+
/** The details of the URL citation. */
|
|
464
|
+
url_citation: MessageTextUrlCitationDetailsOutput;
|
|
465
|
+
/** The first text index associated with this text annotation. */
|
|
466
|
+
start_index?: number;
|
|
467
|
+
/** The last text index associated with this text annotation. */
|
|
468
|
+
end_index?: number;
|
|
469
|
+
}
|
|
470
|
+
/** A representation of a URL citation, as used in text thread message content. */
|
|
471
|
+
export interface MessageTextUrlCitationDetailsOutput {
|
|
472
|
+
/** The URL associated with this citation. */
|
|
473
|
+
url: string;
|
|
474
|
+
/** The title of the URL. */
|
|
475
|
+
title?: string;
|
|
476
|
+
}
|
|
348
477
|
/** 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. */
|
|
349
478
|
export interface MessageTextFileCitationAnnotationOutput extends MessageTextAnnotationOutputParent {
|
|
350
479
|
/** The object type, which is always 'file_citation'. */
|
|
@@ -428,7 +557,7 @@ export interface AgentsNamedToolChoiceOutput {
|
|
|
428
557
|
/**
|
|
429
558
|
* the type of tool. If type is `function`, the function name must be set.
|
|
430
559
|
*
|
|
431
|
-
* Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "
|
|
560
|
+
* Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "fabric_dataagent", "sharepoint_grounding", "azure_ai_search"
|
|
432
561
|
*/
|
|
433
562
|
type: AgentsNamedToolChoiceTypeOutput;
|
|
434
563
|
/** The name of the function to call */
|
|
@@ -500,7 +629,7 @@ export interface ThreadRunOutput {
|
|
|
500
629
|
/** Override the tools the agent can use for this run. This is useful for modifying the behavior on a per-run basis */
|
|
501
630
|
tool_resources?: UpdateToolResourcesOptionsOutput | null;
|
|
502
631
|
/** Determines if tools can be executed in parallel within the run. */
|
|
503
|
-
|
|
632
|
+
parallel_tool_calls: boolean;
|
|
504
633
|
}
|
|
505
634
|
/** An abstract representation of a required action for an agent thread run to continue. */
|
|
506
635
|
export interface RequiredActionOutputParent {
|
|
@@ -518,7 +647,7 @@ export interface SubmitToolOutputsDetailsOutput {
|
|
|
518
647
|
/** The list of tool calls that must be resolved for the agent thread run to continue. */
|
|
519
648
|
tool_calls: Array<RequiredToolCallOutput>;
|
|
520
649
|
}
|
|
521
|
-
/** An abstract representation
|
|
650
|
+
/** An abstract representation of a tool invocation needed by the model to continue a run. */
|
|
522
651
|
export interface RequiredToolCallOutputParent {
|
|
523
652
|
/** The ID of the tool call. This ID must be referenced when submitting tool outputs. */
|
|
524
653
|
id: string;
|
|
@@ -545,6 +674,15 @@ export interface RunErrorOutput {
|
|
|
545
674
|
/** The human-readable text associated with the error. */
|
|
546
675
|
message: string;
|
|
547
676
|
}
|
|
677
|
+
/** Details on why the run is incomplete. Will be `null` if the run is not incomplete. */
|
|
678
|
+
export interface IncompleteRunDetailsOutput {
|
|
679
|
+
/**
|
|
680
|
+
* The reason why the run is incomplete. This indicates which specific token limit was reached during the run.
|
|
681
|
+
*
|
|
682
|
+
* Possible values: "max_completion_tokens", "max_prompt_tokens"
|
|
683
|
+
*/
|
|
684
|
+
reason: IncompleteDetailsReasonOutput;
|
|
685
|
+
}
|
|
548
686
|
/** Usage statistics related to the run. This value will be `null` if the run is not in a terminal state (i.e. `in_progress`, `queued`, etc.). */
|
|
549
687
|
export interface RunCompletionUsageOutput {
|
|
550
688
|
/** Number of completion tokens used over the course of the run. */
|
|
@@ -712,8 +850,35 @@ export interface RunStepCodeInterpreterImageReferenceOutput {
|
|
|
712
850
|
export interface RunStepFileSearchToolCallOutput extends RunStepToolCallOutputParent {
|
|
713
851
|
/** The object type, which is always 'file_search'. */
|
|
714
852
|
type: "file_search";
|
|
715
|
-
/**
|
|
716
|
-
|
|
853
|
+
/** The ID of the tool call. This ID must be referenced when you submit tool outputs. */
|
|
854
|
+
id: string;
|
|
855
|
+
/** For now, this is always going to be an empty object. */
|
|
856
|
+
file_search: RunStepFileSearchToolCallResultsOutput;
|
|
857
|
+
}
|
|
858
|
+
/** The results of the file search. */
|
|
859
|
+
export interface RunStepFileSearchToolCallResultsOutput {
|
|
860
|
+
/** Ranking options for file search. */
|
|
861
|
+
ranking_options?: FileSearchRankingOptionsOutput;
|
|
862
|
+
/** The array of a file search results */
|
|
863
|
+
results: Array<RunStepFileSearchToolCallResultOutput>;
|
|
864
|
+
}
|
|
865
|
+
/** File search tool call result. */
|
|
866
|
+
export interface RunStepFileSearchToolCallResultOutput {
|
|
867
|
+
/** The ID of the file that result was found in. */
|
|
868
|
+
file_id: string;
|
|
869
|
+
/** The name of the file that result was found in. */
|
|
870
|
+
file_name: string;
|
|
871
|
+
/** The score of the result. All values must be a floating point number between 0 and 1. */
|
|
872
|
+
score: number;
|
|
873
|
+
/** The content of the result that was found. The content is only included if requested via the include query parameter. */
|
|
874
|
+
content?: Array<FileSearchToolCallContentOutput>;
|
|
875
|
+
}
|
|
876
|
+
/** The file search result content object. */
|
|
877
|
+
export interface FileSearchToolCallContentOutput {
|
|
878
|
+
/** The type of the content. */
|
|
879
|
+
type: "text";
|
|
880
|
+
/** The text content of the file. */
|
|
881
|
+
text: string;
|
|
717
882
|
}
|
|
718
883
|
/**
|
|
719
884
|
* A record of a call to a bing grounding tool, issued by the model in evaluation of a defined tool, that represents
|
|
@@ -750,10 +915,10 @@ export interface RunStepSharepointToolCallOutput extends RunStepToolCallOutputPa
|
|
|
750
915
|
* executed Microsoft Fabric operations.
|
|
751
916
|
*/
|
|
752
917
|
export interface RunStepMicrosoftFabricToolCallOutput extends RunStepToolCallOutputParent {
|
|
753
|
-
/** The object type, which is always '
|
|
754
|
-
type: "
|
|
918
|
+
/** The object type, which is always 'fabric_dataagent'. */
|
|
919
|
+
type: "fabric_dataagent";
|
|
755
920
|
/** Reserved for future use. */
|
|
756
|
-
|
|
921
|
+
fabric_dataagent: Record<string, string>;
|
|
757
922
|
}
|
|
758
923
|
/**
|
|
759
924
|
* A record of a call to a function tool, issued by the model in evaluation of a defined tool, that represents the inputs
|
|
@@ -974,12 +1139,12 @@ export interface VectorStoreFileOutput {
|
|
|
974
1139
|
/** The strategy used to chunk the file. */
|
|
975
1140
|
chunking_strategy: VectorStoreChunkingStrategyResponseOutput;
|
|
976
1141
|
}
|
|
977
|
-
/** Details on the error that may have
|
|
1142
|
+
/** Details on the error that may have occurred while processing a file for this vector store */
|
|
978
1143
|
export interface VectorStoreFileErrorOutput {
|
|
979
1144
|
/**
|
|
980
1145
|
* One of `server_error` or `rate_limit_exceeded`.
|
|
981
1146
|
*
|
|
982
|
-
* Possible values: "
|
|
1147
|
+
* Possible values: "server_error", "invalid_file", "unsupported_file"
|
|
983
1148
|
*/
|
|
984
1149
|
code: VectorStoreFileErrorCodeOutput;
|
|
985
1150
|
/** A human-readable description of the error. */
|
|
@@ -1059,7 +1224,11 @@ export interface GetConnectionResponseOutput {
|
|
|
1059
1224
|
}
|
|
1060
1225
|
/** Connection properties */
|
|
1061
1226
|
export interface InternalConnectionPropertiesOutputParent {
|
|
1062
|
-
/**
|
|
1227
|
+
/**
|
|
1228
|
+
* Category of the connection
|
|
1229
|
+
*
|
|
1230
|
+
* Possible values: "AzureOpenAI", "Serverless", "AzureBlob", "AIServices", "CognitiveSearch", "ApiKey", "CustomKeys", "CognitiveService"
|
|
1231
|
+
*/
|
|
1063
1232
|
category: ConnectionTypeOutput;
|
|
1064
1233
|
/** The connection URL to be used for this service */
|
|
1065
1234
|
target: string;
|
|
@@ -1082,6 +1251,11 @@ export interface InternalConnectionPropertiesAADAuthOutput extends InternalConne
|
|
|
1082
1251
|
/** Authentication type of the connection target */
|
|
1083
1252
|
authType: "AAD";
|
|
1084
1253
|
}
|
|
1254
|
+
/** Connection properties for connections with Custom authentication */
|
|
1255
|
+
export interface InternalConnectionPropertiesCustomAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1256
|
+
/** Authentication type of the connection target */
|
|
1257
|
+
authType: "CustomKeys";
|
|
1258
|
+
}
|
|
1085
1259
|
/** Connection properties for connections with SAS authentication */
|
|
1086
1260
|
export interface InternalConnectionPropertiesSASAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1087
1261
|
/** Authentication type of the connection target */
|
|
@@ -1094,6 +1268,11 @@ export interface CredentialsSASAuthOutput {
|
|
|
1094
1268
|
/** The Shared Access Signatures (SAS) token */
|
|
1095
1269
|
SAS: string;
|
|
1096
1270
|
}
|
|
1271
|
+
/** Connection properties for connections with no authentication */
|
|
1272
|
+
export interface InternalConnectionPropertiesNoAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1273
|
+
/** Authentication type of the connection target */
|
|
1274
|
+
authType: "None";
|
|
1275
|
+
}
|
|
1097
1276
|
/** Response from getting properties of the Application Insights resource */
|
|
1098
1277
|
export interface GetAppInsightsResponseOutput {
|
|
1099
1278
|
/** A unique identifier for the resource */
|
|
@@ -1114,7 +1293,9 @@ export interface EvaluationOutput {
|
|
|
1114
1293
|
readonly id: string;
|
|
1115
1294
|
/** Data for evaluation. */
|
|
1116
1295
|
data: InputDataOutput;
|
|
1117
|
-
/**
|
|
1296
|
+
/** Evaluation target specifying the model config and parameters */
|
|
1297
|
+
target?: EvaluationTargetOutput;
|
|
1298
|
+
/** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */
|
|
1118
1299
|
displayName?: string;
|
|
1119
1300
|
/** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
|
|
1120
1301
|
description?: string;
|
|
@@ -1141,7 +1322,7 @@ export interface ApplicationInsightsConfigurationOutput extends InputDataOutputP
|
|
|
1141
1322
|
/** Query to fetch the data. */
|
|
1142
1323
|
query: string;
|
|
1143
1324
|
/** Service name. */
|
|
1144
|
-
serviceName
|
|
1325
|
+
serviceName?: string;
|
|
1145
1326
|
/** Connection String to connect to ApplicationInsights. */
|
|
1146
1327
|
connectionString?: string;
|
|
1147
1328
|
}
|
|
@@ -1151,6 +1332,37 @@ export interface DatasetOutput extends InputDataOutputParent {
|
|
|
1151
1332
|
/** Evaluation input data */
|
|
1152
1333
|
id: string;
|
|
1153
1334
|
}
|
|
1335
|
+
/** Target for the evaluation process. */
|
|
1336
|
+
export interface EvaluationTargetOutput {
|
|
1337
|
+
/** System message related to the evaluation target. */
|
|
1338
|
+
systemMessage: string;
|
|
1339
|
+
/** Model configuration for the evaluation. */
|
|
1340
|
+
modelConfig: TargetModelConfigOutput;
|
|
1341
|
+
/** A dictionary of parameters for the model. */
|
|
1342
|
+
modelParams?: Record<string, any>;
|
|
1343
|
+
}
|
|
1344
|
+
/** Abstract class for model configuration. */
|
|
1345
|
+
export interface TargetModelConfigOutputParent {
|
|
1346
|
+
type: string;
|
|
1347
|
+
}
|
|
1348
|
+
/** Azure OpenAI model configuration. The API version would be selected by the service for querying the model. */
|
|
1349
|
+
export interface AoaiModelConfigOutput extends TargetModelConfigOutputParent {
|
|
1350
|
+
readonly type: "AOAI";
|
|
1351
|
+
/** Endpoint URL for AOAI model. */
|
|
1352
|
+
azureEndpoint: string;
|
|
1353
|
+
/** API Key for AOAI model. */
|
|
1354
|
+
apiKey: string;
|
|
1355
|
+
/** Deployment name for AOAI model. */
|
|
1356
|
+
azureDeployment: string;
|
|
1357
|
+
}
|
|
1358
|
+
/** MaaS model configuration. The API version would be selected by the service for querying the model. */
|
|
1359
|
+
export interface MaasModelConfigOutput extends TargetModelConfigOutputParent {
|
|
1360
|
+
readonly type: "MAAS";
|
|
1361
|
+
/** Endpoint URL for MAAS model. */
|
|
1362
|
+
azureEndpoint: string;
|
|
1363
|
+
/** API Key for MAAS model. */
|
|
1364
|
+
apiKey: string;
|
|
1365
|
+
}
|
|
1154
1366
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1155
1367
|
export interface SystemDataOutput {
|
|
1156
1368
|
/** The timestamp the resource was created at. */
|
|
@@ -1171,6 +1383,13 @@ export interface EvaluatorConfigurationOutput {
|
|
|
1171
1383
|
/** Data parameters of the evaluator. */
|
|
1172
1384
|
dataMapping?: Record<string, string>;
|
|
1173
1385
|
}
|
|
1386
|
+
/** Paged collection of Evaluation items */
|
|
1387
|
+
export interface PagedEvaluationOutput {
|
|
1388
|
+
/** The Evaluation items on this page */
|
|
1389
|
+
value: Array<EvaluationOutput>;
|
|
1390
|
+
/** The link to the next page of items */
|
|
1391
|
+
nextLink?: string;
|
|
1392
|
+
}
|
|
1174
1393
|
/** Evaluation Schedule Definition */
|
|
1175
1394
|
export interface EvaluationScheduleOutput {
|
|
1176
1395
|
/** Name of the schedule, which also serves as the unique identifier for the evaluation */
|
|
@@ -1229,15 +1448,24 @@ export interface CronTriggerOutput extends TriggerOutputParent {
|
|
|
1229
1448
|
/** Cron expression for the trigger. */
|
|
1230
1449
|
expression: string;
|
|
1231
1450
|
}
|
|
1451
|
+
/** Paged collection of EvaluationSchedule items */
|
|
1452
|
+
export interface PagedEvaluationScheduleOutput {
|
|
1453
|
+
/** The EvaluationSchedule items on this page */
|
|
1454
|
+
value: Array<EvaluationScheduleOutput>;
|
|
1455
|
+
/** The link to the next page of items */
|
|
1456
|
+
nextLink?: string;
|
|
1457
|
+
}
|
|
1232
1458
|
/** An abstract representation of an input tool definition that an agent can use. */
|
|
1233
|
-
export type ToolDefinitionOutput = ToolDefinitionOutputParent | CodeInterpreterToolDefinitionOutput | FileSearchToolDefinitionOutput | FunctionToolDefinitionOutput | BingGroundingToolDefinitionOutput | MicrosoftFabricToolDefinitionOutput | SharepointToolDefinitionOutput | AzureAISearchToolDefinitionOutput;
|
|
1459
|
+
export type ToolDefinitionOutput = ToolDefinitionOutputParent | CodeInterpreterToolDefinitionOutput | FileSearchToolDefinitionOutput | FunctionToolDefinitionOutput | BingGroundingToolDefinitionOutput | MicrosoftFabricToolDefinitionOutput | SharepointToolDefinitionOutput | AzureAISearchToolDefinitionOutput | OpenApiToolDefinitionOutput | AzureFunctionToolDefinitionOutput;
|
|
1460
|
+
/** authentication details for OpenApiFunctionDefinition */
|
|
1461
|
+
export type OpenApiAuthDetailsOutput = OpenApiAuthDetailsOutputParent | OpenApiAnonymousAuthDetailsOutput | OpenApiConnectionAuthDetailsOutput | OpenApiManagedAuthDetailsOutput;
|
|
1234
1462
|
/** An abstract representation of a single item of thread message content. */
|
|
1235
1463
|
export type MessageContentOutput = MessageContentOutputParent | MessageTextContentOutput | MessageImageFileContentOutput;
|
|
1236
1464
|
/** An abstract representation of an annotation to text thread message content. */
|
|
1237
|
-
export type MessageTextAnnotationOutput = MessageTextAnnotationOutputParent | MessageTextFileCitationAnnotationOutput | MessageTextFilePathAnnotationOutput;
|
|
1465
|
+
export type MessageTextAnnotationOutput = MessageTextAnnotationOutputParent | MessageTextUrlCitationAnnotationOutput | MessageTextFileCitationAnnotationOutput | MessageTextFilePathAnnotationOutput;
|
|
1238
1466
|
/** An abstract representation of a required action for an agent thread run to continue. */
|
|
1239
1467
|
export type RequiredActionOutput = RequiredActionOutputParent | SubmitToolOutputsActionOutput;
|
|
1240
|
-
/** An abstract representation
|
|
1468
|
+
/** An abstract representation of a tool invocation needed by the model to continue a run. */
|
|
1241
1469
|
export type RequiredToolCallOutput = RequiredToolCallOutputParent | RequiredFunctionToolCallOutput;
|
|
1242
1470
|
/** An abstract representation of the details for a run step. */
|
|
1243
1471
|
export type RunStepDetailsOutput = RunStepDetailsOutputParent | RunStepMessageCreationDetailsOutput | RunStepToolCallDetailsOutput;
|
|
@@ -1248,19 +1476,25 @@ export type RunStepCodeInterpreterToolCallOutputOutput = RunStepCodeInterpreterT
|
|
|
1248
1476
|
/** An abstract representation of a vector store chunking strategy configuration. */
|
|
1249
1477
|
export type VectorStoreChunkingStrategyResponseOutput = VectorStoreChunkingStrategyResponseOutputParent | VectorStoreAutoChunkingStrategyResponseOutput | VectorStoreStaticChunkingStrategyResponseOutput;
|
|
1250
1478
|
/** Connection properties */
|
|
1251
|
-
export type InternalConnectionPropertiesOutput = InternalConnectionPropertiesOutputParent | InternalConnectionPropertiesApiKeyAuthOutput | InternalConnectionPropertiesAADAuthOutput | InternalConnectionPropertiesSASAuthOutput;
|
|
1479
|
+
export type InternalConnectionPropertiesOutput = InternalConnectionPropertiesOutputParent | InternalConnectionPropertiesApiKeyAuthOutput | InternalConnectionPropertiesAADAuthOutput | InternalConnectionPropertiesCustomAuthOutput | InternalConnectionPropertiesSASAuthOutput | InternalConnectionPropertiesNoAuthOutput;
|
|
1252
1480
|
/** Abstract data class for input data configuration. */
|
|
1253
1481
|
export type InputDataOutput = InputDataOutputParent | ApplicationInsightsConfigurationOutput | DatasetOutput;
|
|
1482
|
+
/** Abstract class for model configuration. */
|
|
1483
|
+
export type TargetModelConfigOutput = TargetModelConfigOutputParent | AoaiModelConfigOutput | MaasModelConfigOutput;
|
|
1254
1484
|
/** Abstract data class for input data configuration. */
|
|
1255
1485
|
export type TriggerOutput = TriggerOutputParent | RecurrenceTriggerOutput | CronTriggerOutput;
|
|
1486
|
+
/** Alias for OpenApiAuthTypeOutput */
|
|
1487
|
+
export type OpenApiAuthTypeOutput = string;
|
|
1256
1488
|
/** Alias for VectorStoreDataSourceAssetTypeOutput */
|
|
1257
|
-
export type VectorStoreDataSourceAssetTypeOutput =
|
|
1489
|
+
export type VectorStoreDataSourceAssetTypeOutput = string;
|
|
1490
|
+
/** Alias for AzureAISearchQueryTypeOutput */
|
|
1491
|
+
export type AzureAISearchQueryTypeOutput = string;
|
|
1258
1492
|
/** Alias for AgentsApiResponseFormatModeOutput */
|
|
1259
1493
|
export type AgentsApiResponseFormatModeOutput = string;
|
|
1260
|
-
/** Alias for
|
|
1261
|
-
export type
|
|
1494
|
+
/** Alias for ResponseFormatOutput */
|
|
1495
|
+
export type ResponseFormatOutput = string;
|
|
1262
1496
|
/** Alias for AgentsApiResponseFormatOptionOutput */
|
|
1263
|
-
export type AgentsApiResponseFormatOptionOutput = string | AgentsApiResponseFormatModeOutput | AgentsApiResponseFormatOutput;
|
|
1497
|
+
export type AgentsApiResponseFormatOptionOutput = string | AgentsApiResponseFormatModeOutput | AgentsApiResponseFormatOutput | ResponseFormatJsonSchemaTypeOutput;
|
|
1264
1498
|
/** Alias for MessageRoleOutput */
|
|
1265
1499
|
export type MessageRoleOutput = string;
|
|
1266
1500
|
/** Alias for MessageAttachmentToolDefinitionOutput */
|
|
@@ -1279,8 +1513,8 @@ export type AgentsNamedToolChoiceTypeOutput = string;
|
|
|
1279
1513
|
export type AgentsApiToolChoiceOptionOutput = string | AgentsApiToolChoiceOptionModeOutput | AgentsNamedToolChoiceOutput;
|
|
1280
1514
|
/** Alias for RunStatusOutput */
|
|
1281
1515
|
export type RunStatusOutput = string;
|
|
1282
|
-
/** Alias for
|
|
1283
|
-
export type
|
|
1516
|
+
/** Alias for IncompleteDetailsReasonOutput */
|
|
1517
|
+
export type IncompleteDetailsReasonOutput = string;
|
|
1284
1518
|
/** Alias for RunStepTypeOutput */
|
|
1285
1519
|
export type RunStepTypeOutput = string;
|
|
1286
1520
|
/** Alias for RunStepStatusOutput */
|
|
@@ -1303,16 +1537,12 @@ export type VectorStoreFileErrorCodeOutput = string;
|
|
|
1303
1537
|
export type VectorStoreChunkingStrategyResponseTypeOutput = string;
|
|
1304
1538
|
/** Alias for VectorStoreFileBatchStatusOutput */
|
|
1305
1539
|
export type VectorStoreFileBatchStatusOutput = string;
|
|
1306
|
-
/**
|
|
1307
|
-
export type ConnectionTypeOutput =
|
|
1540
|
+
/** Alias for ConnectionTypeOutput */
|
|
1541
|
+
export type ConnectionTypeOutput = string;
|
|
1308
1542
|
/** Authentication type used by Azure AI service to connect to another service */
|
|
1309
|
-
export type AuthenticationTypeOutput = "ApiKey" | "AAD" | "SAS";
|
|
1310
|
-
/** Paged collection of Evaluation items */
|
|
1311
|
-
export type PagedEvaluationOutput = Paged<EvaluationOutput>;
|
|
1543
|
+
export type AuthenticationTypeOutput = "ApiKey" | "AAD" | "SAS" | "CustomKeys" | "None";
|
|
1312
1544
|
/** Alias for FrequencyOutput */
|
|
1313
1545
|
export type FrequencyOutput = string;
|
|
1314
1546
|
/** Alias for WeekDaysOutput */
|
|
1315
1547
|
export type WeekDaysOutput = string;
|
|
1316
|
-
/** Paged collection of EvaluationSchedule items */
|
|
1317
|
-
export type PagedEvaluationScheduleOutput = Paged<EvaluationScheduleOutput>;
|
|
1318
1548
|
//# sourceMappingURL=outputModels.d.ts.map
|