@azure/ai-projects 1.0.0-beta.1 → 1.0.0-beta.3
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 +244 -183
- package/dist/browser/agents/assistants.d.ts.map +1 -1
- package/dist/browser/agents/assistants.js +3 -1
- 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 +2 -1
- 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/openAIError.d.ts.map +1 -1
- package/dist/browser/agents/openAIError.js +7 -1
- package/dist/browser/agents/openAIError.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 +53 -3
- package/dist/browser/agents/utils.d.ts.map +1 -1
- package/dist/browser/agents/utils.js +77 -2
- 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 +42 -93
- 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 +51 -9
- 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/models.d.ts +131 -150
- 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 +187 -36
- 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 +27 -2
- package/dist/browser/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/browser/generated/src/paginateHelper.js +98 -1
- package/dist/browser/generated/src/paginateHelper.js.map +1 -1
- package/dist/browser/generated/src/projectsClient.d.ts +2 -2
- 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/commonjs/agents/assistants.d.ts.map +1 -1
- package/dist/commonjs/agents/assistants.js +3 -1
- 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 +2 -1
- 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/openAIError.d.ts.map +1 -1
- package/dist/commonjs/agents/openAIError.js +7 -1
- package/dist/commonjs/agents/openAIError.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 +53 -3
- package/dist/commonjs/agents/utils.d.ts.map +1 -1
- package/dist/commonjs/agents/utils.js +77 -2
- 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 +42 -93
- 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 +51 -9
- 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/models.d.ts +131 -150
- 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 +187 -36
- 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 +27 -2
- 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/projectsClient.d.ts +2 -2
- 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/tsdoc-metadata.json +1 -1
- package/dist/esm/agents/assistants.d.ts.map +1 -1
- package/dist/esm/agents/assistants.js +3 -1
- 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 +2 -1
- 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/openAIError.d.ts.map +1 -1
- package/dist/esm/agents/openAIError.js +7 -1
- package/dist/esm/agents/openAIError.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 +53 -3
- package/dist/esm/agents/utils.d.ts.map +1 -1
- package/dist/esm/agents/utils.js +77 -2
- 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 +42 -93
- 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 +51 -9
- 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/models.d.ts +131 -150
- 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 +187 -36
- 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 +27 -2
- package/dist/esm/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/esm/generated/src/paginateHelper.js +98 -1
- package/dist/esm/generated/src/paginateHelper.js.map +1 -1
- package/dist/esm/generated/src/projectsClient.d.ts +2 -2
- 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/react-native/agents/assistants.d.ts.map +1 -1
- package/dist/react-native/agents/assistants.js +3 -1
- 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 +2 -1
- 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/openAIError.d.ts.map +1 -1
- package/dist/react-native/agents/openAIError.js +7 -1
- package/dist/react-native/agents/openAIError.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 +53 -3
- package/dist/react-native/agents/utils.d.ts.map +1 -1
- package/dist/react-native/agents/utils.js +77 -2
- 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 +42 -93
- 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 +51 -9
- 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/models.d.ts +131 -150
- 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 +187 -36
- 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 +27 -2
- package/dist/react-native/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/react-native/generated/src/paginateHelper.js +98 -1
- package/dist/react-native/generated/src/paginateHelper.js.map +1 -1
- package/dist/react-native/generated/src/projectsClient.d.ts +2 -2
- 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/package.json +33 -34
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../../src/generated/src/models.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** The request details to use when creating a new agent. */\nexport interface CreateAgentOptions {\n /** The ID of the model to use. */\n model: string;\n /** The name of the new agent. */\n name?: string | null;\n /** The description of the new agent. */\n description?: string | null;\n /** The system instructions for the new agent to use. */\n instructions?: string | null;\n /** The collection of tools to enable for the new agent. */\n tools?: Array<ToolDefinition>;\n /**\n * A set of resources that are used by the agent's tools. The resources are specific to the type of tool. For example, the `code_interpreter`\n * tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.\n */\n tool_resources?: ToolResources | null;\n /**\n * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random,\n * while lower values like 0.2 will make it more focused and deterministic.\n */\n temperature?: number | null;\n /**\n * An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.\n * So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n *\n * We generally recommend altering this or temperature but not both.\n */\n top_p?: number | null;\n /** The response format of the tool calls used by this agent. */\n response_format?: AgentsApiResponseFormatOption | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** An abstract representation of an input tool definition that an agent can use. */\nexport interface ToolDefinitionParent {\n type: string;\n}\n\n/** The input definition information for a code interpreter tool as used to configure an agent. */\nexport interface CodeInterpreterToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'code_interpreter'. */\n type: \"code_interpreter\";\n}\n\n/** The input definition information for a file search tool as used to configure an agent. */\nexport interface FileSearchToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'file_search'. */\n type: \"file_search\";\n /** Options overrides for the file search tool. */\n file_search?: FileSearchToolDefinitionDetails;\n}\n\n/** Options overrides for the file search tool. */\nexport interface FileSearchToolDefinitionDetails {\n /**\n * The maximum number of results the file search tool should output. The default is 20 for gpt-4* models and 5 for gpt-3.5-turbo. This number should be between 1 and 50 inclusive.\n *\n * Note that the file search tool may output fewer than `max_num_results` results. See the file search tool documentation for more information.\n */\n max_num_results?: number;\n ranking_options?: FileSearchRankingOptions;\n}\n\n/** Ranking options for file search. */\nexport interface FileSearchRankingOptions {\n /** File search ranker. */\n ranker: string;\n /** Ranker search threshold. */\n score_threshold: number;\n}\n\n/** The input definition information for a function tool as used to configure an agent. */\nexport interface FunctionToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'function'. */\n type: \"function\";\n /** The definition of the concrete function that the function tool should call. */\n function: FunctionDefinition;\n}\n\n/** The input definition information for a function. */\nexport interface FunctionDefinition {\n /** The name of the function to be called. */\n name: string;\n /** A description of what the function does, used by the model to choose when and how to call the function. */\n description?: string;\n /** The parameters the functions accepts, described as a JSON Schema object. */\n parameters: unknown;\n}\n\n/** The input definition information for a bing grounding search tool as used to configure an agent. */\nexport interface BingGroundingToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'bing_grounding'. */\n type: \"bing_grounding\";\n /** The list of connections used by the bing grounding tool. */\n bing_grounding: ToolConnectionList;\n}\n\n/** A set of connection resources currently used by either the `bing_grounding`, `microsoft_fabric`, or `sharepoint_grounding` tools. */\nexport interface ToolConnectionList {\n /**\n * The connections attached to this tool. There can be a maximum of 1 connection\n * resource attached to the tool.\n */\n connections?: Array<ToolConnection>;\n}\n\n/** A connection resource. */\nexport interface ToolConnection {\n /** A connection in a ToolConnectionList attached to this tool. */\n connection_id: string;\n}\n\n/** The input definition information for a Microsoft Fabric tool as used to configure an agent. */\nexport interface MicrosoftFabricToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'microsoft_fabric'. */\n type: \"microsoft_fabric\";\n /** The list of connections used by the Microsoft Fabric tool. */\n microsoft_fabric: ToolConnectionList;\n}\n\n/** The input definition information for a sharepoint tool as used to configure an agent. */\nexport interface SharepointToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'sharepoint_grounding'. */\n type: \"sharepoint_grounding\";\n /** The list of connections used by the SharePoint tool. */\n sharepoint_grounding: ToolConnectionList;\n}\n\n/** The input definition information for an Azure AI search tool as used to configure an agent. */\nexport interface AzureAISearchToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'azure_ai_search'. */\n type: \"azure_ai_search\";\n}\n\n/**\n * A set of resources that are used by the agent's tools. The resources are specific to the type of\n * tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search`\n * tool requires a list of vector store IDs.\n */\nexport interface ToolResources {\n /** Resources to be used by the `code_interpreter tool` consisting of file IDs. */\n code_interpreter?: CodeInterpreterToolResource;\n /** Resources to be used by the `file_search` tool consisting of vector store IDs. */\n file_search?: FileSearchToolResource;\n /** Resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */\n azure_ai_search?: AzureAISearchResource;\n}\n\n/** A set of resources that are used by the `code_interpreter` tool. */\nexport interface CodeInterpreterToolResource {\n /**\n * A list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files\n * associated with the tool.\n */\n file_ids?: string[];\n /** The data sources to be used. This option is mutually exclusive with fileIds. */\n data_sources?: Array<VectorStoreDataSource>;\n}\n\n/**\n * The structure, containing Azure asset URI path and the asset type of the file used as a data source\n * for the enterprise file search.\n */\nexport interface VectorStoreDataSource {\n /** Asset URI. */\n uri: string;\n /** The asset type * */\n type: VectorStoreDataSourceAssetType;\n}\n\n/** A set of resources that are used by the `file_search` tool. */\nexport interface FileSearchToolResource {\n /**\n * The ID of the vector store attached to this agent. There can be a maximum of 1 vector\n * store attached to the agent.\n */\n vector_store_ids?: string[];\n /**\n * The list of vector store configuration objects from Azure. This list is limited to one\n * element. The only element of this list contains\n * the list of azure asset IDs used by the search tool.\n */\n vector_stores?: Array<VectorStoreConfigurations>;\n}\n\n/** The structure, containing the list of vector storage configurations i.e. the list of azure asset IDs. */\nexport interface VectorStoreConfigurations {\n /** Name */\n name: string;\n /** Configurations */\n configuration: VectorStoreConfiguration;\n}\n\n/**\n * Vector storage configuration is the list of data sources, used when multiple\n * files can be used for the enterprise file search.\n */\nexport interface VectorStoreConfiguration {\n /** Data sources */\n data_sources: Array<VectorStoreDataSource>;\n}\n\n/** A set of index resources used by the `azure_ai_search` tool. */\nexport interface AzureAISearchResource {\n /**\n * The indices attached to this agent. There can be a maximum of 1 index\n * resource attached to the agent.\n */\n indexes?: Array<IndexResource>;\n}\n\n/** A Index resource. */\nexport interface IndexResource {\n /** An index connection id in an IndexResource attached to this agent. */\n index_connection_id: string;\n /** The name of an index in an IndexResource attached to this agent. */\n index_name: string;\n}\n\n/**\n * An object describing the expected output of the model. If `json_object` only `function` type `tools` are allowed to be passed to the Run.\n * If `text` the model can return text or any value needed.\n */\nexport interface AgentsApiResponseFormat {\n /**\n * Must be one of `text` or `json_object`.\n *\n * Possible values: \"text\", \"json_object\"\n */\n type?: ApiResponseFormat;\n}\n\n/** The request details to use when modifying an existing agent. */\nexport interface UpdateAgentOptions {\n /** The ID of the model to use. */\n model?: string;\n /** The modified name for the agent to use. */\n name?: string | null;\n /** The modified description for the agent to use. */\n description?: string | null;\n /** The modified system instructions for the new agent to use. */\n instructions?: string | null;\n /** The modified collection of tools to enable for the agent. */\n tools?: Array<ToolDefinition>;\n /**\n * A set of resources that are used by the agent's tools. The resources are specific to the type of tool. For example,\n * the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.\n */\n tool_resources?: ToolResources;\n /**\n * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random,\n * while lower values like 0.2 will make it more focused and deterministic.\n */\n temperature?: number | null;\n /**\n * An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.\n * So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n *\n * We generally recommend altering this or temperature but not both.\n */\n top_p?: number | null;\n /** The response format of the tool calls used by this agent. */\n response_format?: AgentsApiResponseFormatOption | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** The details used to create a new agent thread. */\nexport interface AgentThreadCreationOptions {\n /** The initial messages to associate with the new thread. */\n messages?: Array<ThreadMessageOptions>;\n /**\n * A set of resources that are made available to the agent's tools in this thread. The resources are specific to the\n * type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires\n * a list of vector store IDs.\n */\n tool_resources?: ToolResources | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** A single message within an agent thread, as provided during that thread's creation for its initial state. */\nexport interface ThreadMessageOptions {\n /**\n * The role of the entity that is creating the message. Allowed values include:\n * - `user`: Indicates the message is sent by an actual user and should be used in most\n * cases to represent user-generated messages.\n * - `assistant`: Indicates the message is generated by the agent. Use this value to insert\n * messages from the agent into the\n * conversation.\n *\n * Possible values: \"user\", \"assistant\"\n */\n role: MessageRole;\n /**\n * The textual content of the initial message. Currently, robust input including images and annotated text may only be provided via\n * a separate call to the create message API.\n */\n content: string;\n /** A list of files attached to the message, and the tools they should be added to. */\n attachments?: Array<MessageAttachment> | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** This describes to which tools a file has been attached. */\nexport interface MessageAttachment {\n /** The ID of the file to attach to the message. */\n file_id?: string;\n /** Azure asset ID. */\n data_sources?: Array<VectorStoreDataSource>;\n /** The tools to add to this file. */\n tools: MessageAttachmentToolDefinition[];\n}\n\n/** The details used to update an existing agent thread */\nexport interface UpdateAgentThreadOptions {\n /**\n * A set of resources that are made available to the agent's tools in this thread. The resources are specific to the\n * type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires\n * a list of vector store IDs\n */\n tool_resources?: ToolResources | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** A single, existing message within an agent thread. */\nexport interface ThreadMessage {\n /** The identifier, which can be referenced in API endpoints. */\n id: string;\n /** The object type, which is always 'thread.message'. */\n object: \"thread.message\";\n /** The Unix timestamp, in seconds, representing when this object was created. */\n created_at: number;\n /** The ID of the thread that this message belongs to. */\n thread_id: string;\n /**\n * The status of the message.\n *\n * Possible values: \"in_progress\", \"incomplete\", \"completed\"\n */\n status: MessageStatus;\n /** On an incomplete message, details about why the message is incomplete. */\n incomplete_details: MessageIncompleteDetails | null;\n /** The Unix timestamp (in seconds) for when the message was completed. */\n completed_at: number | null;\n /** The Unix timestamp (in seconds) for when the message was marked as incomplete. */\n incomplete_at: number | null;\n /**\n * The role associated with the agent thread message.\n *\n * Possible values: \"user\", \"assistant\"\n */\n role: MessageRole;\n /** The list of content items associated with the agent thread message. */\n content: Array<MessageContent>;\n /** If applicable, the ID of the agent that authored this message. */\n assistant_id: string | null;\n /** If applicable, the ID of the run associated with the authoring of this message. */\n run_id: string | null;\n /** A list of files attached to the message, and the tools they were added to. */\n attachments: Array<MessageAttachment> | null;\n /** 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. */\n metadata: Record<string, string> | null;\n}\n\n/** Information providing additional detail about a message entering an incomplete status. */\nexport interface MessageIncompleteDetails {\n /**\n * The provided reason describing why the message was marked as incomplete.\n *\n * Possible values: \"content_filter\", \"max_tokens\", \"run_cancelled\", \"run_failed\", \"run_expired\"\n */\n reason: MessageIncompleteDetailsReason;\n}\n\n/** An abstract representation of a single item of thread message content. */\nexport interface MessageContentParent {\n type: string;\n}\n\n/** A representation of a textual item of thread message content. */\nexport interface MessageTextContent extends MessageContentParent {\n /** The object type, which is always 'text'. */\n type: \"text\";\n /** The text and associated annotations for this thread message content item. */\n text: MessageTextDetails;\n}\n\n/** The text and associated annotations for a single item of agent thread message content. */\nexport interface MessageTextDetails {\n /** The text data. */\n value: string;\n /** A list of annotations associated with this text. */\n annotations: Array<MessageTextAnnotation>;\n}\n\n/** An abstract representation of an annotation to text thread message content. */\nexport interface MessageTextAnnotationParent {\n /** The textual content associated with this text annotation item. */\n text: string;\n type: string;\n}\n\n/** 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. */\nexport interface MessageTextFileCitationAnnotation\n extends MessageTextAnnotationParent {\n /** The object type, which is always 'file_citation'. */\n type: \"file_citation\";\n /**\n * A citation within the message that points to a specific quote from a specific file.\n * Generated when the agent uses the \"file_search\" tool to search files.\n */\n file_citation: MessageTextFileCitationDetails;\n /** The first text index associated with this text annotation. */\n start_index?: number;\n /** The last text index associated with this text annotation. */\n end_index?: number;\n}\n\n/** A representation of a file-based text citation, as used in a file-based annotation of text thread message content. */\nexport interface MessageTextFileCitationDetails {\n /** The ID of the file associated with this citation. */\n file_id: string;\n /** The specific quote cited in the associated file. */\n quote: string;\n}\n\n/** A citation within the message that points to a file located at a specific path. */\nexport interface MessageTextFilePathAnnotation\n extends MessageTextAnnotationParent {\n /** The object type, which is always 'file_path'. */\n type: \"file_path\";\n /** A URL for the file that's generated when the agent used the code_interpreter tool to generate a file. */\n file_path: MessageTextFilePathDetails;\n /** The first text index associated with this text annotation. */\n start_index?: number;\n /** The last text index associated with this text annotation. */\n end_index?: number;\n}\n\n/** An encapsulation of an image file ID, as used by message image content. */\nexport interface MessageTextFilePathDetails {\n /** The ID of the specific file that the citation is from. */\n file_id: string;\n}\n\n/** A representation of image file content in a thread message. */\nexport interface MessageImageFileContent extends MessageContentParent {\n /** The object type, which is always 'image_file'. */\n type: \"image_file\";\n /** The image file for this thread message content item. */\n image_file: MessageImageFileDetails;\n}\n\n/** An image reference, as represented in thread message content. */\nexport interface MessageImageFileDetails {\n /** The ID for the file associated with this image. */\n file_id: string;\n}\n\n/** The details used when creating a new run of an agent thread. */\nexport interface CreateRunOptions {\n /** The ID of the agent that should run the thread. */\n assistant_id: string;\n /** The overridden model name that the agent should use to run the thread. */\n model?: string | null;\n /** The overridden system instructions that the agent should use to run the thread. */\n instructions?: string | null;\n /**\n * Additional instructions to append at the end of the instructions for the run. This is useful for modifying the behavior\n * on a per-run basis without overriding other instructions.\n */\n additional_instructions?: string | null;\n /** Adds additional messages to the thread before creating the run. */\n additional_messages?: Array<ThreadMessage> | null;\n /** The overridden list of enabled tools that the agent should use to run the thread. */\n tools?: Array<ToolDefinition> | null;\n /**\n * If `true`, returns a stream of events that happen during the Run as server-sent events,\n * terminating when the Run enters a terminal state with a `data: [DONE]` message.\n */\n stream?: boolean;\n /**\n * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output\n * more random, while lower values like 0.2 will make it more focused and deterministic.\n */\n temperature?: number | null;\n /**\n * An alternative to sampling with temperature, called nucleus sampling, where the model\n * considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens\n * comprising the top 10% probability mass are considered.\n *\n * We generally recommend altering this or temperature but not both.\n */\n top_p?: number | null;\n /**\n * The maximum number of prompt tokens that may be used over the course of the run. The run will make a best effort to use only\n * the number of prompt tokens specified, across multiple turns of the run. If the run exceeds the number of prompt tokens specified,\n * the run will end with status `incomplete`. See `incomplete_details` for more info.\n */\n max_prompt_tokens?: number | null;\n /**\n * The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort\n * to use only the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of\n * completion tokens specified, the run will end with status `incomplete`. See `incomplete_details` for more info.\n */\n max_completion_tokens?: number | null;\n /** The strategy to use for dropping messages as the context windows moves forward. */\n truncation_strategy?: TruncationObject | null;\n /** Controls whether or not and which tool is called by the model. */\n tool_choice?: AgentsApiToolChoiceOption | null;\n /** Specifies the format that the model must output. */\n response_format?: AgentsApiResponseFormatOption | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/**\n * Controls for how a thread will be truncated prior to the run. Use this to control the initial\n * context window of the run.\n */\nexport interface TruncationObject {\n /**\n * The truncation strategy to use for the thread. The default is `auto`. If set to `last_messages`, the thread will\n * be truncated to the `lastMessages` count most recent messages in the thread. When set to `auto`, messages in the middle of the thread\n * will be dropped to fit the context length of the model, `max_prompt_tokens`.\n *\n * Possible values: \"auto\", \"last_messages\"\n */\n type: TruncationStrategy;\n /** The number of most recent messages from the thread when constructing the context for the run. */\n last_messages?: number | null;\n}\n\n/** Specifies a tool the model should use. Use to force the model to call a specific tool. */\nexport interface AgentsNamedToolChoice {\n /**\n * the type of tool. If type is `function`, the function name must be set.\n *\n * Possible values: \"function\", \"code_interpreter\", \"file_search\", \"bing_grounding\", \"microsoft_fabric\", \"sharepoint_grounding\", \"azure_ai_search\"\n */\n type: AgentsNamedToolChoiceType;\n /** The name of the function to call */\n function?: FunctionName;\n}\n\n/** The function name that will be used, if using the `function` tool */\nexport interface FunctionName {\n /** The name of the function to call */\n name: string;\n}\n\n/**\n * Request object. A set of resources that are used by the agent's tools. The resources are specific to the type of tool.\n * For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of\n * vector store IDs.\n */\nexport interface UpdateToolResourcesOptions {\n /**\n * Overrides the list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files\n * associated with the tool.\n */\n code_interpreter?: UpdateCodeInterpreterToolResourceOptions;\n /** Overrides the vector store attached to this agent. There can be a maximum of 1 vector store attached to the agent. */\n file_search?: UpdateFileSearchToolResourceOptions;\n /** Overrides the resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */\n azure_ai_search?: AzureAISearchResource;\n}\n\n/** Request object to update `code_interpreted` tool resources. */\nexport interface UpdateCodeInterpreterToolResourceOptions {\n /** A list of file IDs to override the current list of the agent. */\n file_ids?: string[];\n}\n\n/** Request object to update `file_search` tool resources. */\nexport interface UpdateFileSearchToolResourceOptions {\n /** A list of vector store IDs to override the current list of the agent. */\n vector_store_ids?: string[];\n}\n\n/** The data provided during a tool outputs submission to resolve pending tool calls and allow the model to continue. */\nexport interface ToolOutput {\n /** The ID of the tool call being resolved, as provided in the tool calls of a required action from a run. */\n tool_call_id?: string;\n /** The output from the tool to be submitted. */\n output?: string;\n}\n\n/** The details used when creating and immediately running a new agent thread. */\nexport interface CreateAndRunThreadOptions {\n /** The ID of the agent for which the thread should be created. */\n assistant_id: string;\n /** The details used to create the new thread. If no thread is provided, an empty one will be created. */\n thread?: AgentThreadCreationOptions;\n /** The overridden model that the agent should use to run the thread. */\n model?: string | null;\n /** The overridden system instructions the agent should use to run the thread. */\n instructions?: string | null;\n /** The overridden list of enabled tools the agent should use to run the thread. */\n tools?: Array<ToolDefinition> | null;\n /** Override the tools the agent can use for this run. This is useful for modifying the behavior on a per-run basis */\n tool_resources?: UpdateToolResourcesOptions | null;\n /**\n * If `true`, returns a stream of events that happen during the Run as server-sent events,\n * terminating when the Run enters a terminal state with a `data: [DONE]` message.\n */\n stream?: boolean;\n /**\n * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output\n * more random, while lower values like 0.2 will make it more focused and deterministic.\n */\n temperature?: number | null;\n /**\n * An alternative to sampling with temperature, called nucleus sampling, where the model\n * considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens\n * comprising the top 10% probability mass are considered.\n *\n * We generally recommend altering this or temperature but not both.\n */\n top_p?: number | null;\n /**\n * The maximum number of prompt tokens that may be used over the course of the run. The run will make a best effort to use only\n * the number of prompt tokens specified, across multiple turns of the run. If the run exceeds the number of prompt tokens specified,\n * the run will end with status `incomplete`. See `incomplete_details` for more info.\n */\n max_prompt_tokens?: number | null;\n /**\n * The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort to use only\n * the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of completion tokens\n * specified, the run will end with status `incomplete`. See `incomplete_details` for more info.\n */\n max_completion_tokens?: number | null;\n /** The strategy to use for dropping messages as the context windows moves forward. */\n truncation_strategy?: TruncationObject | null;\n /** Controls whether or not and which tool is called by the model. */\n tool_choice?: AgentsApiToolChoiceOption | null;\n /** Specifies the format that the model must output. */\n response_format?: AgentsApiResponseFormatOption | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** The expiration policy for a vector store. */\nexport interface VectorStoreExpirationPolicy {\n /**\n * Anchor timestamp after which the expiration policy applies. Supported anchors: `last_active_at`.\n *\n * Possible values: \"last_active_at\"\n */\n anchor: VectorStoreExpirationPolicyAnchor;\n /** The anchor timestamp after which the expiration policy applies. */\n days: number;\n}\n\n/** Request object for creating a vector store. */\nexport interface VectorStoreOptions {\n /** A list of file IDs that the vector store should use. Useful for tools like `file_search` that can access files. */\n file_ids?: string[];\n /** The name of the vector store. */\n name?: string;\n /** The vector store configuration, used when vector store is created from Azure asset URIs. */\n configuration?: VectorStoreConfiguration;\n /** Details on when this vector store expires */\n expires_after?: VectorStoreExpirationPolicy;\n /** The chunking strategy used to chunk the file(s). If not set, will use the auto strategy. Only applicable if file_ids is non-empty. */\n chunking_strategy?: VectorStoreChunkingStrategyRequest;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** An abstract representation of a vector store chunking strategy configuration. */\nexport interface VectorStoreChunkingStrategyRequestParent {\n type: VectorStoreChunkingStrategyRequestType;\n}\n\n/** The default strategy. This strategy currently uses a max_chunk_size_tokens of 800 and chunk_overlap_tokens of 400. */\nexport interface VectorStoreAutoChunkingStrategyRequest\n extends VectorStoreChunkingStrategyRequestParent {\n /** The object type, which is always 'auto'. */\n type: \"auto\";\n}\n\n/** A statically configured chunking strategy. */\nexport interface VectorStoreStaticChunkingStrategyRequest\n extends VectorStoreChunkingStrategyRequestParent {\n /** The object type, which is always 'static'. */\n type: \"static\";\n /** The options for the static chunking strategy. */\n static: VectorStoreStaticChunkingStrategyOptions;\n}\n\n/** Options to configure a vector store static chunking strategy. */\nexport interface VectorStoreStaticChunkingStrategyOptions {\n /** The maximum number of tokens in each chunk. The default value is 800. The minimum value is 100 and the maximum value is 4096. */\n max_chunk_size_tokens: number;\n /**\n * The number of tokens that overlap between chunks. The default value is 400.\n * Note that the overlap must not exceed half of max_chunk_size_tokens.\n */\n chunk_overlap_tokens: number;\n}\n\n/** Request object for updating a vector store. */\nexport interface VectorStoreUpdateOptions {\n /** The name of the vector store. */\n name?: string | null;\n /** Details on when this vector store expires */\n expires_after?: VectorStoreExpirationPolicy | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** Evaluation Definition */\nexport interface Evaluation {\n /** Data for evaluation. */\n data: InputData;\n /** Display Name for evaluation. It helps to find evaluation easily in AI Studio. It does not need to be unique. */\n displayName?: string;\n /** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */\n description?: string;\n /** Evaluation's tags. Unlike properties, tags are fully mutable. */\n tags?: Record<string, string>;\n /** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */\n properties?: Record<string, string>;\n /** Evaluators to be used for the evaluation. */\n evaluators: Record<string, EvaluatorConfiguration>;\n}\n\n/** Abstract data class for input data configuration. */\nexport interface InputDataParent {\n type: string;\n}\n\n/** Data Source for Application Insights. */\nexport interface ApplicationInsightsConfiguration extends InputDataParent {\n /** LogAnalytic Workspace resourceID associated with ApplicationInsights */\n resourceId: string;\n /** Query to fetch the data. */\n query: string;\n /** Service name. */\n serviceName: string;\n /** Connection String to connect to ApplicationInsights. */\n connectionString?: string;\n}\n\n/** Dataset as source for evaluation. */\nexport interface Dataset extends InputDataParent {\n /** Evaluation input data */\n id: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {}\n\n/** Evaluator Configuration */\nexport interface EvaluatorConfiguration {\n /** Identifier of the evaluator. */\n id: string;\n /** Initialization parameters of the evaluator. */\n initParams?: Record<string, unknown>;\n /** Data parameters of the evaluator. */\n dataMapping?: Record<string, string>;\n}\n\n/** Evaluation Schedule Definition */\nexport interface EvaluationSchedule {\n /** Data for evaluation. */\n data: ApplicationInsightsConfiguration;\n /** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */\n description?: string;\n /** Evaluation's tags. Unlike properties, tags are fully mutable. */\n tags?: Record<string, string>;\n /** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */\n properties?: Record<string, string>;\n /** Evaluators to be used for the evaluation. */\n evaluators: Record<string, EvaluatorConfiguration>;\n /** Trigger for the evaluation. */\n trigger: Trigger;\n}\n\n/** Abstract data class for input data configuration. */\nexport interface TriggerParent {\n type: string;\n}\n\n/** Recurrence Trigger Definition */\nexport interface RecurrenceTrigger extends TriggerParent {\n /**\n * The frequency to trigger schedule.\n *\n * Possible values: \"Month\", \"Week\", \"Day\", \"Hour\", \"Minute\"\n */\n frequency: Frequency;\n /** Specifies schedule interval in conjunction with frequency */\n interval: number;\n /** The recurrence schedule. */\n schedule?: RecurrenceSchedule;\n}\n\n/** RecurrenceSchedule Definition */\nexport interface RecurrenceSchedule {\n /** List of hours for the schedule. */\n hours: number[];\n /** List of minutes for the schedule. */\n minutes: number[];\n /** List of days for the schedule. */\n weekDays?: WeekDays[];\n /** List of month days for the schedule */\n monthDays?: number[];\n}\n\n/** Cron Trigger Definition */\nexport interface CronTrigger extends TriggerParent {\n /** Cron expression for the trigger. */\n expression: string;\n}\n\n/** An abstract representation of an input tool definition that an agent can use. */\nexport type ToolDefinition =\n | ToolDefinitionParent\n | CodeInterpreterToolDefinition\n | FileSearchToolDefinition\n | FunctionToolDefinition\n | BingGroundingToolDefinition\n | MicrosoftFabricToolDefinition\n | SharepointToolDefinition\n | AzureAISearchToolDefinition;\n/** An abstract representation of a single item of thread message content. */\nexport type MessageContent =\n | MessageContentParent\n | MessageTextContent\n | MessageImageFileContent;\n/** An abstract representation of an annotation to text thread message content. */\nexport type MessageTextAnnotation =\n | MessageTextAnnotationParent\n | MessageTextFileCitationAnnotation\n | MessageTextFilePathAnnotation;\n/** An abstract representation of a vector store chunking strategy configuration. */\nexport type VectorStoreChunkingStrategyRequest =\n | VectorStoreChunkingStrategyRequestParent\n | VectorStoreAutoChunkingStrategyRequest\n | VectorStoreStaticChunkingStrategyRequest;\n/** Abstract data class for input data configuration. */\nexport type InputData =\n | InputDataParent\n | ApplicationInsightsConfiguration\n | Dataset;\n/** Abstract data class for input data configuration. */\nexport type Trigger = TriggerParent | RecurrenceTrigger | CronTrigger;\n/** Alias for VectorStoreDataSourceAssetType */\nexport type VectorStoreDataSourceAssetType = \"uri_asset\" | \"id_asset\";\n/** Alias for AgentsApiResponseFormatMode */\nexport type AgentsApiResponseFormatMode = string;\n/** Alias for ApiResponseFormat */\nexport type ApiResponseFormat = string;\n/** Alias for AgentsApiResponseFormatOption */\nexport type AgentsApiResponseFormatOption =\n | string\n | AgentsApiResponseFormatMode\n | AgentsApiResponseFormat;\n/** Alias for ListSortOrder */\nexport type ListSortOrder = \"asc\" | \"desc\";\n/** Alias for MessageRole */\nexport type MessageRole = string;\n/** Alias for MessageAttachmentToolDefinition */\nexport type MessageAttachmentToolDefinition =\n | CodeInterpreterToolDefinition\n | FileSearchToolDefinition;\n/** Alias for MessageStatus */\nexport type MessageStatus = string;\n/** Alias for MessageIncompleteDetailsReason */\nexport type MessageIncompleteDetailsReason = string;\n/** Alias for TruncationStrategy */\nexport type TruncationStrategy = string;\n/** Alias for AgentsApiToolChoiceOptionMode */\nexport type AgentsApiToolChoiceOptionMode = string;\n/** Alias for AgentsNamedToolChoiceType */\nexport type AgentsNamedToolChoiceType = string;\n/** Alias for AgentsApiToolChoiceOption */\nexport type AgentsApiToolChoiceOption =\n | string\n | AgentsApiToolChoiceOptionMode\n | AgentsNamedToolChoice;\n/** Alias for FilePurpose */\nexport type FilePurpose = string;\n/** Alias for VectorStoreExpirationPolicyAnchor */\nexport type VectorStoreExpirationPolicyAnchor = string;\n/** Alias for VectorStoreChunkingStrategyRequestType */\nexport type VectorStoreChunkingStrategyRequestType = string;\n/** Alias for VectorStoreFileStatusFilter */\nexport type VectorStoreFileStatusFilter = string;\n/** The Type (or category) of the connection */\nexport type ConnectionType =\n | \"AzureOpenAI\"\n | \"Serverless\"\n | \"AzureBlob\"\n | \"AIServices\"\n | \"CognitiveSearch\";\n/** Alias for Frequency */\nexport type Frequency = string;\n/** Alias for WeekDays */\nexport type WeekDays = string;\n"]}
|
|
1
|
+
{"version":3,"file":"models.js","sourceRoot":"","sources":["../../../../src/generated/src/models.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n/** The request details to use when creating a new agent. */\nexport interface CreateAgentOptions {\n /** The ID of the model to use. */\n model: string;\n /** The name of the new agent. */\n name?: string | null;\n /** The description of the new agent. */\n description?: string | null;\n /** The system instructions for the new agent to use. */\n instructions?: string | null;\n /** The collection of tools to enable for the new agent. */\n tools?: Array<ToolDefinition>;\n /**\n * A set of resources that are used by the agent's tools. The resources are specific to the type of tool. For example, the `code_interpreter`\n * tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.\n */\n tool_resources?: ToolResources | null;\n /**\n * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random,\n * while lower values like 0.2 will make it more focused and deterministic.\n */\n temperature?: number | null;\n /**\n * An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.\n * So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n *\n * We generally recommend altering this or temperature but not both.\n */\n top_p?: number | null;\n /** The response format of the tool calls used by this agent. */\n response_format?: AgentsApiResponseFormatOption | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** An abstract representation of an input tool definition that an agent can use. */\nexport interface ToolDefinitionParent {\n type: string;\n}\n\n/** The input definition information for a code interpreter tool as used to configure an agent. */\nexport interface CodeInterpreterToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'code_interpreter'. */\n type: \"code_interpreter\";\n}\n\n/** The input definition information for a file search tool as used to configure an agent. */\nexport interface FileSearchToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'file_search'. */\n type: \"file_search\";\n /** Options overrides for the file search tool. */\n file_search?: FileSearchToolDefinitionDetails;\n}\n\n/** Options overrides for the file search tool. */\nexport interface FileSearchToolDefinitionDetails {\n /**\n * The maximum number of results the file search tool should output. The default is 20 for gpt-4* models and 5 for gpt-3.5-turbo. This number should be between 1 and 50 inclusive.\n *\n * Note that the file search tool may output fewer than `max_num_results` results. See the file search tool documentation for more information.\n */\n max_num_results?: number;\n /** Ranking options for file search. */\n ranking_options?: FileSearchRankingOptions;\n}\n\n/** Ranking options for file search. */\nexport interface FileSearchRankingOptions {\n /** File search ranker. */\n ranker: string;\n /** Ranker search threshold. */\n score_threshold: number;\n}\n\n/** The input definition information for a function tool as used to configure an agent. */\nexport interface FunctionToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'function'. */\n type: \"function\";\n /** The definition of the concrete function that the function tool should call. */\n function: FunctionDefinition;\n}\n\n/** The input definition information for a function. */\nexport interface FunctionDefinition {\n /** The name of the function to be called. */\n name: string;\n /** A description of what the function does, used by the model to choose when and how to call the function. */\n description?: string;\n /** The parameters the functions accepts, described as a JSON Schema object. */\n parameters: unknown;\n}\n\n/** The input definition information for a bing grounding search tool as used to configure an agent. */\nexport interface BingGroundingToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'bing_grounding'. */\n type: \"bing_grounding\";\n /** The list of connections used by the bing grounding tool. */\n bing_grounding: ToolConnectionList;\n}\n\n/** A set of connection resources currently used by either the `bing_grounding`, `fabric_aiskill`, or `sharepoint_grounding` tools. */\nexport interface ToolConnectionList {\n /**\n * The connections attached to this tool. There can be a maximum of 1 connection\n * resource attached to the tool.\n */\n connections?: Array<ToolConnection>;\n}\n\n/** A connection resource. */\nexport interface ToolConnection {\n /** A connection in a ToolConnectionList attached to this tool. */\n connection_id: string;\n}\n\n/** The input definition information for a Microsoft Fabric tool as used to configure an agent. */\nexport interface MicrosoftFabricToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'fabric_aiskill'. */\n type: \"fabric_aiskill\";\n /** The list of connections used by the Microsoft Fabric tool. */\n fabric_aiskill: ToolConnectionList;\n}\n\n/** The input definition information for a sharepoint tool as used to configure an agent. */\nexport interface SharepointToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'sharepoint_grounding'. */\n type: \"sharepoint_grounding\";\n /** The list of connections used by the SharePoint tool. */\n sharepoint_grounding: ToolConnectionList;\n}\n\n/** The input definition information for an Azure AI search tool as used to configure an agent. */\nexport interface AzureAISearchToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'azure_ai_search'. */\n type: \"azure_ai_search\";\n}\n\n/** The input definition information for an OpenAPI tool as used to configure an agent. */\nexport interface OpenApiToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'openapi'. */\n type: \"openapi\";\n /** The openapi function definition. */\n openapi: OpenApiFunctionDefinition;\n}\n\n/** The input definition information for an openapi function. */\nexport interface OpenApiFunctionDefinition {\n /** The name of the function to be called. */\n name: string;\n /** A description of what the function does, used by the model to choose when and how to call the function. */\n description?: string;\n /** The openapi function shape, described as a JSON Schema object. */\n spec: unknown;\n /** Open API authentication details */\n auth: OpenApiAuthDetails;\n}\n\n/** authentication details for OpenApiFunctionDefinition */\nexport interface OpenApiAuthDetailsParent {\n type: OpenApiAuthType;\n}\n\n/** Security details for OpenApi anonymous authentication */\nexport interface OpenApiAnonymousAuthDetails extends OpenApiAuthDetailsParent {\n /** The object type, which is always 'anonymous'. */\n type: \"anonymous\";\n}\n\n/** Security details for OpenApi connection authentication */\nexport interface OpenApiConnectionAuthDetails extends OpenApiAuthDetailsParent {\n /** The object type, which is always 'connection'. */\n type: \"connection\";\n /** Connection auth security details */\n security_scheme: OpenApiConnectionSecurityScheme;\n}\n\n/** Security scheme for OpenApi managed_identity authentication */\nexport interface OpenApiConnectionSecurityScheme {\n /** Connection id for Connection auth type */\n connection_id: string;\n}\n\n/** Security details for OpenApi managed_identity authentication */\nexport interface OpenApiManagedAuthDetails extends OpenApiAuthDetailsParent {\n /** The object type, which is always 'managed_identity'. */\n type: \"managed_identity\";\n /** Connection auth security details */\n security_scheme: OpenApiManagedSecurityScheme;\n}\n\n/** Security scheme for OpenApi managed_identity authentication */\nexport interface OpenApiManagedSecurityScheme {\n /** Authentication scope for managed_identity auth type */\n audience: string;\n}\n\n/** The input definition information for a azure function tool as used to configure an agent. */\nexport interface AzureFunctionToolDefinition extends ToolDefinitionParent {\n /** The object type, which is always 'azure_function'. */\n type: \"azure_function\";\n /** The definition of the concrete function that the function tool should call. */\n azure_function: AzureFunctionDefinition;\n}\n\n/** The definition of Azure function. */\nexport interface AzureFunctionDefinition {\n /** The definition of azure function and its parameters. */\n function: FunctionDefinition;\n /** Input storage queue. The queue storage trigger runs a function as messages are added to it. */\n input_binding: AzureFunctionBinding;\n /** Output storage queue. The function writes output to this queue when the input items are processed. */\n output_binding: AzureFunctionBinding;\n}\n\n/** The structure for keeping storage queue name and URI. */\nexport interface AzureFunctionBinding {\n /** The type of binding, which is always 'storage_queue'. */\n type: \"storage_queue\";\n /** Storage queue. */\n storage_queue: AzureFunctionStorageQueue;\n}\n\n/** The structure for keeping storage queue name and URI. */\nexport interface AzureFunctionStorageQueue {\n /** URI to the Azure Storage Queue service allowing you to manipulate a queue. */\n queue_service_endpoint: string;\n /** The name of an Azure function storage queue. */\n queue_name: string;\n}\n\n/**\n * A set of resources that are used by the agent's tools. The resources are specific to the type of\n * tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search`\n * tool requires a list of vector store IDs.\n */\nexport interface ToolResources {\n /** Resources to be used by the `code_interpreter` tool consisting of file IDs. */\n code_interpreter?: CodeInterpreterToolResource;\n /** Resources to be used by the `file_search` tool consisting of vector store IDs. */\n file_search?: FileSearchToolResource;\n /** Resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */\n azure_ai_search?: AzureAISearchResource;\n}\n\n/** A set of resources that are used by the `code_interpreter` tool. */\nexport interface CodeInterpreterToolResource {\n /**\n * A list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files\n * associated with the tool.\n */\n file_ids?: string[];\n /** The data sources to be used. This option is mutually exclusive with the `fileIds` property. */\n data_sources?: Array<VectorStoreDataSource>;\n}\n\n/**\n * The structure, containing Azure asset URI path and the asset type of the file used as a data source\n * for the enterprise file search.\n */\nexport interface VectorStoreDataSource {\n /** Asset URI. */\n uri: string;\n /**\n * The asset type\n *\n * Possible values: \"uri_asset\", \"id_asset\"\n */\n type: VectorStoreDataSourceAssetType;\n}\n\n/** A set of resources that are used by the `file_search` tool. */\nexport interface FileSearchToolResource {\n /**\n * The ID of the vector store attached to this agent. There can be a maximum of 1 vector\n * store attached to the agent.\n */\n vector_store_ids?: string[];\n /**\n * The list of vector store configuration objects from Azure.\n * This list is limited to one element.\n * The only element of this list contains the list of azure asset IDs used by the search tool.\n */\n vector_stores?: Array<VectorStoreConfigurations>;\n}\n\n/** The structure, containing the list of vector storage configurations i.e. the list of azure asset IDs. */\nexport interface VectorStoreConfigurations {\n /** Name */\n name: string;\n /** Configurations */\n configuration: VectorStoreConfiguration;\n}\n\n/**\n * Vector storage configuration is the list of data sources, used when multiple\n * files can be used for the enterprise file search.\n */\nexport interface VectorStoreConfiguration {\n /** Data sources */\n data_sources: Array<VectorStoreDataSource>;\n}\n\n/** A set of index resources used by the `azure_ai_search` tool. */\nexport interface AzureAISearchResource {\n /**\n * The indices attached to this agent. There can be a maximum of 1 index\n * resource attached to the agent.\n */\n indexes?: Array<IndexResource>;\n}\n\n/** A Index resource. */\nexport interface IndexResource {\n /** An index connection id in an IndexResource attached to this agent. */\n index_connection_id: string;\n /** The name of an index in an IndexResource attached to this agent. */\n index_name: string;\n}\n\n/**\n * An object describing the expected output of the model. If `json_object` only `function` type `tools` are allowed to be passed to the Run.\n * If `text` the model can return text or any value needed.\n */\nexport interface AgentsApiResponseFormat {\n /**\n * Must be one of `text` or `json_object`.\n *\n * Possible values: \"text\", \"json_object\"\n */\n type?: ResponseFormat;\n}\n\n/** The type of response format being defined: `json_schema` */\nexport interface ResponseFormatJsonSchemaType {\n /** Type */\n type: \"json_schema\";\n /** The JSON schema, describing response format. */\n json_schema: ResponseFormatJsonSchema;\n}\n\n/** A description of what the response format is for, used by the model to determine how to respond in the format. */\nexport interface ResponseFormatJsonSchema {\n /** A description of what the response format is for, used by the model to determine how to respond in the format. */\n description?: string;\n /** The name of a schema. */\n name: string;\n /** The JSON schema object, describing the response format. */\n schema: unknown;\n}\n\n/** The request details to use when modifying an existing agent. */\nexport interface UpdateAgentOptions {\n /** The ID of the model to use. */\n model?: string;\n /** The modified name for the agent to use. */\n name?: string | null;\n /** The modified description for the agent to use. */\n description?: string | null;\n /** The modified system instructions for the new agent to use. */\n instructions?: string | null;\n /** The modified collection of tools to enable for the agent. */\n tools?: Array<ToolDefinition>;\n /**\n * A set of resources that are used by the agent's tools. The resources are specific to the type of tool. For example,\n * the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of vector store IDs.\n */\n tool_resources?: ToolResources;\n /**\n * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output more random,\n * while lower values like 0.2 will make it more focused and deterministic.\n */\n temperature?: number | null;\n /**\n * An alternative to sampling with temperature, called nucleus sampling, where the model considers the results of the tokens with top_p probability mass.\n * So 0.1 means only the tokens comprising the top 10% probability mass are considered.\n *\n * We generally recommend altering this or temperature but not both.\n */\n top_p?: number | null;\n /** The response format of the tool calls used by this agent. */\n response_format?: AgentsApiResponseFormatOption | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** The details used to create a new agent thread. */\nexport interface AgentThreadCreationOptions {\n /** The initial messages to associate with the new thread. */\n messages?: Array<ThreadMessageOptions>;\n /**\n * A set of resources that are made available to the agent's tools in this thread. The resources are specific to the\n * type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires\n * a list of vector store IDs.\n */\n tool_resources?: ToolResources | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** A single message within an agent thread, as provided during that thread's creation for its initial state. */\nexport interface ThreadMessageOptions {\n /**\n * The role of the entity that is creating the message. Allowed values include:\n * - `user`: Indicates the message is sent by an actual user and should be used in most\n * cases to represent user-generated messages.\n * - `assistant`: Indicates the message is generated by the agent. Use this value to insert\n * messages from the agent into the\n * conversation.\n *\n * Possible values: \"user\", \"assistant\"\n */\n role: MessageRole;\n /**\n * The textual content of the initial message. Currently, robust input including images and annotated text may only be provided via\n * a separate call to the create message API.\n */\n content: string;\n /** A list of files attached to the message, and the tools they should be added to. */\n attachments?: Array<MessageAttachment> | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** This describes to which tools a file has been attached. */\nexport interface MessageAttachment {\n /** The ID of the file to attach to the message. */\n file_id?: string;\n /** Azure asset ID. */\n data_source?: VectorStoreDataSource;\n /** The tools to add to this file. */\n tools: MessageAttachmentToolDefinition[];\n}\n\n/** The details used to update an existing agent thread */\nexport interface UpdateAgentThreadOptions {\n /**\n * A set of resources that are made available to the agent's tools in this thread. The resources are specific to the\n * type of tool. For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires\n * a list of vector store IDs\n */\n tool_resources?: ToolResources | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** The details used when creating a new run of an agent thread. */\nexport interface CreateRunOptions {\n /** The ID of the agent that should run the thread. */\n assistant_id: string;\n /** The overridden model name that the agent should use to run the thread. */\n model?: string | null;\n /** The overridden system instructions that the agent should use to run the thread. */\n instructions?: string | null;\n /**\n * Additional instructions to append at the end of the instructions for the run. This is useful for modifying the behavior\n * on a per-run basis without overriding other instructions.\n */\n additional_instructions?: string | null;\n /** Adds additional messages to the thread before creating the run. */\n additional_messages?: Array<ThreadMessageOptions> | null;\n /** The overridden list of enabled tools that the agent should use to run the thread. */\n tools?: Array<ToolDefinition> | null;\n /**\n * If `true`, returns a stream of events that happen during the Run as server-sent events,\n * terminating when the Run enters a terminal state with a `data: [DONE]` message.\n */\n stream?: boolean;\n /**\n * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output\n * more random, while lower values like 0.2 will make it more focused and deterministic.\n */\n temperature?: number | null;\n /**\n * An alternative to sampling with temperature, called nucleus sampling, where the model\n * considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens\n * comprising the top 10% probability mass are considered.\n *\n * We generally recommend altering this or temperature but not both.\n */\n top_p?: number | null;\n /**\n * The maximum number of prompt tokens that may be used over the course of the run. The run will make a best effort to use only\n * the number of prompt tokens specified, across multiple turns of the run. If the run exceeds the number of prompt tokens specified,\n * the run will end with status `incomplete`. See `incomplete_details` for more info.\n */\n max_prompt_tokens?: number | null;\n /**\n * The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort\n * to use only the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of\n * completion tokens specified, the run will end with status `incomplete`. See `incomplete_details` for more info.\n */\n max_completion_tokens?: number | null;\n /** The strategy to use for dropping messages as the context windows moves forward. */\n truncation_strategy?: TruncationObject | null;\n /** Controls whether or not and which tool is called by the model. */\n tool_choice?: AgentsApiToolChoiceOption | null;\n /** Specifies the format that the model must output. */\n response_format?: AgentsApiResponseFormatOption | null;\n /** If `true` functions will run in parallel during tool use. */\n parallel_tool_calls?: boolean;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/**\n * Controls for how a thread will be truncated prior to the run. Use this to control the initial\n * context window of the run.\n */\nexport interface TruncationObject {\n /**\n * The truncation strategy to use for the thread. The default is `auto`. If set to `last_messages`, the thread will\n * be truncated to the `lastMessages` count most recent messages in the thread. When set to `auto`, messages in the middle of the thread\n * will be dropped to fit the context length of the model, `max_prompt_tokens`.\n *\n * Possible values: \"auto\", \"last_messages\"\n */\n type: TruncationStrategy;\n /** The number of most recent messages from the thread when constructing the context for the run. */\n last_messages?: number | null;\n}\n\n/** Specifies a tool the model should use. Use to force the model to call a specific tool. */\nexport interface AgentsNamedToolChoice {\n /**\n * the type of tool. If type is `function`, the function name must be set.\n *\n * Possible values: \"function\", \"code_interpreter\", \"file_search\", \"bing_grounding\", \"fabric_aiskill\", \"sharepoint_grounding\", \"azure_ai_search\"\n */\n type: AgentsNamedToolChoiceType;\n /** The name of the function to call */\n function?: FunctionName;\n}\n\n/** The function name that will be used, if using the `function` tool */\nexport interface FunctionName {\n /** The name of the function to call */\n name: string;\n}\n\n/**\n * Request object. A set of resources that are used by the agent's tools. The resources are specific to the type of tool.\n * For example, the `code_interpreter` tool requires a list of file IDs, while the `file_search` tool requires a list of\n * vector store IDs.\n */\nexport interface UpdateToolResourcesOptions {\n /**\n * Overrides the list of file IDs made available to the `code_interpreter` tool. There can be a maximum of 20 files\n * associated with the tool.\n */\n code_interpreter?: UpdateCodeInterpreterToolResourceOptions;\n /** Overrides the vector store attached to this agent. There can be a maximum of 1 vector store attached to the agent. */\n file_search?: UpdateFileSearchToolResourceOptions;\n /** Overrides the resources to be used by the `azure_ai_search` tool consisting of index IDs and names. */\n azure_ai_search?: AzureAISearchResource;\n}\n\n/** Request object to update `code_interpreted` tool resources. */\nexport interface UpdateCodeInterpreterToolResourceOptions {\n /** A list of file IDs to override the current list of the agent. */\n file_ids?: string[];\n}\n\n/** Request object to update `file_search` tool resources. */\nexport interface UpdateFileSearchToolResourceOptions {\n /** A list of vector store IDs to override the current list of the agent. */\n vector_store_ids?: string[];\n}\n\n/** The data provided during a tool outputs submission to resolve pending tool calls and allow the model to continue. */\nexport interface ToolOutput {\n /** The ID of the tool call being resolved, as provided in the tool calls of a required action from a run. */\n tool_call_id?: string;\n /** The output from the tool to be submitted. */\n output?: string;\n}\n\n/** The details used when creating and immediately running a new agent thread. */\nexport interface CreateAndRunThreadOptions {\n /** The ID of the agent for which the thread should be created. */\n assistant_id: string;\n /** The details used to create the new thread. If no thread is provided, an empty one will be created. */\n thread?: AgentThreadCreationOptions;\n /** The overridden model that the agent should use to run the thread. */\n model?: string | null;\n /** The overridden system instructions the agent should use to run the thread. */\n instructions?: string | null;\n /** The overridden list of enabled tools the agent should use to run the thread. */\n tools?: Array<ToolDefinition> | null;\n /** Override the tools the agent can use for this run. This is useful for modifying the behavior on a per-run basis */\n tool_resources?: UpdateToolResourcesOptions | null;\n /**\n * If `true`, returns a stream of events that happen during the Run as server-sent events,\n * terminating when the Run enters a terminal state with a `data: [DONE]` message.\n */\n stream?: boolean;\n /**\n * What sampling temperature to use, between 0 and 2. Higher values like 0.8 will make the output\n * more random, while lower values like 0.2 will make it more focused and deterministic.\n */\n temperature?: number | null;\n /**\n * An alternative to sampling with temperature, called nucleus sampling, where the model\n * considers the results of the tokens with top_p probability mass. So 0.1 means only the tokens\n * comprising the top 10% probability mass are considered.\n *\n * We generally recommend altering this or temperature but not both.\n */\n top_p?: number | null;\n /**\n * The maximum number of prompt tokens that may be used over the course of the run. The run will make a best effort to use only\n * the number of prompt tokens specified, across multiple turns of the run. If the run exceeds the number of prompt tokens specified,\n * the run will end with status `incomplete`. See `incomplete_details` for more info.\n */\n max_prompt_tokens?: number | null;\n /**\n * The maximum number of completion tokens that may be used over the course of the run. The run will make a best effort to use only\n * the number of completion tokens specified, across multiple turns of the run. If the run exceeds the number of completion tokens\n * specified, the run will end with status `incomplete`. See `incomplete_details` for more info.\n */\n max_completion_tokens?: number | null;\n /** The strategy to use for dropping messages as the context windows moves forward. */\n truncation_strategy?: TruncationObject | null;\n /** Controls whether or not and which tool is called by the model. */\n tool_choice?: AgentsApiToolChoiceOption | null;\n /** Specifies the format that the model must output. */\n response_format?: AgentsApiResponseFormatOption | null;\n /** If `true` functions will run in parallel during tool use. */\n parallel_tool_calls?: boolean;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** The expiration policy for a vector store. */\nexport interface VectorStoreExpirationPolicy {\n /**\n * Anchor timestamp after which the expiration policy applies. Supported anchors: `last_active_at`.\n *\n * Possible values: \"last_active_at\"\n */\n anchor: VectorStoreExpirationPolicyAnchor;\n /** The anchor timestamp after which the expiration policy applies. */\n days: number;\n}\n\n/** Request object for creating a vector store. */\nexport interface VectorStoreOptions {\n /** A list of file IDs that the vector store should use. Useful for tools like `file_search` that can access files. */\n file_ids?: string[];\n /** The name of the vector store. */\n name?: string;\n /** The vector store configuration, used when vector store is created from Azure asset URIs. */\n configuration?: VectorStoreConfiguration;\n /** Details on when this vector store expires */\n expires_after?: VectorStoreExpirationPolicy;\n /** The chunking strategy used to chunk the file(s). If not set, will use the auto strategy. Only applicable if file_ids is non-empty. */\n chunking_strategy?: VectorStoreChunkingStrategyRequest;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** An abstract representation of a vector store chunking strategy configuration. */\nexport interface VectorStoreChunkingStrategyRequestParent {\n type: VectorStoreChunkingStrategyRequestType;\n}\n\n/** The default strategy. This strategy currently uses a max_chunk_size_tokens of 800 and chunk_overlap_tokens of 400. */\nexport interface VectorStoreAutoChunkingStrategyRequest\n extends VectorStoreChunkingStrategyRequestParent {\n /** The object type, which is always 'auto'. */\n type: \"auto\";\n}\n\n/** A statically configured chunking strategy. */\nexport interface VectorStoreStaticChunkingStrategyRequest\n extends VectorStoreChunkingStrategyRequestParent {\n /** The object type, which is always 'static'. */\n type: \"static\";\n /** The options for the static chunking strategy. */\n static: VectorStoreStaticChunkingStrategyOptions;\n}\n\n/** Options to configure a vector store static chunking strategy. */\nexport interface VectorStoreStaticChunkingStrategyOptions {\n /** The maximum number of tokens in each chunk. The default value is 800. The minimum value is 100 and the maximum value is 4096. */\n max_chunk_size_tokens: number;\n /**\n * The number of tokens that overlap between chunks. The default value is 400.\n * Note that the overlap must not exceed half of max_chunk_size_tokens.\n */\n chunk_overlap_tokens: number;\n}\n\n/** Request object for updating a vector store. */\nexport interface VectorStoreUpdateOptions {\n /** The name of the vector store. */\n name?: string | null;\n /** Details on when this vector store expires */\n expires_after?: VectorStoreExpirationPolicy | null;\n /** 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. */\n metadata?: Record<string, string> | null;\n}\n\n/** Evaluation Definition */\nexport interface Evaluation {\n /** Data for evaluation. */\n data: InputData;\n /** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */\n displayName?: string;\n /** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */\n description?: string;\n /** Evaluation's tags. Unlike properties, tags are fully mutable. */\n tags?: Record<string, string>;\n /** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */\n properties?: Record<string, string>;\n /** Evaluators to be used for the evaluation. */\n evaluators: Record<string, EvaluatorConfiguration>;\n}\n\n/** Abstract data class for input data configuration. */\nexport interface InputDataParent {\n type: string;\n}\n\n/** Data Source for Application Insights. */\nexport interface ApplicationInsightsConfiguration extends InputDataParent {\n /** LogAnalytic Workspace resourceID associated with ApplicationInsights */\n resourceId: string;\n /** Query to fetch the data. */\n query: string;\n /** Service name. */\n serviceName: string;\n /** Connection String to connect to ApplicationInsights. */\n connectionString?: string;\n}\n\n/** Dataset as source for evaluation. */\nexport interface Dataset extends InputDataParent {\n /** Evaluation input data */\n id: string;\n}\n\n/** Metadata pertaining to creation and last modification of the resource. */\nexport interface SystemData {}\n\n/** Evaluator Configuration */\nexport interface EvaluatorConfiguration {\n /** Identifier of the evaluator. */\n id: string;\n /** Initialization parameters of the evaluator. */\n initParams?: Record<string, unknown>;\n /** Data parameters of the evaluator. */\n dataMapping?: Record<string, string>;\n}\n\n/** Evaluation Schedule Definition */\nexport interface EvaluationSchedule {\n /** Data for evaluation. */\n data: ApplicationInsightsConfiguration;\n /** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */\n description?: string;\n /** Evaluation's tags. Unlike properties, tags are fully mutable. */\n tags?: Record<string, string>;\n /** Evaluation's properties. Unlike tags, properties are add-only. Once added, a property cannot be removed. */\n properties?: Record<string, string>;\n /** Evaluators to be used for the evaluation. */\n evaluators: Record<string, EvaluatorConfiguration>;\n /** Trigger for the evaluation. */\n trigger: Trigger;\n}\n\n/** Abstract data class for input data configuration. */\nexport interface TriggerParent {\n type: string;\n}\n\n/** Recurrence Trigger Definition */\nexport interface RecurrenceTrigger extends TriggerParent {\n /**\n * The frequency to trigger schedule.\n *\n * Possible values: \"Month\", \"Week\", \"Day\", \"Hour\", \"Minute\"\n */\n frequency: Frequency;\n /** Specifies schedule interval in conjunction with frequency */\n interval: number;\n /** The recurrence schedule. */\n schedule?: RecurrenceSchedule;\n}\n\n/** RecurrenceSchedule Definition */\nexport interface RecurrenceSchedule {\n /** List of hours for the schedule. */\n hours: number[];\n /** List of minutes for the schedule. */\n minutes: number[];\n /** List of days for the schedule. */\n weekDays?: WeekDays[];\n /** List of month days for the schedule */\n monthDays?: number[];\n}\n\n/** Cron Trigger Definition */\nexport interface CronTrigger extends TriggerParent {\n /** Cron expression for the trigger. */\n expression: string;\n}\n\n/** An abstract representation of an input tool definition that an agent can use. */\nexport type ToolDefinition =\n | ToolDefinitionParent\n | CodeInterpreterToolDefinition\n | FileSearchToolDefinition\n | FunctionToolDefinition\n | BingGroundingToolDefinition\n | MicrosoftFabricToolDefinition\n | SharepointToolDefinition\n | AzureAISearchToolDefinition\n | OpenApiToolDefinition\n | AzureFunctionToolDefinition;\n/** authentication details for OpenApiFunctionDefinition */\nexport type OpenApiAuthDetails =\n | OpenApiAuthDetailsParent\n | OpenApiAnonymousAuthDetails\n | OpenApiConnectionAuthDetails\n | OpenApiManagedAuthDetails;\n/** An abstract representation of a vector store chunking strategy configuration. */\nexport type VectorStoreChunkingStrategyRequest =\n | VectorStoreChunkingStrategyRequestParent\n | VectorStoreAutoChunkingStrategyRequest\n | VectorStoreStaticChunkingStrategyRequest;\n/** Abstract data class for input data configuration. */\nexport type InputData =\n | InputDataParent\n | ApplicationInsightsConfiguration\n | Dataset;\n/** Abstract data class for input data configuration. */\nexport type Trigger = TriggerParent | RecurrenceTrigger | CronTrigger;\n/** Alias for OpenApiAuthType */\nexport type OpenApiAuthType = string;\n/** Alias for VectorStoreDataSourceAssetType */\nexport type VectorStoreDataSourceAssetType = string;\n/** Alias for AgentsApiResponseFormatMode */\nexport type AgentsApiResponseFormatMode = string;\n/** Alias for ResponseFormat */\nexport type ResponseFormat = string;\n/** Alias for AgentsApiResponseFormatOption */\nexport type AgentsApiResponseFormatOption =\n | string\n | AgentsApiResponseFormatMode\n | AgentsApiResponseFormat\n | ResponseFormatJsonSchemaType;\n/** Alias for ListSortOrder */\nexport type ListSortOrder = string;\n/** Alias for MessageRole */\nexport type MessageRole = string;\n/** Alias for MessageAttachmentToolDefinition */\nexport type MessageAttachmentToolDefinition =\n | CodeInterpreterToolDefinition\n | FileSearchToolDefinition;\n/** Alias for TruncationStrategy */\nexport type TruncationStrategy = string;\n/** Alias for AgentsApiToolChoiceOptionMode */\nexport type AgentsApiToolChoiceOptionMode = string;\n/** Alias for AgentsNamedToolChoiceType */\nexport type AgentsNamedToolChoiceType = string;\n/** Alias for AgentsApiToolChoiceOption */\nexport type AgentsApiToolChoiceOption =\n | string\n | AgentsApiToolChoiceOptionMode\n | AgentsNamedToolChoice;\n/** Alias for FilePurpose */\nexport type FilePurpose = string;\n/** Alias for VectorStoreExpirationPolicyAnchor */\nexport type VectorStoreExpirationPolicyAnchor = string;\n/** Alias for VectorStoreChunkingStrategyRequestType */\nexport type VectorStoreChunkingStrategyRequestType = string;\n/** Alias for VectorStoreFileStatusFilter */\nexport type VectorStoreFileStatusFilter = string;\n/** The Type (or category) of the connection */\nexport type ConnectionType =\n | \"AzureOpenAI\"\n | \"Serverless\"\n | \"AzureBlob\"\n | \"AIServices\"\n | \"CognitiveSearch\";\n/** Alias for Frequency */\nexport type Frequency = string;\n/** Alias for WeekDays */\nexport type WeekDays = string;\n"]}
|
|
@@ -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_aiskill`, 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_aiskill'. */
|
|
74
|
+
type: "fabric_aiskill";
|
|
75
75
|
/** The list of connections used by the Microsoft Fabric tool. */
|
|
76
|
-
|
|
76
|
+
fabric_aiskill: 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
|
}
|
|
@@ -174,7 +259,23 @@ export interface AgentsApiResponseFormatOutput {
|
|
|
174
259
|
*
|
|
175
260
|
* Possible values: "text", "json_object"
|
|
176
261
|
*/
|
|
177
|
-
type?:
|
|
262
|
+
type?: ResponseFormatOutput;
|
|
263
|
+
}
|
|
264
|
+
/** The type of response format being defined: `json_schema` */
|
|
265
|
+
export interface ResponseFormatJsonSchemaTypeOutput {
|
|
266
|
+
/** Type */
|
|
267
|
+
type: "json_schema";
|
|
268
|
+
/** The JSON schema, describing response format. */
|
|
269
|
+
json_schema: ResponseFormatJsonSchemaOutput;
|
|
270
|
+
}
|
|
271
|
+
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
272
|
+
export interface ResponseFormatJsonSchemaOutput {
|
|
273
|
+
/** A description of what the response format is for, used by the model to determine how to respond in the format. */
|
|
274
|
+
description?: string;
|
|
275
|
+
/** The name of a schema. */
|
|
276
|
+
name: string;
|
|
277
|
+
/** The JSON schema object, describing the response format. */
|
|
278
|
+
schema: any;
|
|
178
279
|
}
|
|
179
280
|
/** Represents an agent that can call the model and use tools. */
|
|
180
281
|
export interface AgentOutput {
|
|
@@ -243,7 +344,7 @@ export interface MessageAttachmentOutput {
|
|
|
243
344
|
/** The ID of the file to attach to the message. */
|
|
244
345
|
file_id?: string;
|
|
245
346
|
/** Azure asset ID. */
|
|
246
|
-
|
|
347
|
+
data_source?: VectorStoreDataSourceOutput;
|
|
247
348
|
/** The tools to add to this file. */
|
|
248
349
|
tools: MessageAttachmentToolDefinitionOutput[];
|
|
249
350
|
}
|
|
@@ -428,7 +529,7 @@ export interface AgentsNamedToolChoiceOutput {
|
|
|
428
529
|
/**
|
|
429
530
|
* the type of tool. If type is `function`, the function name must be set.
|
|
430
531
|
*
|
|
431
|
-
* Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "
|
|
532
|
+
* Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "fabric_aiskill", "sharepoint_grounding", "azure_ai_search"
|
|
432
533
|
*/
|
|
433
534
|
type: AgentsNamedToolChoiceTypeOutput;
|
|
434
535
|
/** The name of the function to call */
|
|
@@ -500,7 +601,7 @@ export interface ThreadRunOutput {
|
|
|
500
601
|
/** Override the tools the agent can use for this run. This is useful for modifying the behavior on a per-run basis */
|
|
501
602
|
tool_resources?: UpdateToolResourcesOptionsOutput | null;
|
|
502
603
|
/** Determines if tools can be executed in parallel within the run. */
|
|
503
|
-
|
|
604
|
+
parallel_tool_calls: boolean;
|
|
504
605
|
}
|
|
505
606
|
/** An abstract representation of a required action for an agent thread run to continue. */
|
|
506
607
|
export interface RequiredActionOutputParent {
|
|
@@ -518,7 +619,7 @@ export interface SubmitToolOutputsDetailsOutput {
|
|
|
518
619
|
/** The list of tool calls that must be resolved for the agent thread run to continue. */
|
|
519
620
|
tool_calls: Array<RequiredToolCallOutput>;
|
|
520
621
|
}
|
|
521
|
-
/** An abstract representation
|
|
622
|
+
/** An abstract representation of a tool invocation needed by the model to continue a run. */
|
|
522
623
|
export interface RequiredToolCallOutputParent {
|
|
523
624
|
/** The ID of the tool call. This ID must be referenced when submitting tool outputs. */
|
|
524
625
|
id: string;
|
|
@@ -545,6 +646,15 @@ export interface RunErrorOutput {
|
|
|
545
646
|
/** The human-readable text associated with the error. */
|
|
546
647
|
message: string;
|
|
547
648
|
}
|
|
649
|
+
/** Details on why the run is incomplete. Will be `null` if the run is not incomplete. */
|
|
650
|
+
export interface IncompleteRunDetailsOutput {
|
|
651
|
+
/**
|
|
652
|
+
* The reason why the run is incomplete. This indicates which specific token limit was reached during the run.
|
|
653
|
+
*
|
|
654
|
+
* Possible values: "max_completion_tokens", "max_prompt_tokens"
|
|
655
|
+
*/
|
|
656
|
+
reason: IncompleteDetailsReasonOutput;
|
|
657
|
+
}
|
|
548
658
|
/** 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
659
|
export interface RunCompletionUsageOutput {
|
|
550
660
|
/** Number of completion tokens used over the course of the run. */
|
|
@@ -712,8 +822,35 @@ export interface RunStepCodeInterpreterImageReferenceOutput {
|
|
|
712
822
|
export interface RunStepFileSearchToolCallOutput extends RunStepToolCallOutputParent {
|
|
713
823
|
/** The object type, which is always 'file_search'. */
|
|
714
824
|
type: "file_search";
|
|
715
|
-
/**
|
|
716
|
-
|
|
825
|
+
/** The ID of the tool call. This ID must be referenced when you submit tool outputs. */
|
|
826
|
+
id: string;
|
|
827
|
+
/** For now, this is always going to be an empty object. */
|
|
828
|
+
file_search: RunStepFileSearchToolCallResultsOutput;
|
|
829
|
+
}
|
|
830
|
+
/** The results of the file search. */
|
|
831
|
+
export interface RunStepFileSearchToolCallResultsOutput {
|
|
832
|
+
/** Ranking options for file search. */
|
|
833
|
+
ranking_options?: FileSearchRankingOptionsOutput;
|
|
834
|
+
/** The array of a file search results */
|
|
835
|
+
results: Array<RunStepFileSearchToolCallResultOutput>;
|
|
836
|
+
}
|
|
837
|
+
/** File search tool call result. */
|
|
838
|
+
export interface RunStepFileSearchToolCallResultOutput {
|
|
839
|
+
/** The ID of the file that result was found in. */
|
|
840
|
+
file_id: string;
|
|
841
|
+
/** The name of the file that result was found in. */
|
|
842
|
+
file_name: string;
|
|
843
|
+
/** The score of the result. All values must be a floating point number between 0 and 1. */
|
|
844
|
+
score: number;
|
|
845
|
+
/** The content of the result that was found. The content is only included if requested via the include query parameter. */
|
|
846
|
+
content?: Array<FileSearchToolCallContentOutput>;
|
|
847
|
+
}
|
|
848
|
+
/** The file search result content object. */
|
|
849
|
+
export interface FileSearchToolCallContentOutput {
|
|
850
|
+
/** The type of the content. */
|
|
851
|
+
type: "text";
|
|
852
|
+
/** The text content of the file. */
|
|
853
|
+
text: string;
|
|
717
854
|
}
|
|
718
855
|
/**
|
|
719
856
|
* A record of a call to a bing grounding tool, issued by the model in evaluation of a defined tool, that represents
|
|
@@ -750,10 +887,10 @@ export interface RunStepSharepointToolCallOutput extends RunStepToolCallOutputPa
|
|
|
750
887
|
* executed Microsoft Fabric operations.
|
|
751
888
|
*/
|
|
752
889
|
export interface RunStepMicrosoftFabricToolCallOutput extends RunStepToolCallOutputParent {
|
|
753
|
-
/** The object type, which is always '
|
|
754
|
-
type: "
|
|
890
|
+
/** The object type, which is always 'fabric_aiskill'. */
|
|
891
|
+
type: "fabric_aiskill";
|
|
755
892
|
/** Reserved for future use. */
|
|
756
|
-
|
|
893
|
+
fabric_aiskill: Record<string, string>;
|
|
757
894
|
}
|
|
758
895
|
/**
|
|
759
896
|
* 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 +1111,12 @@ export interface VectorStoreFileOutput {
|
|
|
974
1111
|
/** The strategy used to chunk the file. */
|
|
975
1112
|
chunking_strategy: VectorStoreChunkingStrategyResponseOutput;
|
|
976
1113
|
}
|
|
977
|
-
/** Details on the error that may have
|
|
1114
|
+
/** Details on the error that may have occurred while processing a file for this vector store */
|
|
978
1115
|
export interface VectorStoreFileErrorOutput {
|
|
979
1116
|
/**
|
|
980
1117
|
* One of `server_error` or `rate_limit_exceeded`.
|
|
981
1118
|
*
|
|
982
|
-
* Possible values: "
|
|
1119
|
+
* Possible values: "server_error", "invalid_file", "unsupported_file"
|
|
983
1120
|
*/
|
|
984
1121
|
code: VectorStoreFileErrorCodeOutput;
|
|
985
1122
|
/** A human-readable description of the error. */
|
|
@@ -1114,7 +1251,7 @@ export interface EvaluationOutput {
|
|
|
1114
1251
|
readonly id: string;
|
|
1115
1252
|
/** Data for evaluation. */
|
|
1116
1253
|
data: InputDataOutput;
|
|
1117
|
-
/** Display Name for evaluation. It helps to find evaluation easily in AI
|
|
1254
|
+
/** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */
|
|
1118
1255
|
displayName?: string;
|
|
1119
1256
|
/** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
|
|
1120
1257
|
description?: string;
|
|
@@ -1171,6 +1308,13 @@ export interface EvaluatorConfigurationOutput {
|
|
|
1171
1308
|
/** Data parameters of the evaluator. */
|
|
1172
1309
|
dataMapping?: Record<string, string>;
|
|
1173
1310
|
}
|
|
1311
|
+
/** Paged collection of Evaluation items */
|
|
1312
|
+
export interface PagedEvaluationOutput {
|
|
1313
|
+
/** The Evaluation items on this page */
|
|
1314
|
+
value: Array<EvaluationOutput>;
|
|
1315
|
+
/** The link to the next page of items */
|
|
1316
|
+
nextLink?: string;
|
|
1317
|
+
}
|
|
1174
1318
|
/** Evaluation Schedule Definition */
|
|
1175
1319
|
export interface EvaluationScheduleOutput {
|
|
1176
1320
|
/** Name of the schedule, which also serves as the unique identifier for the evaluation */
|
|
@@ -1229,15 +1373,24 @@ export interface CronTriggerOutput extends TriggerOutputParent {
|
|
|
1229
1373
|
/** Cron expression for the trigger. */
|
|
1230
1374
|
expression: string;
|
|
1231
1375
|
}
|
|
1376
|
+
/** Paged collection of EvaluationSchedule items */
|
|
1377
|
+
export interface PagedEvaluationScheduleOutput {
|
|
1378
|
+
/** The EvaluationSchedule items on this page */
|
|
1379
|
+
value: Array<EvaluationScheduleOutput>;
|
|
1380
|
+
/** The link to the next page of items */
|
|
1381
|
+
nextLink?: string;
|
|
1382
|
+
}
|
|
1232
1383
|
/** 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;
|
|
1384
|
+
export type ToolDefinitionOutput = ToolDefinitionOutputParent | CodeInterpreterToolDefinitionOutput | FileSearchToolDefinitionOutput | FunctionToolDefinitionOutput | BingGroundingToolDefinitionOutput | MicrosoftFabricToolDefinitionOutput | SharepointToolDefinitionOutput | AzureAISearchToolDefinitionOutput | OpenApiToolDefinitionOutput | AzureFunctionToolDefinitionOutput;
|
|
1385
|
+
/** authentication details for OpenApiFunctionDefinition */
|
|
1386
|
+
export type OpenApiAuthDetailsOutput = OpenApiAuthDetailsOutputParent | OpenApiAnonymousAuthDetailsOutput | OpenApiConnectionAuthDetailsOutput | OpenApiManagedAuthDetailsOutput;
|
|
1234
1387
|
/** An abstract representation of a single item of thread message content. */
|
|
1235
1388
|
export type MessageContentOutput = MessageContentOutputParent | MessageTextContentOutput | MessageImageFileContentOutput;
|
|
1236
1389
|
/** An abstract representation of an annotation to text thread message content. */
|
|
1237
1390
|
export type MessageTextAnnotationOutput = MessageTextAnnotationOutputParent | MessageTextFileCitationAnnotationOutput | MessageTextFilePathAnnotationOutput;
|
|
1238
1391
|
/** An abstract representation of a required action for an agent thread run to continue. */
|
|
1239
1392
|
export type RequiredActionOutput = RequiredActionOutputParent | SubmitToolOutputsActionOutput;
|
|
1240
|
-
/** An abstract representation
|
|
1393
|
+
/** An abstract representation of a tool invocation needed by the model to continue a run. */
|
|
1241
1394
|
export type RequiredToolCallOutput = RequiredToolCallOutputParent | RequiredFunctionToolCallOutput;
|
|
1242
1395
|
/** An abstract representation of the details for a run step. */
|
|
1243
1396
|
export type RunStepDetailsOutput = RunStepDetailsOutputParent | RunStepMessageCreationDetailsOutput | RunStepToolCallDetailsOutput;
|
|
@@ -1253,14 +1406,16 @@ export type InternalConnectionPropertiesOutput = InternalConnectionPropertiesOut
|
|
|
1253
1406
|
export type InputDataOutput = InputDataOutputParent | ApplicationInsightsConfigurationOutput | DatasetOutput;
|
|
1254
1407
|
/** Abstract data class for input data configuration. */
|
|
1255
1408
|
export type TriggerOutput = TriggerOutputParent | RecurrenceTriggerOutput | CronTriggerOutput;
|
|
1409
|
+
/** Alias for OpenApiAuthTypeOutput */
|
|
1410
|
+
export type OpenApiAuthTypeOutput = string;
|
|
1256
1411
|
/** Alias for VectorStoreDataSourceAssetTypeOutput */
|
|
1257
|
-
export type VectorStoreDataSourceAssetTypeOutput =
|
|
1412
|
+
export type VectorStoreDataSourceAssetTypeOutput = string;
|
|
1258
1413
|
/** Alias for AgentsApiResponseFormatModeOutput */
|
|
1259
1414
|
export type AgentsApiResponseFormatModeOutput = string;
|
|
1260
|
-
/** Alias for
|
|
1261
|
-
export type
|
|
1415
|
+
/** Alias for ResponseFormatOutput */
|
|
1416
|
+
export type ResponseFormatOutput = string;
|
|
1262
1417
|
/** Alias for AgentsApiResponseFormatOptionOutput */
|
|
1263
|
-
export type AgentsApiResponseFormatOptionOutput = string | AgentsApiResponseFormatModeOutput | AgentsApiResponseFormatOutput;
|
|
1418
|
+
export type AgentsApiResponseFormatOptionOutput = string | AgentsApiResponseFormatModeOutput | AgentsApiResponseFormatOutput | ResponseFormatJsonSchemaTypeOutput;
|
|
1264
1419
|
/** Alias for MessageRoleOutput */
|
|
1265
1420
|
export type MessageRoleOutput = string;
|
|
1266
1421
|
/** Alias for MessageAttachmentToolDefinitionOutput */
|
|
@@ -1279,8 +1434,8 @@ export type AgentsNamedToolChoiceTypeOutput = string;
|
|
|
1279
1434
|
export type AgentsApiToolChoiceOptionOutput = string | AgentsApiToolChoiceOptionModeOutput | AgentsNamedToolChoiceOutput;
|
|
1280
1435
|
/** Alias for RunStatusOutput */
|
|
1281
1436
|
export type RunStatusOutput = string;
|
|
1282
|
-
/** Alias for
|
|
1283
|
-
export type
|
|
1437
|
+
/** Alias for IncompleteDetailsReasonOutput */
|
|
1438
|
+
export type IncompleteDetailsReasonOutput = string;
|
|
1284
1439
|
/** Alias for RunStepTypeOutput */
|
|
1285
1440
|
export type RunStepTypeOutput = string;
|
|
1286
1441
|
/** Alias for RunStepStatusOutput */
|
|
@@ -1307,12 +1462,8 @@ export type VectorStoreFileBatchStatusOutput = string;
|
|
|
1307
1462
|
export type ConnectionTypeOutput = "AzureOpenAI" | "Serverless" | "AzureBlob" | "AIServices" | "CognitiveSearch";
|
|
1308
1463
|
/** Authentication type used by Azure AI service to connect to another service */
|
|
1309
1464
|
export type AuthenticationTypeOutput = "ApiKey" | "AAD" | "SAS";
|
|
1310
|
-
/** Paged collection of Evaluation items */
|
|
1311
|
-
export type PagedEvaluationOutput = Paged<EvaluationOutput>;
|
|
1312
1465
|
/** Alias for FrequencyOutput */
|
|
1313
1466
|
export type FrequencyOutput = string;
|
|
1314
1467
|
/** Alias for WeekDaysOutput */
|
|
1315
1468
|
export type WeekDaysOutput = string;
|
|
1316
|
-
/** Paged collection of EvaluationSchedule items */
|
|
1317
|
-
export type PagedEvaluationScheduleOutput = Paged<EvaluationScheduleOutput>;
|
|
1318
1469
|
//# sourceMappingURL=outputModels.d.ts.map
|