@azure/ai-projects 1.0.0-beta.2 → 1.0.0-beta.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +4 -4
- package/README.md +270 -186
- package/dist/browser/agents/assistants.d.ts.map +1 -1
- package/dist/browser/agents/assistants.js +4 -2
- package/dist/browser/agents/assistants.js.map +1 -1
- package/dist/browser/agents/customModels.d.ts +4 -29
- package/dist/browser/agents/customModels.d.ts.map +1 -1
- package/dist/browser/agents/customModels.js.map +1 -1
- package/dist/browser/agents/files.d.ts +5 -4
- package/dist/browser/agents/files.d.ts.map +1 -1
- package/dist/browser/agents/files.js +55 -27
- package/dist/browser/agents/files.js.map +1 -1
- package/dist/browser/agents/index.d.ts +10 -10
- package/dist/browser/agents/index.d.ts.map +1 -1
- package/dist/browser/agents/index.js.map +1 -1
- package/dist/browser/agents/inputOutputs.d.ts +3 -3
- package/dist/browser/agents/inputOutputs.d.ts.map +1 -1
- package/dist/browser/agents/inputOutputs.js.map +1 -1
- package/dist/browser/agents/inputValidations.d.ts.map +1 -1
- package/dist/browser/agents/inputValidations.js +3 -2
- package/dist/browser/agents/inputValidations.js.map +1 -1
- package/dist/browser/agents/messages.js +2 -2
- package/dist/browser/agents/messages.js.map +1 -1
- package/dist/browser/agents/poller.d.ts +8 -33
- package/dist/browser/agents/poller.d.ts.map +1 -1
- package/dist/browser/agents/poller.js +130 -53
- package/dist/browser/agents/poller.js.map +1 -1
- package/dist/browser/agents/streamingModels.d.ts +17 -15
- package/dist/browser/agents/streamingModels.d.ts.map +1 -1
- package/dist/browser/agents/streamingModels.js.map +1 -1
- package/dist/browser/agents/traceUtility.d.ts +3 -3
- package/dist/browser/agents/traceUtility.d.ts.map +1 -1
- package/dist/browser/agents/traceUtility.js.map +1 -1
- package/dist/browser/agents/utils.d.ts +72 -4
- package/dist/browser/agents/utils.d.ts.map +1 -1
- package/dist/browser/agents/utils.js +100 -3
- package/dist/browser/agents/utils.js.map +1 -1
- package/dist/browser/agents/vectorStores.d.ts +3 -4
- package/dist/browser/agents/vectorStores.d.ts.map +1 -1
- package/dist/browser/agents/vectorStores.js +44 -26
- package/dist/browser/agents/vectorStores.js.map +1 -1
- package/dist/browser/agents/vectorStoresFileBatches.d.ts +5 -4
- package/dist/browser/agents/vectorStoresFileBatches.d.ts.map +1 -1
- package/dist/browser/agents/vectorStoresFileBatches.js +46 -32
- package/dist/browser/agents/vectorStoresFileBatches.js.map +1 -1
- package/dist/browser/agents/vectorStoresFiles.d.ts +4 -4
- package/dist/browser/agents/vectorStoresFiles.d.ts.map +1 -1
- package/dist/browser/agents/vectorStoresFiles.js +57 -28
- package/dist/browser/agents/vectorStoresFiles.js.map +1 -1
- package/dist/browser/constants.d.ts +1 -1
- package/dist/browser/constants.js +1 -1
- package/dist/browser/constants.js.map +1 -1
- package/dist/browser/customization/convertModelsToWrite.d.ts.map +1 -1
- package/dist/browser/customization/convertModelsToWrite.js +43 -94
- package/dist/browser/customization/convertModelsToWrite.js.map +1 -1
- package/dist/browser/customization/convertOutputModelsFromWire.d.ts.map +1 -1
- package/dist/browser/customization/convertOutputModelsFromWire.js +53 -11
- package/dist/browser/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/browser/customization/convertParametersToWire.d.ts +1 -1
- package/dist/browser/customization/convertParametersToWire.d.ts.map +1 -1
- package/dist/browser/customization/convertParametersToWire.js.map +1 -1
- package/dist/browser/customization/models.d.ts +146 -151
- package/dist/browser/customization/models.d.ts.map +1 -1
- package/dist/browser/customization/models.js.map +1 -1
- package/dist/browser/customization/outputModels.d.ts +188 -37
- package/dist/browser/customization/outputModels.d.ts.map +1 -1
- package/dist/browser/customization/outputModels.js.map +1 -1
- package/dist/browser/customization/streamingModels.d.ts +2 -1
- package/dist/browser/customization/streamingModels.d.ts.map +1 -1
- package/dist/browser/customization/streamingModels.js.map +1 -1
- package/dist/browser/customization/streamingWireModels.d.ts +2 -1
- package/dist/browser/customization/streamingWireModels.d.ts.map +1 -1
- package/dist/browser/customization/streamingWireModels.js.map +1 -1
- package/dist/browser/generated/src/clientDefinitions.d.ts +3 -3
- package/dist/browser/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/browser/generated/src/clientDefinitions.js.map +1 -1
- package/dist/browser/generated/src/isUnexpected.d.ts +1 -1
- package/dist/browser/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/browser/generated/src/isUnexpected.js.map +1 -1
- package/dist/browser/generated/src/models.d.ts +191 -157
- package/dist/browser/generated/src/models.d.ts.map +1 -1
- package/dist/browser/generated/src/models.js.map +1 -1
- package/dist/browser/generated/src/outputModels.d.ts +277 -47
- package/dist/browser/generated/src/outputModels.d.ts.map +1 -1
- package/dist/browser/generated/src/outputModels.js.map +1 -1
- package/dist/browser/generated/src/paginateHelper.d.ts +28 -3
- package/dist/browser/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/browser/generated/src/paginateHelper.js +99 -2
- package/dist/browser/generated/src/paginateHelper.js.map +1 -1
- package/dist/browser/generated/src/parameters.d.ts +67 -10
- package/dist/browser/generated/src/parameters.d.ts.map +1 -1
- package/dist/browser/generated/src/parameters.js.map +1 -1
- package/dist/browser/generated/src/projectsClient.d.ts +5 -5
- package/dist/browser/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/browser/generated/src/projectsClient.js +3 -3
- package/dist/browser/generated/src/projectsClient.js.map +1 -1
- package/dist/browser/generated/src/responses.d.ts +5 -4
- package/dist/browser/generated/src/responses.d.ts.map +1 -1
- package/dist/browser/generated/src/responses.js.map +1 -1
- package/dist/commonjs/agents/assistants.d.ts.map +1 -1
- package/dist/commonjs/agents/assistants.js +4 -2
- package/dist/commonjs/agents/assistants.js.map +1 -1
- package/dist/commonjs/agents/customModels.d.ts +4 -29
- package/dist/commonjs/agents/customModels.d.ts.map +1 -1
- package/dist/commonjs/agents/customModels.js.map +1 -1
- package/dist/commonjs/agents/files.d.ts +5 -4
- package/dist/commonjs/agents/files.d.ts.map +1 -1
- package/dist/commonjs/agents/files.js +55 -26
- package/dist/commonjs/agents/files.js.map +1 -1
- package/dist/commonjs/agents/index.d.ts +10 -10
- package/dist/commonjs/agents/index.d.ts.map +1 -1
- package/dist/commonjs/agents/index.js.map +1 -1
- package/dist/commonjs/agents/inputOutputs.d.ts +3 -3
- package/dist/commonjs/agents/inputOutputs.d.ts.map +1 -1
- package/dist/commonjs/agents/inputOutputs.js.map +1 -1
- package/dist/commonjs/agents/inputValidations.d.ts.map +1 -1
- package/dist/commonjs/agents/inputValidations.js +3 -2
- package/dist/commonjs/agents/inputValidations.js.map +1 -1
- package/dist/commonjs/agents/messages.js +2 -2
- package/dist/commonjs/agents/messages.js.map +1 -1
- package/dist/commonjs/agents/poller.d.ts +8 -33
- package/dist/commonjs/agents/poller.d.ts.map +1 -1
- package/dist/commonjs/agents/poller.js +131 -55
- package/dist/commonjs/agents/poller.js.map +1 -1
- package/dist/commonjs/agents/streamingModels.d.ts +17 -15
- package/dist/commonjs/agents/streamingModels.d.ts.map +1 -1
- package/dist/commonjs/agents/streamingModels.js.map +1 -1
- package/dist/commonjs/agents/traceUtility.d.ts +3 -3
- package/dist/commonjs/agents/traceUtility.d.ts.map +1 -1
- package/dist/commonjs/agents/traceUtility.js.map +1 -1
- package/dist/commonjs/agents/utils.d.ts +72 -4
- package/dist/commonjs/agents/utils.d.ts.map +1 -1
- package/dist/commonjs/agents/utils.js +100 -3
- package/dist/commonjs/agents/utils.js.map +1 -1
- package/dist/commonjs/agents/vectorStores.d.ts +3 -4
- package/dist/commonjs/agents/vectorStores.d.ts.map +1 -1
- package/dist/commonjs/agents/vectorStores.js +43 -25
- package/dist/commonjs/agents/vectorStores.js.map +1 -1
- package/dist/commonjs/agents/vectorStoresFileBatches.d.ts +5 -4
- package/dist/commonjs/agents/vectorStoresFileBatches.d.ts.map +1 -1
- package/dist/commonjs/agents/vectorStoresFileBatches.js +46 -31
- package/dist/commonjs/agents/vectorStoresFileBatches.js.map +1 -1
- package/dist/commonjs/agents/vectorStoresFiles.d.ts +4 -4
- package/dist/commonjs/agents/vectorStoresFiles.d.ts.map +1 -1
- package/dist/commonjs/agents/vectorStoresFiles.js +56 -27
- package/dist/commonjs/agents/vectorStoresFiles.js.map +1 -1
- package/dist/commonjs/constants.d.ts +1 -1
- package/dist/commonjs/constants.js +1 -1
- package/dist/commonjs/constants.js.map +1 -1
- package/dist/commonjs/customization/convertModelsToWrite.d.ts.map +1 -1
- package/dist/commonjs/customization/convertModelsToWrite.js +43 -94
- package/dist/commonjs/customization/convertModelsToWrite.js.map +1 -1
- package/dist/commonjs/customization/convertOutputModelsFromWire.d.ts.map +1 -1
- package/dist/commonjs/customization/convertOutputModelsFromWire.js +53 -11
- package/dist/commonjs/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/commonjs/customization/convertParametersToWire.d.ts +1 -1
- package/dist/commonjs/customization/convertParametersToWire.d.ts.map +1 -1
- package/dist/commonjs/customization/convertParametersToWire.js.map +1 -1
- package/dist/commonjs/customization/models.d.ts +146 -151
- package/dist/commonjs/customization/models.d.ts.map +1 -1
- package/dist/commonjs/customization/models.js.map +1 -1
- package/dist/commonjs/customization/outputModels.d.ts +188 -37
- package/dist/commonjs/customization/outputModels.d.ts.map +1 -1
- package/dist/commonjs/customization/outputModels.js.map +1 -1
- package/dist/commonjs/customization/streamingModels.d.ts +2 -1
- package/dist/commonjs/customization/streamingModels.d.ts.map +1 -1
- package/dist/commonjs/customization/streamingModels.js.map +1 -1
- package/dist/commonjs/customization/streamingWireModels.d.ts +2 -1
- package/dist/commonjs/customization/streamingWireModels.d.ts.map +1 -1
- package/dist/commonjs/customization/streamingWireModels.js.map +1 -1
- package/dist/commonjs/generated/src/clientDefinitions.d.ts +3 -3
- package/dist/commonjs/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/commonjs/generated/src/clientDefinitions.js.map +1 -1
- package/dist/commonjs/generated/src/isUnexpected.d.ts +1 -1
- package/dist/commonjs/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/commonjs/generated/src/isUnexpected.js.map +1 -1
- package/dist/commonjs/generated/src/models.d.ts +191 -157
- package/dist/commonjs/generated/src/models.d.ts.map +1 -1
- package/dist/commonjs/generated/src/models.js.map +1 -1
- package/dist/commonjs/generated/src/outputModels.d.ts +277 -47
- package/dist/commonjs/generated/src/outputModels.d.ts.map +1 -1
- package/dist/commonjs/generated/src/outputModels.js.map +1 -1
- package/dist/commonjs/generated/src/paginateHelper.d.ts +28 -3
- package/dist/commonjs/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/commonjs/generated/src/paginateHelper.js +99 -2
- package/dist/commonjs/generated/src/paginateHelper.js.map +1 -1
- package/dist/commonjs/generated/src/parameters.d.ts +67 -10
- package/dist/commonjs/generated/src/parameters.d.ts.map +1 -1
- package/dist/commonjs/generated/src/parameters.js.map +1 -1
- package/dist/commonjs/generated/src/projectsClient.d.ts +5 -5
- package/dist/commonjs/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/commonjs/generated/src/projectsClient.js +3 -3
- package/dist/commonjs/generated/src/projectsClient.js.map +1 -1
- package/dist/commonjs/generated/src/responses.d.ts +5 -4
- package/dist/commonjs/generated/src/responses.d.ts.map +1 -1
- package/dist/commonjs/generated/src/responses.js.map +1 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/agents/assistants.d.ts.map +1 -1
- package/dist/esm/agents/assistants.js +4 -2
- package/dist/esm/agents/assistants.js.map +1 -1
- package/dist/esm/agents/customModels.d.ts +4 -29
- package/dist/esm/agents/customModels.d.ts.map +1 -1
- package/dist/esm/agents/customModels.js.map +1 -1
- package/dist/esm/agents/files.d.ts +5 -4
- package/dist/esm/agents/files.d.ts.map +1 -1
- package/dist/esm/agents/files.js +55 -27
- package/dist/esm/agents/files.js.map +1 -1
- package/dist/esm/agents/index.d.ts +10 -10
- package/dist/esm/agents/index.d.ts.map +1 -1
- package/dist/esm/agents/index.js.map +1 -1
- package/dist/esm/agents/inputOutputs.d.ts +3 -3
- package/dist/esm/agents/inputOutputs.d.ts.map +1 -1
- package/dist/esm/agents/inputOutputs.js.map +1 -1
- package/dist/esm/agents/inputValidations.d.ts.map +1 -1
- package/dist/esm/agents/inputValidations.js +3 -2
- package/dist/esm/agents/inputValidations.js.map +1 -1
- package/dist/esm/agents/messages.js +2 -2
- package/dist/esm/agents/messages.js.map +1 -1
- package/dist/esm/agents/poller.d.ts +8 -33
- package/dist/esm/agents/poller.d.ts.map +1 -1
- package/dist/esm/agents/poller.js +130 -53
- package/dist/esm/agents/poller.js.map +1 -1
- package/dist/esm/agents/streamingModels.d.ts +17 -15
- package/dist/esm/agents/streamingModels.d.ts.map +1 -1
- package/dist/esm/agents/streamingModels.js.map +1 -1
- package/dist/esm/agents/traceUtility.d.ts +3 -3
- package/dist/esm/agents/traceUtility.d.ts.map +1 -1
- package/dist/esm/agents/traceUtility.js.map +1 -1
- package/dist/esm/agents/utils.d.ts +72 -4
- package/dist/esm/agents/utils.d.ts.map +1 -1
- package/dist/esm/agents/utils.js +100 -3
- package/dist/esm/agents/utils.js.map +1 -1
- package/dist/esm/agents/vectorStores.d.ts +3 -4
- package/dist/esm/agents/vectorStores.d.ts.map +1 -1
- package/dist/esm/agents/vectorStores.js +44 -26
- package/dist/esm/agents/vectorStores.js.map +1 -1
- package/dist/esm/agents/vectorStoresFileBatches.d.ts +5 -4
- package/dist/esm/agents/vectorStoresFileBatches.d.ts.map +1 -1
- package/dist/esm/agents/vectorStoresFileBatches.js +46 -32
- package/dist/esm/agents/vectorStoresFileBatches.js.map +1 -1
- package/dist/esm/agents/vectorStoresFiles.d.ts +4 -4
- package/dist/esm/agents/vectorStoresFiles.d.ts.map +1 -1
- package/dist/esm/agents/vectorStoresFiles.js +57 -28
- package/dist/esm/agents/vectorStoresFiles.js.map +1 -1
- package/dist/esm/constants.d.ts +1 -1
- package/dist/esm/constants.js +1 -1
- package/dist/esm/constants.js.map +1 -1
- package/dist/esm/customization/convertModelsToWrite.d.ts.map +1 -1
- package/dist/esm/customization/convertModelsToWrite.js +43 -94
- package/dist/esm/customization/convertModelsToWrite.js.map +1 -1
- package/dist/esm/customization/convertOutputModelsFromWire.d.ts.map +1 -1
- package/dist/esm/customization/convertOutputModelsFromWire.js +53 -11
- package/dist/esm/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/esm/customization/convertParametersToWire.d.ts +1 -1
- package/dist/esm/customization/convertParametersToWire.d.ts.map +1 -1
- package/dist/esm/customization/convertParametersToWire.js.map +1 -1
- package/dist/esm/customization/models.d.ts +146 -151
- package/dist/esm/customization/models.d.ts.map +1 -1
- package/dist/esm/customization/models.js.map +1 -1
- package/dist/esm/customization/outputModels.d.ts +188 -37
- package/dist/esm/customization/outputModels.d.ts.map +1 -1
- package/dist/esm/customization/outputModels.js.map +1 -1
- package/dist/esm/customization/streamingModels.d.ts +2 -1
- package/dist/esm/customization/streamingModels.d.ts.map +1 -1
- package/dist/esm/customization/streamingModels.js.map +1 -1
- package/dist/esm/customization/streamingWireModels.d.ts +2 -1
- package/dist/esm/customization/streamingWireModels.d.ts.map +1 -1
- package/dist/esm/customization/streamingWireModels.js.map +1 -1
- package/dist/esm/generated/src/clientDefinitions.d.ts +3 -3
- package/dist/esm/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/esm/generated/src/clientDefinitions.js.map +1 -1
- package/dist/esm/generated/src/isUnexpected.d.ts +1 -1
- package/dist/esm/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/esm/generated/src/isUnexpected.js.map +1 -1
- package/dist/esm/generated/src/models.d.ts +191 -157
- package/dist/esm/generated/src/models.d.ts.map +1 -1
- package/dist/esm/generated/src/models.js.map +1 -1
- package/dist/esm/generated/src/outputModels.d.ts +277 -47
- package/dist/esm/generated/src/outputModels.d.ts.map +1 -1
- package/dist/esm/generated/src/outputModels.js.map +1 -1
- package/dist/esm/generated/src/paginateHelper.d.ts +28 -3
- package/dist/esm/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/esm/generated/src/paginateHelper.js +99 -2
- package/dist/esm/generated/src/paginateHelper.js.map +1 -1
- package/dist/esm/generated/src/parameters.d.ts +67 -10
- package/dist/esm/generated/src/parameters.d.ts.map +1 -1
- package/dist/esm/generated/src/parameters.js.map +1 -1
- package/dist/esm/generated/src/projectsClient.d.ts +5 -5
- package/dist/esm/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/esm/generated/src/projectsClient.js +3 -3
- package/dist/esm/generated/src/projectsClient.js.map +1 -1
- package/dist/esm/generated/src/responses.d.ts +5 -4
- package/dist/esm/generated/src/responses.d.ts.map +1 -1
- package/dist/esm/generated/src/responses.js.map +1 -1
- package/dist/react-native/agents/assistants.d.ts.map +1 -1
- package/dist/react-native/agents/assistants.js +4 -2
- package/dist/react-native/agents/assistants.js.map +1 -1
- package/dist/react-native/agents/customModels.d.ts +4 -29
- package/dist/react-native/agents/customModels.d.ts.map +1 -1
- package/dist/react-native/agents/customModels.js.map +1 -1
- package/dist/react-native/agents/files.d.ts +5 -4
- package/dist/react-native/agents/files.d.ts.map +1 -1
- package/dist/react-native/agents/files.js +55 -27
- package/dist/react-native/agents/files.js.map +1 -1
- package/dist/react-native/agents/index.d.ts +10 -10
- package/dist/react-native/agents/index.d.ts.map +1 -1
- package/dist/react-native/agents/index.js.map +1 -1
- package/dist/react-native/agents/inputOutputs.d.ts +3 -3
- package/dist/react-native/agents/inputOutputs.d.ts.map +1 -1
- package/dist/react-native/agents/inputOutputs.js.map +1 -1
- package/dist/react-native/agents/inputValidations.d.ts.map +1 -1
- package/dist/react-native/agents/inputValidations.js +3 -2
- package/dist/react-native/agents/inputValidations.js.map +1 -1
- package/dist/react-native/agents/messages.js +2 -2
- package/dist/react-native/agents/messages.js.map +1 -1
- package/dist/react-native/agents/poller.d.ts +8 -33
- package/dist/react-native/agents/poller.d.ts.map +1 -1
- package/dist/react-native/agents/poller.js +130 -53
- package/dist/react-native/agents/poller.js.map +1 -1
- package/dist/react-native/agents/streamingModels.d.ts +17 -15
- package/dist/react-native/agents/streamingModels.d.ts.map +1 -1
- package/dist/react-native/agents/streamingModels.js.map +1 -1
- package/dist/react-native/agents/traceUtility.d.ts +3 -3
- package/dist/react-native/agents/traceUtility.d.ts.map +1 -1
- package/dist/react-native/agents/traceUtility.js.map +1 -1
- package/dist/react-native/agents/utils.d.ts +72 -4
- package/dist/react-native/agents/utils.d.ts.map +1 -1
- package/dist/react-native/agents/utils.js +100 -3
- package/dist/react-native/agents/utils.js.map +1 -1
- package/dist/react-native/agents/vectorStores.d.ts +3 -4
- package/dist/react-native/agents/vectorStores.d.ts.map +1 -1
- package/dist/react-native/agents/vectorStores.js +44 -26
- package/dist/react-native/agents/vectorStores.js.map +1 -1
- package/dist/react-native/agents/vectorStoresFileBatches.d.ts +5 -4
- package/dist/react-native/agents/vectorStoresFileBatches.d.ts.map +1 -1
- package/dist/react-native/agents/vectorStoresFileBatches.js +46 -32
- package/dist/react-native/agents/vectorStoresFileBatches.js.map +1 -1
- package/dist/react-native/agents/vectorStoresFiles.d.ts +4 -4
- package/dist/react-native/agents/vectorStoresFiles.d.ts.map +1 -1
- package/dist/react-native/agents/vectorStoresFiles.js +57 -28
- package/dist/react-native/agents/vectorStoresFiles.js.map +1 -1
- package/dist/react-native/constants.d.ts +1 -1
- package/dist/react-native/constants.js +1 -1
- package/dist/react-native/constants.js.map +1 -1
- package/dist/react-native/customization/convertModelsToWrite.d.ts.map +1 -1
- package/dist/react-native/customization/convertModelsToWrite.js +43 -94
- package/dist/react-native/customization/convertModelsToWrite.js.map +1 -1
- package/dist/react-native/customization/convertOutputModelsFromWire.d.ts.map +1 -1
- package/dist/react-native/customization/convertOutputModelsFromWire.js +53 -11
- package/dist/react-native/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/react-native/customization/convertParametersToWire.d.ts +1 -1
- package/dist/react-native/customization/convertParametersToWire.d.ts.map +1 -1
- package/dist/react-native/customization/convertParametersToWire.js.map +1 -1
- package/dist/react-native/customization/models.d.ts +146 -151
- package/dist/react-native/customization/models.d.ts.map +1 -1
- package/dist/react-native/customization/models.js.map +1 -1
- package/dist/react-native/customization/outputModels.d.ts +188 -37
- package/dist/react-native/customization/outputModels.d.ts.map +1 -1
- package/dist/react-native/customization/outputModels.js.map +1 -1
- package/dist/react-native/customization/streamingModels.d.ts +2 -1
- package/dist/react-native/customization/streamingModels.d.ts.map +1 -1
- package/dist/react-native/customization/streamingModels.js.map +1 -1
- package/dist/react-native/customization/streamingWireModels.d.ts +2 -1
- package/dist/react-native/customization/streamingWireModels.d.ts.map +1 -1
- package/dist/react-native/customization/streamingWireModels.js.map +1 -1
- package/dist/react-native/generated/src/clientDefinitions.d.ts +3 -3
- package/dist/react-native/generated/src/clientDefinitions.d.ts.map +1 -1
- package/dist/react-native/generated/src/clientDefinitions.js.map +1 -1
- package/dist/react-native/generated/src/isUnexpected.d.ts +1 -1
- package/dist/react-native/generated/src/isUnexpected.d.ts.map +1 -1
- package/dist/react-native/generated/src/isUnexpected.js.map +1 -1
- package/dist/react-native/generated/src/models.d.ts +191 -157
- package/dist/react-native/generated/src/models.d.ts.map +1 -1
- package/dist/react-native/generated/src/models.js.map +1 -1
- package/dist/react-native/generated/src/outputModels.d.ts +277 -47
- package/dist/react-native/generated/src/outputModels.d.ts.map +1 -1
- package/dist/react-native/generated/src/outputModels.js.map +1 -1
- package/dist/react-native/generated/src/paginateHelper.d.ts +28 -3
- package/dist/react-native/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/react-native/generated/src/paginateHelper.js +99 -2
- package/dist/react-native/generated/src/paginateHelper.js.map +1 -1
- package/dist/react-native/generated/src/parameters.d.ts +67 -10
- package/dist/react-native/generated/src/parameters.d.ts.map +1 -1
- package/dist/react-native/generated/src/parameters.js.map +1 -1
- package/dist/react-native/generated/src/projectsClient.d.ts +5 -5
- package/dist/react-native/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/react-native/generated/src/projectsClient.js +3 -3
- package/dist/react-native/generated/src/projectsClient.js.map +1 -1
- package/dist/react-native/generated/src/responses.d.ts +5 -4
- package/dist/react-native/generated/src/responses.d.ts.map +1 -1
- package/dist/react-native/generated/src/responses.js.map +1 -1
- package/package.json +33 -34
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"convertModelsToWrite.js","sourceRoot":"","sources":["../../../src/customization/convertModelsToWrite.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type * as PublicModels from \"./models.js\";\nimport type * as GeneratedModels from \"../generated/src/models.js\";\n\n// Conversion functions\nexport function convertCreateAgentOptions(\n source: PublicModels.CreateAgentOptions,\n): GeneratedModels.CreateAgentOptions {\n return {\n model: source.model,\n ...(source.name && { name: source.name }),\n ...(source.description && { description: source.description }),\n ...(source.instructions && { instructions: source.instructions }),\n ...(source.tools && { tools: source.tools.map(convertToolDefinition) }),\n ...(source.toolResources && { tool_resources: convertToolResources(source.toolResources) }),\n ...(source.temperature !== undefined && { temperature: source.temperature }),\n ...(source.topP !== undefined && { top_p: source.topP }),\n ...(source.responseFormat && { response_format: source.responseFormat }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertToolResources(source: PublicModels.ToolResources): GeneratedModels.ToolResources {\n return {\n ...(source.codeInterpreter && {\n code_interpreter: convertCodeInterpreterToolResource(source.codeInterpreter),\n }),\n ...(source.fileSearch && { file_search: convertFileSearchToolResource(source.fileSearch) }),\n ...(source.azureAISearch && {\n azure_ai_search: convertAzureAISearchResource(source.azureAISearch),\n }),\n };\n}\n\nfunction convertMessageAttachmentToolDefinition(\n source: PublicModels.MessageAttachmentToolDefinition,\n): GeneratedModels.MessageAttachmentToolDefinition {\n switch (source.type) {\n case \"code_interpreter\":\n return convertCodeInterpreterToolDefinition(\n source as PublicModels.CodeInterpreterToolDefinition,\n );\n case \"file_search\":\n return convertFileSearchToolDefinition(source as PublicModels.FileSearchToolDefinition);\n default:\n throw new Error(`Unknown tool type: ${source}`);\n }\n}\n\nfunction convertToolDefinition(\n source: PublicModels.ToolDefinition,\n): GeneratedModels.ToolDefinition {\n switch (source.type) {\n case \"code_interpreter\":\n return convertCodeInterpreterToolDefinition(\n source as PublicModels.CodeInterpreterToolDefinition,\n );\n case \"file_search\":\n return convertFileSearchToolDefinition(source as PublicModels.FileSearchToolDefinition);\n case \"function\":\n return convertFunctionToolDefinition(source as PublicModels.FunctionToolDefinition);\n case \"bing_grounding\":\n return convertBingGroundingToolDefinition(source as PublicModels.BingGroundingToolDefinition);\n case \"microsoft_fabric\":\n return convertMicrosoftFabricToolDefinition(\n source as PublicModels.MicrosoftFabricToolDefinition,\n );\n case \"sharepoint_grounding\":\n return convertSharepointToolDefinition(source as PublicModels.SharepointToolDefinition);\n case \"azure_ai_search\":\n return convertAzureAISearchToolDefinition(source as PublicModels.AzureAISearchToolDefinition);\n default:\n throw new Error(`Unknown tool type: ${source.type}`);\n }\n}\n\nfunction convertCodeInterpreterToolDefinition(\n source: PublicModels.CodeInterpreterToolDefinition,\n): GeneratedModels.CodeInterpreterToolDefinition {\n return {\n type: source.type,\n };\n}\n\nfunction convertFileSearchToolDefinition(\n source: PublicModels.FileSearchToolDefinition,\n): GeneratedModels.FileSearchToolDefinition {\n return {\n type: source.type,\n ...(source.fileSearch && {\n file_search: convertFileSearchToolDefinitionDetails(source.fileSearch),\n }),\n };\n}\n\nfunction convertFunctionToolDefinition(\n source: PublicModels.FunctionToolDefinition,\n): GeneratedModels.FunctionToolDefinition {\n return {\n type: source.type,\n function: convertFunctionDefinition(source.function),\n };\n}\n\nfunction convertBingGroundingToolDefinition(\n source: PublicModels.BingGroundingToolDefinition,\n): GeneratedModels.BingGroundingToolDefinition {\n return {\n type: source.type,\n bing_grounding: convertToolConnectionList(source.bingGrounding),\n };\n}\n\nfunction convertMicrosoftFabricToolDefinition(\n source: PublicModels.MicrosoftFabricToolDefinition,\n): GeneratedModels.MicrosoftFabricToolDefinition {\n return {\n type: source.type,\n microsoft_fabric: convertToolConnectionList(source.microsoftFabric),\n };\n}\n\nfunction convertSharepointToolDefinition(\n source: PublicModels.SharepointToolDefinition,\n): GeneratedModels.SharepointToolDefinition {\n return {\n type: source.type,\n sharepoint_grounding: convertToolConnectionList(source.sharepointGrounding),\n };\n}\n\nfunction convertAzureAISearchToolDefinition(\n source: PublicModels.AzureAISearchToolDefinition,\n): GeneratedModels.AzureAISearchToolDefinition {\n return {\n type: source.type,\n };\n}\n\nfunction convertFileSearchToolDefinitionDetails(\n source: PublicModels.FileSearchToolDefinitionDetails,\n): GeneratedModels.FileSearchToolDefinitionDetails {\n return {\n ...(source.maxNumResults && { max_num_results: source.maxNumResults }),\n ...(source.rankingOptions && {\n ranking_options: convertFileSearchRankingOptions(source.rankingOptions),\n }),\n };\n}\n\nfunction convertFileSearchRankingOptions(\n source: PublicModels.FileSearchRankingOptions,\n): GeneratedModels.FileSearchRankingOptions {\n return {\n ranker: source.ranker,\n score_threshold: source.scoreThreshold,\n };\n}\n\nfunction convertCodeInterpreterToolResource(\n source: PublicModels.CodeInterpreterToolResource,\n): GeneratedModels.CodeInterpreterToolResource {\n return {\n file_ids: source.fileIds,\n ...(source.dataSources && {\n data_sources: source.dataSources.map(convertVectorStoreDataSource),\n }),\n };\n}\n\nexport function convertVectorStoreDataSource(\n source: PublicModels.VectorStoreDataSource,\n): GeneratedModels.VectorStoreDataSource {\n return {\n uri: source.uri,\n type: source.type,\n };\n}\n\nfunction convertFileSearchToolResource(\n source: PublicModels.FileSearchToolResource,\n): GeneratedModels.FileSearchToolResource {\n return {\n ...(source.vectorStoreIds && { vector_store_ids: source.vectorStoreIds }),\n ...(source.vectorStores && {\n vector_stores: source.vectorStores.map(convertVectorStoreConfigurations),\n }),\n };\n}\n\nfunction convertVectorStoreConfigurations(\n source: PublicModels.VectorStoreConfigurations,\n): GeneratedModels.VectorStoreConfigurations {\n return {\n name: source.name,\n configuration: convertVectorStoreConfiguration(source.configuration),\n };\n}\n\nfunction convertVectorStoreConfiguration(\n source: PublicModels.VectorStoreConfiguration,\n): GeneratedModels.VectorStoreConfiguration {\n return {\n data_sources: source.dataSources.map(convertVectorStoreDataSource),\n };\n}\n\nfunction convertAzureAISearchResource(\n source: PublicModels.AzureAISearchResource,\n): GeneratedModels.AzureAISearchResource {\n return {\n ...(source.indexes && { indexes: source.indexes.map(convertIndexResource) }),\n };\n}\n\nfunction convertIndexResource(source: PublicModels.IndexResource): GeneratedModels.IndexResource {\n return {\n index_connection_id: source.indexConnectionId,\n index_name: source.indexName,\n };\n}\n\nexport function convertUpdateAgentOptions(\n source: PublicModels.UpdateAgentOptions,\n): GeneratedModels.UpdateAgentOptions {\n return {\n ...(source.model && { model: source.model }),\n ...(source.name && { name: source.name }),\n ...(source.description && { description: source.description }),\n ...(source.instructions && { instructions: source.instructions }),\n ...(source.tools && { tools: source.tools.map(convertToolDefinition) }),\n ...(source.toolResources && { tool_resources: convertToolResources(source.toolResources) }),\n ...(source.temperature !== undefined && { temperature: source.temperature }),\n ...(source.topP !== undefined && { top_p: source.topP }),\n ...(source.responseFormat && { response_format: source.responseFormat }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nexport function convertAgentThreadCreationOptions(\n source: PublicModels.AgentThreadCreationOptions,\n): GeneratedModels.AgentThreadCreationOptions {\n return {\n ...(source.messages && { messages: source.messages.map(convertThreadMessageOptions) }),\n ...(source.toolResources && { tool_resources: convertToolResources(source.toolResources) }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nexport function convertAgentThreadUpdateOptions(\n source: PublicModels.UpdateAgentThreadOptions,\n): GeneratedModels.UpdateAgentThreadOptions {\n return {\n ...(source.toolResources && { tool_resources: convertToolResources(source.toolResources) }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertThreadMessageOptions(\n source: PublicModels.ThreadMessageOptions,\n): GeneratedModels.ThreadMessageOptions {\n return {\n role: source.role,\n content: source.content,\n ...(source.attachments && { attachments: source.attachments.map(convertMessageAttachment) }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertMessageAttachment(\n source: PublicModels.MessageAttachment,\n): GeneratedModels.MessageAttachment {\n return {\n file_id: source.fileId,\n ...(source.dataSources && {\n data_sources: source.dataSources.map(convertVectorStoreDataSource),\n }),\n ...(source.tools && { tools: source.tools.map(convertMessageAttachmentToolDefinition) }),\n };\n}\n\nexport function convertCreateRunOptions(\n source: PublicModels.CreateRunOptions,\n): GeneratedModels.CreateRunOptions {\n return {\n assistant_id: source.assistantId,\n ...(source.model && { model: source.model }),\n ...(source.instructions && { instructions: source.instructions }),\n ...(source.additionalInstructions && {\n additional_instructions: source.additionalInstructions,\n }),\n ...(source.additionalMessages && {\n additional_messages: source.additionalMessages.map(convertThreadMessage),\n }),\n ...(source.tools && { tools: source.tools.map(convertToolDefinition) }),\n ...(source.stream !== undefined && { stream: source.stream }),\n ...(source.temperature !== undefined && { temperature: source.temperature }),\n ...(source.topP !== undefined && { top_p: source.topP }),\n ...(source.maxPromptTokens !== undefined && { max_prompt_tokens: source.maxPromptTokens }),\n ...(source.maxCompletionTokens !== undefined && {\n max_completion_tokens: source.maxCompletionTokens,\n }),\n ...(source.truncationStrategy && {\n truncation_strategy: convertTruncationObject(source.truncationStrategy),\n }),\n ...(source.toolChoice && { tool_choice: source.toolChoice }),\n ...(source.responseFormat && { response_format: source.responseFormat }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertTruncationObject(\n source: PublicModels.TruncationObject,\n): GeneratedModels.TruncationObject {\n return {\n type: source.type,\n ...(source.lastMessages !== undefined && { last_messages: source.lastMessages }),\n };\n}\n\nfunction convertUpdateToolResourcesOptions(\n source: PublicModels.UpdateToolResourcesOptions,\n): GeneratedModels.UpdateToolResourcesOptions {\n return {\n ...(source.codeInterpreter && {\n code_interpreter: convertUpdateCodeInterpreterToolResourceOptions(source.codeInterpreter),\n }),\n ...(source.fileSearch && {\n file_search: convertUpdateFileSearchToolResourceOptions(source.fileSearch),\n }),\n ...(source.azureAISearch && {\n azure_ai_search: convertAzureAISearchResource(source.azureAISearch),\n }),\n };\n}\n\nfunction convertUpdateCodeInterpreterToolResourceOptions(\n source: PublicModels.UpdateCodeInterpreterToolResourceOptions,\n): GeneratedModels.UpdateCodeInterpreterToolResourceOptions {\n return {\n ...(source.fileIds && { file_ids: source.fileIds }),\n };\n}\n\nfunction convertUpdateFileSearchToolResourceOptions(\n source: PublicModels.UpdateFileSearchToolResourceOptions,\n): GeneratedModels.UpdateFileSearchToolResourceOptions {\n return {\n ...(source.vectorStoreIds && { vector_store_ids: source.vectorStoreIds }),\n };\n}\n\nexport function convertToolOutput(source: PublicModels.ToolOutput): GeneratedModels.ToolOutput {\n return {\n ...(source.toolCallId !== undefined && { tool_call_id: source.toolCallId }),\n ...(source.output !== undefined && { output: source.output }),\n };\n}\n\nexport function convertCreateAndRunThreadOptions(\n source: PublicModels.CreateAndRunThreadOptions,\n): GeneratedModels.CreateAndRunThreadOptions {\n return {\n assistant_id: source.assistantId,\n ...(source.thread && { thread: convertAgentThreadCreationOptions(source.thread) }),\n ...(source.model && { model: source.model }),\n ...(source.instructions && { instructions: source.instructions }),\n ...(source.tools && { tools: source.tools.map(convertToolDefinition) }),\n ...(source.toolResources && {\n tool_resources: convertUpdateToolResourcesOptions(source.toolResources),\n }),\n ...(source.stream !== undefined && { stream: source.stream }),\n ...(source.temperature !== undefined && { temperature: source.temperature }),\n ...(source.topP !== undefined && { top_p: source.topP }),\n ...(source.maxPromptTokens !== undefined && { max_prompt_tokens: source.maxPromptTokens }),\n ...(source.maxCompletionTokens !== undefined && {\n max_completion_tokens: source.maxCompletionTokens,\n }),\n ...(source.truncationStrategy && {\n truncation_strategy: convertTruncationObject(source.truncationStrategy),\n }),\n ...(source.toolChoice && { tool_choice: source.toolChoice }),\n ...(source.responseFormat && { response_format: source.responseFormat }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertVectorStoreExpirationPolicy(\n source: PublicModels.VectorStoreExpirationPolicy,\n): GeneratedModels.VectorStoreExpirationPolicy {\n return {\n anchor: source.anchor,\n days: source.days,\n };\n}\n\nexport function convertVectorStoreOptions(\n source: PublicModels.VectorStoreOptions,\n): GeneratedModels.VectorStoreOptions {\n return {\n ...(source.fileIds && { file_ids: source.fileIds }),\n ...(source.name && { name: source.name }),\n ...(source.configuration && {\n configuration: convertVectorStoreConfiguration(source.configuration),\n }),\n ...(source.expiresAfter && {\n expires_after: convertVectorStoreExpirationPolicy(source.expiresAfter),\n }),\n ...(source.chunkingStrategy && {\n chunking_strategy: convertVectorStoreChunkingStrategyRequest(source.chunkingStrategy),\n }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nexport function convertVectorStoreChunkingStrategyRequest(\n source: PublicModels.VectorStoreChunkingStrategyRequest,\n): GeneratedModels.VectorStoreChunkingStrategyRequest {\n switch (source.type) {\n case \"auto\":\n return source as GeneratedModels.VectorStoreAutoChunkingStrategyRequest;\n case \"static\":\n return convertVectorStoreStaticChunkingStrategyRequest(\n source as PublicModels.VectorStoreStaticChunkingStrategyRequest,\n );\n default:\n throw new Error(`Unknown chunking strategy type: ${source.type}`);\n }\n}\n\nfunction convertVectorStoreStaticChunkingStrategyRequest(\n source: PublicModels.VectorStoreStaticChunkingStrategyRequest,\n): GeneratedModels.VectorStoreStaticChunkingStrategyRequest {\n return {\n ...source,\n static: convertVectorStoreStaticChunkingStrategyOptions(source.static),\n };\n}\n\nfunction convertVectorStoreStaticChunkingStrategyOptions(\n source: PublicModels.VectorStoreStaticChunkingStrategyOptions,\n): GeneratedModels.VectorStoreStaticChunkingStrategyOptions {\n return {\n max_chunk_size_tokens: source.maxChunkSizeTokens,\n chunk_overlap_tokens: source.chunkOverlapTokens,\n };\n}\n\nexport function convertVectorStoreUpdateOptions(\n source: PublicModels.VectorStoreUpdateOptions,\n): GeneratedModels.VectorStoreUpdateOptions {\n return {\n ...(source.name && { name: source.name }),\n ...(source.expiresAfter && {\n expires_after: convertVectorStoreExpirationPolicy(source.expiresAfter),\n }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertFunctionDefinition(\n source: PublicModels.FunctionDefinition,\n): GeneratedModels.FunctionDefinition {\n return {\n name: source.name,\n ...(source.description && { description: source.description }),\n parameters: source.parameters,\n };\n}\n\nfunction convertToolConnectionList(\n source: PublicModels.ToolConnectionList,\n): GeneratedModels.ToolConnectionList {\n return {\n ...(source.connections && { connections: source.connections.map(convertToolConnection) }),\n };\n}\n\nfunction convertToolConnection(\n source: PublicModels.ToolConnection,\n): GeneratedModels.ToolConnection {\n return {\n connection_id: source.connectionId,\n };\n}\n\nfunction convertThreadMessage(source: PublicModels.ThreadMessage): GeneratedModels.ThreadMessage {\n return {\n id: source.id,\n object: source.object,\n created_at: source.createdAt,\n thread_id: source.threadId,\n status: source.status,\n incomplete_details: !source.incompleteDetails\n ? source.incompleteDetails\n : convertMessageIncompleteDetails(source.incompleteDetails),\n completed_at: source.completedAt,\n incomplete_at: source.incompleteAt,\n role: source.role,\n content: source.content.map(convertMessageContent),\n assistant_id: source.assistantId,\n run_id: source.runId,\n attachments: !source.attachments\n ? source.attachments\n : source.attachments?.map(convertMessageAttachment),\n metadata: source.metadata,\n };\n}\n\nfunction convertMessageIncompleteDetails(\n source: PublicModels.MessageIncompleteDetails,\n): GeneratedModels.MessageIncompleteDetails {\n return {\n reason: source.reason,\n };\n}\n\nfunction convertMessageContent(\n source: PublicModels.MessageContent,\n): GeneratedModels.MessageContent {\n switch (source.type) {\n case \"text\":\n return convertMessageTextContent(source as PublicModels.MessageTextContent);\n case \"image_file\":\n return convertMessageImageFileContent(source as PublicModels.MessageImageFileContent);\n default:\n throw new Error(`Unknown message content type: ${source.type}`);\n }\n}\n\nfunction convertMessageTextContent(\n source: PublicModels.MessageTextContent,\n): GeneratedModels.MessageTextContent {\n return {\n type: \"text\",\n text: convertMessageTextDetails(source.text),\n };\n}\n\nfunction convertMessageTextDetails(\n source: PublicModels.MessageTextDetails,\n): GeneratedModels.MessageTextDetails {\n return {\n value: source.value,\n annotations: source.annotations.map(convertMessageTextAnnotation),\n };\n}\n\nfunction convertMessageTextAnnotation(\n source: PublicModels.MessageTextAnnotation,\n): GeneratedModels.MessageTextAnnotation {\n switch (source.type) {\n case \"file_citation\":\n return convertMessageTextFileCitationAnnotation(\n source as PublicModels.MessageTextFileCitationAnnotation,\n );\n case \"file_path\":\n return convertMessageTextFilePathAnnotation(\n source as PublicModels.MessageTextFilePathAnnotation,\n );\n default:\n throw new Error(`Unknown message text annotation type: ${source.type}`);\n }\n}\n\nfunction convertMessageTextFileCitationAnnotation(\n source: PublicModels.MessageTextFileCitationAnnotation,\n): GeneratedModels.MessageTextFileCitationAnnotation {\n return {\n text: source.text,\n type: \"file_citation\",\n file_citation: convertMessageTextFileCitationDetails(source.fileCitation),\n ...(source.startIndex && { start_index: source.startIndex }),\n ...(source.endIndex && { end_index: source.endIndex }),\n };\n}\n\nfunction convertMessageTextFileCitationDetails(\n source: PublicModels.MessageTextFileCitationDetails,\n): GeneratedModels.MessageTextFileCitationDetails {\n return {\n file_id: source.fileId,\n quote: source.quote,\n };\n}\n\nfunction convertMessageTextFilePathAnnotation(\n source: PublicModels.MessageTextFilePathAnnotation,\n): GeneratedModels.MessageTextFilePathAnnotation {\n return {\n text: source.text,\n type: \"file_path\",\n file_path: convertMessageTextFilePathDetails(source.filePath),\n ...(source.startIndex && { start_index: source.startIndex }),\n ...(source.endIndex && { end_index: source.endIndex }),\n };\n}\n\nfunction convertMessageTextFilePathDetails(\n source: PublicModels.MessageTextFilePathDetails,\n): GeneratedModels.MessageTextFilePathDetails {\n return {\n file_id: source.fileId,\n };\n}\n\nfunction convertMessageImageFileContent(\n source: PublicModels.MessageImageFileContent,\n): GeneratedModels.MessageImageFileContent {\n return {\n type: \"image_file\",\n image_file: convertMessageImageFileDetails(source.imageFile),\n };\n}\n\nfunction convertMessageImageFileDetails(\n source: PublicModels.MessageImageFileDetails,\n): GeneratedModels.MessageImageFileDetails {\n return {\n file_id: source.fileId,\n };\n}\n"]}
|
|
1
|
+
{"version":3,"file":"convertModelsToWrite.js","sourceRoot":"","sources":["../../../src/customization/convertModelsToWrite.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type * as PublicModels from \"./models.js\";\nimport type * as GeneratedModels from \"../generated/src/models.js\";\n\n// Conversion functions\nexport function convertCreateAgentOptions(\n source: PublicModels.CreateAgentOptions,\n): GeneratedModels.CreateAgentOptions {\n return {\n model: source.model,\n ...(source.name && { name: source.name }),\n ...(source.description && { description: source.description }),\n ...(source.instructions && { instructions: source.instructions }),\n ...(source.tools && { tools: source.tools.map(convertToolDefinition) }),\n ...(source.toolResources && { tool_resources: convertToolResources(source.toolResources) }),\n ...(source.temperature !== undefined && { temperature: source.temperature }),\n ...(source.topP !== undefined && { top_p: source.topP }),\n ...(source.responseFormat && { response_format: source.responseFormat }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertToolResources(source: PublicModels.ToolResources): GeneratedModels.ToolResources {\n return {\n ...(source.codeInterpreter && {\n code_interpreter: convertCodeInterpreterToolResource(source.codeInterpreter),\n }),\n ...(source.fileSearch && { file_search: convertFileSearchToolResource(source.fileSearch) }),\n ...(source.azureAISearch && {\n azure_ai_search: convertAzureAISearchResource(source.azureAISearch),\n }),\n ...(source.azureFunction && {\n name: source.azureFunction.name,\n }),\n };\n}\n\nfunction convertMessageAttachmentToolDefinition(\n source: PublicModels.MessageAttachmentToolDefinition,\n): GeneratedModels.MessageAttachmentToolDefinition {\n switch (source.type) {\n case \"code_interpreter\":\n return convertCodeInterpreterToolDefinition(\n source as PublicModels.CodeInterpreterToolDefinition,\n );\n case \"file_search\":\n return convertFileSearchToolDefinition(source as PublicModels.FileSearchToolDefinition);\n default:\n throw new Error(`Unknown tool type: ${source}`);\n }\n}\n\nfunction convertToolDefinition(\n source: PublicModels.ToolDefinition,\n): GeneratedModels.ToolDefinition {\n switch (source.type) {\n case \"code_interpreter\":\n return convertCodeInterpreterToolDefinition(\n source as PublicModels.CodeInterpreterToolDefinition,\n );\n case \"file_search\":\n return convertFileSearchToolDefinition(source as PublicModels.FileSearchToolDefinition);\n case \"function\":\n return convertFunctionToolDefinition(source as PublicModels.FunctionToolDefinition);\n case \"bing_grounding\":\n return convertBingGroundingToolDefinition(source as PublicModels.BingGroundingToolDefinition);\n case \"fabric_dataagent\":\n return convertMicrosoftFabricToolDefinition(\n source as PublicModels.MicrosoftFabricToolDefinition,\n );\n case \"sharepoint_grounding\":\n return convertSharepointToolDefinition(source as PublicModels.SharepointToolDefinition);\n case \"azure_ai_search\":\n return convertAzureAISearchToolDefinition(source as PublicModels.AzureAISearchToolDefinition);\n case \"openapi\":\n return convertOpenApiToolDefinition(source as PublicModels.OpenApiToolDefinition);\n case \"azure_function\":\n return convertAzureFunctionToolDefinition(source as PublicModels.AzureFunctionToolDefinition);\n default:\n throw new Error(`Unknown tool type: ${source.type}`);\n }\n}\n\nfunction convertCodeInterpreterToolDefinition(\n source: PublicModels.CodeInterpreterToolDefinition,\n): GeneratedModels.CodeInterpreterToolDefinition {\n return {\n type: source.type,\n };\n}\n\nfunction convertFileSearchToolDefinition(\n source: PublicModels.FileSearchToolDefinition,\n): GeneratedModels.FileSearchToolDefinition {\n return {\n type: source.type,\n ...(source.fileSearch && {\n file_search: convertFileSearchToolDefinitionDetails(source.fileSearch),\n }),\n };\n}\n\nfunction convertFunctionToolDefinition(\n source: PublicModels.FunctionToolDefinition,\n): GeneratedModels.FunctionToolDefinition {\n return {\n type: source.type,\n function: convertFunctionDefinition(source.function),\n };\n}\n\nfunction convertBingGroundingToolDefinition(\n source: PublicModels.BingGroundingToolDefinition,\n): GeneratedModels.BingGroundingToolDefinition {\n return {\n type: source.type,\n bing_grounding: convertToolConnectionList(source.bingGrounding),\n };\n}\n\nfunction convertMicrosoftFabricToolDefinition(\n source: PublicModels.MicrosoftFabricToolDefinition,\n): GeneratedModels.MicrosoftFabricToolDefinition {\n return {\n type: source.type,\n fabric_dataagent: convertToolConnectionList(source.fabricDataAgent),\n };\n}\n\nfunction convertSharepointToolDefinition(\n source: PublicModels.SharepointToolDefinition,\n): GeneratedModels.SharepointToolDefinition {\n return {\n type: source.type,\n sharepoint_grounding: convertToolConnectionList(source.sharepointGrounding),\n };\n}\n\nfunction convertAzureAISearchToolDefinition(\n source: PublicModels.AzureAISearchToolDefinition,\n): GeneratedModels.AzureAISearchToolDefinition {\n return {\n type: source.type,\n };\n}\n\nfunction convertOpenApiToolDefinition(\n source: PublicModels.OpenApiToolDefinition,\n): GeneratedModels.OpenApiToolDefinition {\n return {\n type: source.type,\n openapi: source.openapi,\n };\n}\n\nfunction convertFileSearchToolDefinitionDetails(\n source: PublicModels.FileSearchToolDefinitionDetails,\n): GeneratedModels.FileSearchToolDefinitionDetails {\n return {\n ...(source.maxNumResults && { max_num_results: source.maxNumResults }),\n ...(source.rankingOptions && {\n ranking_options: convertFileSearchRankingOptions(source.rankingOptions),\n }),\n };\n}\n\nfunction convertFileSearchRankingOptions(\n source: PublicModels.FileSearchRankingOptions,\n): GeneratedModels.FileSearchRankingOptions {\n return {\n ranker: source.ranker,\n score_threshold: source.scoreThreshold,\n };\n}\n\nfunction convertCodeInterpreterToolResource(\n source: PublicModels.CodeInterpreterToolResource,\n): GeneratedModels.CodeInterpreterToolResource {\n return {\n file_ids: source.fileIds,\n ...(source.dataSources && {\n data_sources: source.dataSources.map(convertVectorStoreDataSource),\n }),\n };\n}\n\nexport function convertVectorStoreDataSource(\n source: PublicModels.VectorStoreDataSource,\n): GeneratedModels.VectorStoreDataSource {\n return {\n uri: source.uri,\n type: source.type,\n };\n}\n\nfunction convertFileSearchToolResource(\n source: PublicModels.FileSearchToolResource,\n): GeneratedModels.FileSearchToolResource {\n return {\n ...(source.vectorStoreIds && { vector_store_ids: source.vectorStoreIds }),\n ...(source.vectorStores && {\n vector_stores: source.vectorStores.map(convertVectorStoreConfigurations),\n }),\n };\n}\n\nfunction convertAzureFunctionToolDefinition(\n source: PublicModels.AzureFunctionToolDefinition,\n): GeneratedModels.AzureFunctionToolDefinition {\n return {\n type: source.type,\n azure_function: convertAzureFunctionDefinition(source.azureFunction),\n };\n}\n\nfunction convertAzureFunctionDefinition(\n source: PublicModels.AzureFunctionDefinition,\n): GeneratedModels.AzureFunctionDefinition {\n return {\n function: source.function,\n input_binding: {\n type: source.inputBinding.type,\n storage_queue: {\n queue_service_endpoint: source.inputBinding.storageQueue.queueServiceEndpoint,\n queue_name: source.inputBinding.storageQueue.queueName,\n },\n },\n output_binding: {\n type: source.outputBinding.type,\n storage_queue: {\n queue_service_endpoint: source.outputBinding.storageQueue.queueServiceEndpoint,\n queue_name: source.outputBinding.storageQueue.queueName,\n },\n },\n };\n}\n\nfunction convertVectorStoreConfigurations(\n source: PublicModels.VectorStoreConfigurations,\n): GeneratedModels.VectorStoreConfigurations {\n return {\n name: source.name,\n configuration: convertVectorStoreConfiguration(source.configuration),\n };\n}\n\nfunction convertVectorStoreConfiguration(\n source: PublicModels.VectorStoreConfiguration,\n): GeneratedModels.VectorStoreConfiguration {\n return {\n data_sources: source.dataSources.map(convertVectorStoreDataSource),\n };\n}\n\nfunction convertAzureAISearchResource(\n source: PublicModels.AzureAISearchResource,\n): GeneratedModels.AzureAISearchResource {\n return {\n ...(source.indexes && { indexes: source.indexes.map(convertIndexResource) }),\n };\n}\n\nfunction convertIndexResource(\n source: PublicModels.IndexResource,\n): GeneratedModels.AISearchIndexResource {\n return {\n index_connection_id: source.indexConnectionId,\n index_name: source.indexName,\n };\n}\n\nexport function convertUpdateAgentOptions(\n source: PublicModels.UpdateAgentOptions,\n): GeneratedModels.UpdateAgentOptions {\n return {\n ...(source.model && { model: source.model }),\n ...(source.name && { name: source.name }),\n ...(source.description && { description: source.description }),\n ...(source.instructions && { instructions: source.instructions }),\n ...(source.tools && { tools: source.tools.map(convertToolDefinition) }),\n ...(source.toolResources && { tool_resources: convertToolResources(source.toolResources) }),\n ...(source.temperature !== undefined && { temperature: source.temperature }),\n ...(source.topP !== undefined && { top_p: source.topP }),\n ...(source.responseFormat && { response_format: source.responseFormat }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nexport function convertAgentThreadCreationOptions(\n source: PublicModels.AgentThreadCreationOptions,\n): GeneratedModels.AgentThreadCreationOptions {\n return {\n ...(source.messages && { messages: source.messages.map(convertThreadMessageOptions) }),\n ...(source.toolResources && { tool_resources: convertToolResources(source.toolResources) }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nexport function convertAgentThreadUpdateOptions(\n source: PublicModels.UpdateAgentThreadOptions,\n): GeneratedModels.UpdateAgentThreadOptions {\n return {\n ...(source.toolResources && { tool_resources: convertToolResources(source.toolResources) }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertThreadMessageOptions(\n source: PublicModels.ThreadMessageOptions,\n): GeneratedModels.ThreadMessageOptions {\n return {\n role: source.role,\n content: source.content,\n ...(source.attachments && { attachments: source.attachments.map(convertMessageAttachment) }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertMessageAttachment(\n source: PublicModels.MessageAttachment,\n): GeneratedModels.MessageAttachment {\n return {\n file_id: source.fileId,\n ...(source.dataSource && {\n data_source: convertVectorStoreDataSource(source.dataSource),\n }),\n ...(source.tools && { tools: source.tools.map(convertMessageAttachmentToolDefinition) }),\n };\n}\n\nexport function convertCreateRunOptions(\n source: PublicModels.CreateRunOptions,\n): GeneratedModels.CreateRunOptions {\n return {\n assistant_id: source.assistantId,\n ...(source.model && { model: source.model }),\n ...(source.instructions && { instructions: source.instructions }),\n ...(source.additionalInstructions && {\n additional_instructions: source.additionalInstructions,\n }),\n ...(source.additionalMessages && {\n additional_messages: source.additionalMessages.map(convertThreadMessageOptions),\n }),\n ...(source.tools && { tools: source.tools.map(convertToolDefinition) }),\n ...(source.stream !== undefined && { stream: source.stream }),\n ...(source.temperature !== undefined && { temperature: source.temperature }),\n ...(source.topP !== undefined && { top_p: source.topP }),\n ...(source.maxPromptTokens !== undefined && { max_prompt_tokens: source.maxPromptTokens }),\n ...(source.maxCompletionTokens !== undefined && {\n max_completion_tokens: source.maxCompletionTokens,\n }),\n ...(source.truncationStrategy && {\n truncation_strategy: convertTruncationObject(source.truncationStrategy),\n }),\n ...(source.toolChoice && { tool_choice: source.toolChoice }),\n ...(source.responseFormat && { response_format: source.responseFormat }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertTruncationObject(\n source: PublicModels.TruncationObject,\n): GeneratedModels.TruncationObject {\n return {\n type: source.type,\n ...(source.lastMessages !== undefined && { last_messages: source.lastMessages }),\n };\n}\n\nfunction convertUpdateToolResourcesOptions(\n source: PublicModels.UpdateToolResourcesOptions,\n): GeneratedModels.UpdateToolResourcesOptions {\n return {\n ...(source.codeInterpreter && {\n code_interpreter: convertUpdateCodeInterpreterToolResourceOptions(source.codeInterpreter),\n }),\n ...(source.fileSearch && {\n file_search: convertUpdateFileSearchToolResourceOptions(source.fileSearch),\n }),\n ...(source.azureAISearch && {\n azure_ai_search: convertAzureAISearchResource(source.azureAISearch),\n }),\n };\n}\n\nfunction convertUpdateCodeInterpreterToolResourceOptions(\n source: PublicModels.UpdateCodeInterpreterToolResourceOptions,\n): GeneratedModels.UpdateCodeInterpreterToolResourceOptions {\n return {\n ...(source.fileIds && { file_ids: source.fileIds }),\n };\n}\n\nfunction convertUpdateFileSearchToolResourceOptions(\n source: PublicModels.UpdateFileSearchToolResourceOptions,\n): GeneratedModels.UpdateFileSearchToolResourceOptions {\n return {\n ...(source.vectorStoreIds && { vector_store_ids: source.vectorStoreIds }),\n };\n}\n\nexport function convertToolOutput(source: PublicModels.ToolOutput): GeneratedModels.ToolOutput {\n return {\n ...(source.toolCallId !== undefined && { tool_call_id: source.toolCallId }),\n ...(source.output !== undefined && { output: source.output }),\n };\n}\n\nexport function convertCreateAndRunThreadOptions(\n source: PublicModels.CreateAndRunThreadOptions,\n): GeneratedModels.CreateAndRunThreadOptions {\n return {\n assistant_id: source.assistantId,\n ...(source.thread && { thread: convertAgentThreadCreationOptions(source.thread) }),\n ...(source.model && { model: source.model }),\n ...(source.instructions && { instructions: source.instructions }),\n ...(source.tools && { tools: source.tools.map(convertToolDefinition) }),\n ...(source.toolResources && {\n tool_resources: convertUpdateToolResourcesOptions(source.toolResources),\n }),\n ...(source.stream !== undefined && { stream: source.stream }),\n ...(source.temperature !== undefined && { temperature: source.temperature }),\n ...(source.topP !== undefined && { top_p: source.topP }),\n ...(source.maxPromptTokens !== undefined && { max_prompt_tokens: source.maxPromptTokens }),\n ...(source.maxCompletionTokens !== undefined && {\n max_completion_tokens: source.maxCompletionTokens,\n }),\n ...(source.truncationStrategy && {\n truncation_strategy: convertTruncationObject(source.truncationStrategy),\n }),\n ...(source.toolChoice && { tool_choice: source.toolChoice }),\n ...(source.responseFormat && { response_format: source.responseFormat }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertVectorStoreExpirationPolicy(\n source: PublicModels.VectorStoreExpirationPolicy,\n): GeneratedModels.VectorStoreExpirationPolicy {\n return {\n anchor: source.anchor,\n days: source.days,\n };\n}\n\nexport function convertVectorStoreOptions(\n source: PublicModels.VectorStoreOptions,\n): GeneratedModels.VectorStoreOptions {\n return {\n ...(source.fileIds && { file_ids: source.fileIds }),\n ...(source.name && { name: source.name }),\n ...(source.configuration && {\n configuration: convertVectorStoreConfiguration(source.configuration),\n }),\n ...(source.expiresAfter && {\n expires_after: convertVectorStoreExpirationPolicy(source.expiresAfter),\n }),\n ...(source.chunkingStrategy && {\n chunking_strategy: convertVectorStoreChunkingStrategyRequest(source.chunkingStrategy),\n }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nexport function convertVectorStoreChunkingStrategyRequest(\n source: PublicModels.VectorStoreChunkingStrategyRequest,\n): GeneratedModels.VectorStoreChunkingStrategyRequest {\n switch (source.type) {\n case \"auto\":\n return source as GeneratedModels.VectorStoreAutoChunkingStrategyRequest;\n case \"static\":\n return convertVectorStoreStaticChunkingStrategyRequest(\n source as PublicModels.VectorStoreStaticChunkingStrategyRequest,\n );\n default:\n throw new Error(`Unknown chunking strategy type: ${source.type}`);\n }\n}\n\nfunction convertVectorStoreStaticChunkingStrategyRequest(\n source: PublicModels.VectorStoreStaticChunkingStrategyRequest,\n): GeneratedModels.VectorStoreStaticChunkingStrategyRequest {\n return {\n ...source,\n static: convertVectorStoreStaticChunkingStrategyOptions(source.static),\n };\n}\n\nfunction convertVectorStoreStaticChunkingStrategyOptions(\n source: PublicModels.VectorStoreStaticChunkingStrategyOptions,\n): GeneratedModels.VectorStoreStaticChunkingStrategyOptions {\n return {\n max_chunk_size_tokens: source.maxChunkSizeTokens,\n chunk_overlap_tokens: source.chunkOverlapTokens,\n };\n}\n\nexport function convertVectorStoreUpdateOptions(\n source: PublicModels.VectorStoreUpdateOptions,\n): GeneratedModels.VectorStoreUpdateOptions {\n return {\n ...(source.name && { name: source.name }),\n ...(source.expiresAfter && {\n expires_after: convertVectorStoreExpirationPolicy(source.expiresAfter),\n }),\n ...(source.metadata && { metadata: source.metadata }),\n };\n}\n\nfunction convertFunctionDefinition(\n source: PublicModels.FunctionDefinition,\n): GeneratedModels.FunctionDefinition {\n return {\n name: source.name,\n ...(source.description && { description: source.description }),\n parameters: source.parameters,\n };\n}\n\nfunction convertToolConnectionList(\n source: PublicModels.ToolConnectionList,\n): GeneratedModels.ToolConnectionList {\n return {\n ...(source.connections && { connections: source.connections.map(convertToolConnection) }),\n };\n}\n\nfunction convertToolConnection(\n source: PublicModels.ToolConnection,\n): GeneratedModels.ToolConnection {\n return {\n connection_id: source.connectionId,\n };\n}\n"]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"convertOutputModelsFromWire.d.ts","sourceRoot":"","sources":["../../../src/customization/convertOutputModelsFromWire.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,eAAe,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,KAAK,YAAY,MAAM,mBAAmB,CAAC;AACvD,OAAO,KAAK,KAAK,mBAAmB,MAAM,0BAA0B,CAAC;AACrE,OAAO,KAAK,KAAK,qBAAqB,MAAM,sBAAsB,CAAC;
|
|
1
|
+
{"version":3,"file":"convertOutputModelsFromWire.d.ts","sourceRoot":"","sources":["../../../src/customization/convertOutputModelsFromWire.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,KAAK,eAAe,MAAM,kCAAkC,CAAC;AACzE,OAAO,KAAK,KAAK,YAAY,MAAM,mBAAmB,CAAC;AACvD,OAAO,KAAK,KAAK,mBAAmB,MAAM,0BAA0B,CAAC;AACrE,OAAO,KAAK,KAAK,qBAAqB,MAAM,sBAAsB,CAAC;AA8MnE,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,eAAe,CAAC,WAAW,GAAG,YAAY,CAAC,WAAW,CAkB/F;AA6DD,wBAAgB,sCAAsC,CACpD,KAAK,EAAE,eAAe,CAAC,+BAA+B,GACrD,YAAY,CAAC,+BAA+B,CAQ9C;AAED,wBAAgB,gCAAgC,CAC9C,KAAK,EAAE,eAAe,CAAC,yBAAyB,GAC/C,YAAY,CAAC,yBAAyB,CAExC;AA6BD,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,eAAe,CAAC,iBAAiB,GACvC,YAAY,CAAC,iBAAiB,CAQhC;AAED,wBAAgB,iCAAiC,CAC/C,KAAK,EAAE,eAAe,CAAC,0BAA0B,GAChD,YAAY,CAAC,0BAA0B,CAEzC;AAED,wBAAgB,0BAA0B,CACxC,KAAK,EAAE,eAAe,CAAC,mBAAmB,GACzC,YAAY,CAAC,mBAAmB,CAqBlC;AA+GD,wBAAgB,sBAAsB,CACpC,KAAK,EAAE,eAAe,CAAC,eAAe,GACrC,YAAY,CAAC,eAAe,CAqC9B;AAoFD,wBAAgB,0CAA0C,CACxD,KAAK,EAAE,eAAe,CAAC,mCAAmC,GACzD,YAAY,CAAC,mCAAmC,CAQlD;AACD,wBAAgB,oBAAoB,CAClC,KAAK,EAAE,eAAe,CAAC,aAAa,GACnC,YAAY,CAAC,aAAa,CAmB5B;AAmQD,wBAAgB,wCAAwC,CACtD,KAAK,EAAE,eAAe,CAAC,iCAAiC,GACvD,YAAY,CAAC,iCAAiC,CAQhD;AAED,wBAAgB,8CAA8C,CAC5D,KAAK,EAAE,eAAe,CAAC,uCAAuC,GAC7D,YAAY,CAAC,uCAAuC,CAQtD;AAED,wBAAgB,4CAA4C,CAC1D,KAAK,EAAE,eAAe,CAAC,qCAAqC,GAC3D,YAAY,CAAC,qCAAqC,CAQpD;AAED,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,eAAe,CAAC,iBAAiB,GACvC,YAAY,CAAC,iBAAiB,CAgBhC;AAuBD,wBAAgB,sCAAsC,CACpD,KAAK,EAAE,eAAe,CAAC,+BAA+B,GACrD,YAAY,CAAC,+BAA+B,CAM9C;AAED,wBAAgB,iCAAiC,CAC/C,KAAK,EAAE,eAAe,CAAC,0BAA0B,GAChD,YAAY,CAAC,0BAA0B,CASzC;AAED,wBAAgB,gDAAgD,CAC9D,KAAK,EAAE,eAAe,CAAC,yCAAyC,GAC/D,YAAY,CAAC,yCAAyC,CAQxD;AAED,wBAAgB,4BAA4B,CAC1C,KAAK,EAAE,eAAe,CAAC,qBAAqB,GAC3C,YAAY,CAAC,qBAAqB,CAapC;AAkCD,wBAAgB,0CAA0C,CACxD,KAAK,EAAE,eAAe,CAAC,mCAAmC,GACzD,YAAY,CAAC,mCAAmC,CAMlD;AAED,wBAAgB,uBAAuB,CACrC,KAAK,EAAE,eAAe,CAAC,gBAAgB,GACtC,YAAY,CAAC,gBAAgB,CAW/B;AAED,wBAAgB,6BAA6B,CAC3C,KAAK,EAAE,eAAe,CAAC,sBAAsB,GAC5C,YAAY,CAAC,sBAAsB,CAKrC;AAWD,wBAAgB,8BAA8B,CAC5C,KAAK,EAAE,mBAAmB,CAAC,iBAAiB,GAC3C,qBAAqB,CAAC,iBAAiB,CAMzC;AAwHD,wBAAgB,wBAAwB,CACtC,KAAK,EAAE,mBAAmB,CAAC,iBAAiB,GAC3C,qBAAqB,CAAC,iBAAiB,CAMzC"}
|
|
@@ -2,6 +2,18 @@
|
|
|
2
2
|
// Licensed under the MIT License.
|
|
3
3
|
import { logger } from "../logger.js";
|
|
4
4
|
// Conversion functions
|
|
5
|
+
function convertAzureFunctionToolDefinitionOutput(input) {
|
|
6
|
+
return {
|
|
7
|
+
type: "azure_function",
|
|
8
|
+
azureFunction: Object.assign(Object.assign({}, input.azure_function), { inputBinding: Object.assign(Object.assign({}, input.azure_function.input_binding), { storageQueue: {
|
|
9
|
+
queueServiceEndpoint: input.azure_function.input_binding.storage_queue.queue_service_endpoint,
|
|
10
|
+
queueName: input.azure_function.input_binding.storage_queue.queue_name,
|
|
11
|
+
} }), outputBinding: Object.assign(Object.assign({}, input.azure_function.output_binding), { storageQueue: {
|
|
12
|
+
queueServiceEndpoint: input.azure_function.output_binding.storage_queue.queue_service_endpoint,
|
|
13
|
+
queueName: input.azure_function.output_binding.storage_queue.queue_name,
|
|
14
|
+
} }) }),
|
|
15
|
+
};
|
|
16
|
+
}
|
|
5
17
|
function convertCodeInterpreterToolDefinitionOutput(input) {
|
|
6
18
|
return Object.assign({}, input);
|
|
7
19
|
}
|
|
@@ -53,8 +65,8 @@ function convertToolConnectionOutput(input) {
|
|
|
53
65
|
}
|
|
54
66
|
function convertMicrosoftFabricToolDefinitionOutput(input) {
|
|
55
67
|
return {
|
|
56
|
-
type: "
|
|
57
|
-
|
|
68
|
+
type: "fabric_dataagent",
|
|
69
|
+
fabricDataAgent: input.fabric_dataagent && convertToolConnectionListOutput(input.fabric_dataagent),
|
|
58
70
|
};
|
|
59
71
|
}
|
|
60
72
|
function convertSharepointToolDefinitionOutput(input) {
|
|
@@ -145,17 +157,32 @@ function convertToolDefinitionOutput(tool) {
|
|
|
145
157
|
return convertFunctionToolDefinitionOutput(tool);
|
|
146
158
|
case "bing_grounding":
|
|
147
159
|
return convertBingGroundingToolDefinitionOutput(tool);
|
|
148
|
-
case "
|
|
160
|
+
case "fabric_dataagent":
|
|
149
161
|
return convertMicrosoftFabricToolDefinitionOutput(tool);
|
|
150
162
|
case "sharepoint_grounding":
|
|
151
163
|
return convertSharepointToolDefinitionOutput(tool);
|
|
152
164
|
case "azure_ai_search":
|
|
153
165
|
return convertAzureAISearchToolDefinitionOutput(tool);
|
|
166
|
+
case "azure_function":
|
|
167
|
+
return convertAzureFunctionToolDefinitionOutput(tool);
|
|
154
168
|
default:
|
|
155
169
|
return tool;
|
|
156
170
|
}
|
|
157
171
|
}
|
|
158
172
|
function convertAgentsApiResponseFormatOptionOutput(input) {
|
|
173
|
+
const formatOutput = input;
|
|
174
|
+
if (formatOutput && formatOutput.type) {
|
|
175
|
+
switch (formatOutput.type) {
|
|
176
|
+
case "json_schema":
|
|
177
|
+
return {
|
|
178
|
+
type: formatOutput.type,
|
|
179
|
+
jsonSchema: formatOutput
|
|
180
|
+
.json_schema,
|
|
181
|
+
};
|
|
182
|
+
default:
|
|
183
|
+
return input;
|
|
184
|
+
}
|
|
185
|
+
}
|
|
159
186
|
return input;
|
|
160
187
|
}
|
|
161
188
|
export function convertOpenAIPageableListOfAgentOutput(input) {
|
|
@@ -171,11 +198,11 @@ export function convertAgentDeletionStatusOutput(input) {
|
|
|
171
198
|
return Object.assign({}, input);
|
|
172
199
|
}
|
|
173
200
|
function convertMessageAttachmentOutput(input) {
|
|
174
|
-
var _a
|
|
201
|
+
var _a;
|
|
175
202
|
return {
|
|
176
203
|
fileId: input.file_id,
|
|
177
|
-
|
|
178
|
-
tools: (
|
|
204
|
+
dataSource: input.data_source && convertVectorStoreDataSourceOutput(input.data_source),
|
|
205
|
+
tools: (_a = input.tools) === null || _a === void 0 ? void 0 : _a.map(convertMessageAttachmentToolDefinitionOutput),
|
|
179
206
|
};
|
|
180
207
|
}
|
|
181
208
|
function convertMessageAttachmentToolDefinitionOutput(input) {
|
|
@@ -301,7 +328,7 @@ export function convertThreadRunOutput(input) {
|
|
|
301
328
|
? convertTruncationObjectOutput(input.truncation_strategy)
|
|
302
329
|
: null, toolChoice: input.tool_choice, responseFormat: input.response_format, metadata: input.metadata }), (input.tool_resources && {
|
|
303
330
|
toolResources: convertToolResourcesOutput(input.tool_resources),
|
|
304
|
-
})), { parallelToolCalls: input.
|
|
331
|
+
})), { parallelToolCalls: input.parallel_tool_calls });
|
|
305
332
|
}
|
|
306
333
|
function convertRunCompletionUsageOutput(input) {
|
|
307
334
|
return {
|
|
@@ -410,7 +437,7 @@ function convertRunStepToolCallOutput(input) {
|
|
|
410
437
|
return convertRunStepAzureAISearchToolCallOutput(input);
|
|
411
438
|
case "sharepoint_grounding":
|
|
412
439
|
return convertRunStepSharepointToolCallOutput(input);
|
|
413
|
-
case "
|
|
440
|
+
case "fabric_dataagent":
|
|
414
441
|
return convertRunStepMicrosoftFabricToolCallOutput(input);
|
|
415
442
|
case "function":
|
|
416
443
|
return convertRunStepFunctionToolCallOutput(input);
|
|
@@ -431,7 +458,22 @@ function convertRunStepFileSearchToolCallOutput(input) {
|
|
|
431
458
|
return {
|
|
432
459
|
type: input.type,
|
|
433
460
|
id: input.id,
|
|
434
|
-
fileSearch: input.file_search,
|
|
461
|
+
fileSearch: input.file_search && convertRunStepFileSearchToolCallResultsOutput(input.file_search),
|
|
462
|
+
};
|
|
463
|
+
}
|
|
464
|
+
function convertRunStepFileSearchToolCallResultsOutput(input) {
|
|
465
|
+
var _a;
|
|
466
|
+
return {
|
|
467
|
+
rankingOptions: input.ranking_options && convertFileSearchRankingOptionsOutput(input.ranking_options),
|
|
468
|
+
results: (_a = input.results) === null || _a === void 0 ? void 0 : _a.map(convertRunStepFileSearchToolCallResultOutput),
|
|
469
|
+
};
|
|
470
|
+
}
|
|
471
|
+
function convertRunStepFileSearchToolCallResultOutput(input) {
|
|
472
|
+
return {
|
|
473
|
+
fileId: input.file_id,
|
|
474
|
+
fileName: input.file_name,
|
|
475
|
+
score: input.score,
|
|
476
|
+
content: input.content,
|
|
435
477
|
};
|
|
436
478
|
}
|
|
437
479
|
function convertRunStepBingGroundingToolCallOutput(input) {
|
|
@@ -459,7 +501,7 @@ function convertRunStepMicrosoftFabricToolCallOutput(input) {
|
|
|
459
501
|
return {
|
|
460
502
|
type: input.type,
|
|
461
503
|
id: input.id,
|
|
462
|
-
|
|
504
|
+
fabricDataAgent: input.fabric_dataagent,
|
|
463
505
|
};
|
|
464
506
|
}
|
|
465
507
|
function convertRunStepFunctionToolCallOutput(input) {
|
|
@@ -885,7 +927,7 @@ function convertRunStepFileSearchToolCallDelta(input) {
|
|
|
885
927
|
index: input.index,
|
|
886
928
|
type: input.type,
|
|
887
929
|
id: input.id,
|
|
888
|
-
fileSearch: input.file_search,
|
|
930
|
+
fileSearch: convertRunStepFileSearchToolCallResultsOutput(input.file_search),
|
|
889
931
|
};
|
|
890
932
|
}
|
|
891
933
|
//# sourceMappingURL=convertOutputModelsFromWire.js.map
|