@azure/ai-projects 1.0.0-beta.3 → 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/README.md +26 -3
- package/dist/browser/agents/assistants.js +2 -2
- package/dist/browser/agents/assistants.js.map +1 -1
- package/dist/browser/agents/inputValidations.js +2 -2
- package/dist/browser/agents/inputValidations.js.map +1 -1
- package/dist/browser/agents/utils.d.ts +19 -1
- package/dist/browser/agents/utils.d.ts.map +1 -1
- package/dist/browser/agents/utils.js +29 -2
- package/dist/browser/agents/utils.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 +2 -2
- 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 +5 -5
- package/dist/browser/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/browser/customization/models.d.ts +5 -5
- 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 +8 -8
- package/dist/browser/customization/outputModels.d.ts.map +1 -1
- package/dist/browser/customization/outputModels.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 +65 -12
- 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 +98 -19
- 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 +1 -1
- package/dist/browser/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/browser/generated/src/paginateHelper.js +1 -1
- 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 +3 -3
- package/dist/browser/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/browser/generated/src/projectsClient.js +1 -1
- 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.js +2 -2
- package/dist/commonjs/agents/assistants.js.map +1 -1
- package/dist/commonjs/agents/inputValidations.js +2 -2
- package/dist/commonjs/agents/inputValidations.js.map +1 -1
- package/dist/commonjs/agents/utils.d.ts +19 -1
- package/dist/commonjs/agents/utils.d.ts.map +1 -1
- package/dist/commonjs/agents/utils.js +29 -2
- package/dist/commonjs/agents/utils.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 +2 -2
- 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 +5 -5
- package/dist/commonjs/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/commonjs/customization/models.d.ts +5 -5
- 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 +8 -8
- package/dist/commonjs/customization/outputModels.d.ts.map +1 -1
- package/dist/commonjs/customization/outputModels.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 +65 -12
- 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 +98 -19
- 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 +1 -1
- package/dist/commonjs/generated/src/paginateHelper.d.ts.map +1 -1
- 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 +3 -3
- package/dist/commonjs/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/commonjs/generated/src/projectsClient.js +1 -1
- 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.js +2 -2
- package/dist/esm/agents/assistants.js.map +1 -1
- package/dist/esm/agents/inputValidations.js +2 -2
- package/dist/esm/agents/inputValidations.js.map +1 -1
- package/dist/esm/agents/utils.d.ts +19 -1
- package/dist/esm/agents/utils.d.ts.map +1 -1
- package/dist/esm/agents/utils.js +29 -2
- package/dist/esm/agents/utils.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 +2 -2
- 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 +5 -5
- package/dist/esm/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/esm/customization/models.d.ts +5 -5
- 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 +8 -8
- package/dist/esm/customization/outputModels.d.ts.map +1 -1
- package/dist/esm/customization/outputModels.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 +65 -12
- 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 +98 -19
- 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 +1 -1
- package/dist/esm/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/esm/generated/src/paginateHelper.js +1 -1
- 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 +3 -3
- package/dist/esm/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/esm/generated/src/projectsClient.js +1 -1
- 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.js +2 -2
- package/dist/react-native/agents/assistants.js.map +1 -1
- package/dist/react-native/agents/inputValidations.js +2 -2
- package/dist/react-native/agents/inputValidations.js.map +1 -1
- package/dist/react-native/agents/utils.d.ts +19 -1
- package/dist/react-native/agents/utils.d.ts.map +1 -1
- package/dist/react-native/agents/utils.js +29 -2
- package/dist/react-native/agents/utils.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 +2 -2
- 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 +5 -5
- package/dist/react-native/customization/convertOutputModelsFromWire.js.map +1 -1
- package/dist/react-native/customization/models.d.ts +5 -5
- 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 +8 -8
- 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/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 +65 -12
- 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 +98 -19
- 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 +1 -1
- package/dist/react-native/generated/src/paginateHelper.d.ts.map +1 -1
- package/dist/react-native/generated/src/paginateHelper.js +1 -1
- 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 +3 -3
- package/dist/react-native/generated/src/projectsClient.d.ts.map +1 -1
- package/dist/react-native/generated/src/projectsClient.js +1 -1
- 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 +2 -2
|
@@ -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 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
|
+
{"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_dataagent`, 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_dataagent'. */\n type: \"fabric_dataagent\";\n /** The list of connections used by the Microsoft Fabric tool. */\n fabric_dataagent: 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<AISearchIndexResource>;\n}\n\n/** A AI Search Index resource. */\nexport interface AISearchIndexResource {\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 * Type of query in an AIIndexResource attached to this agent.\n *\n * Possible values: \"simple\", \"semantic\", \"vector\", \"vector_simple_hybrid\", \"vector_semantic_hybrid\"\n */\n query_type?: AzureAISearchQueryType;\n /** Number of documents to retrieve from search and present to the model. */\n top_k?: number;\n /** Odata filter string for search resource. */\n filter?: 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: Array<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_dataagent\", \"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\nexport interface HttpPartFile {}\n\nexport interface HttpPartFilePurpose {}\n\nexport interface HttpPartString {}\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 /** Evaluation target specifying the model config and parameters */\n target?: EvaluationTarget;\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/** Target for the evaluation process. */\nexport interface EvaluationTarget {\n /** System message related to the evaluation target. */\n systemMessage: string;\n /** Model configuration for the evaluation. */\n modelConfig: TargetModelConfig;\n /** A dictionary of parameters for the model. */\n modelParams?: Record<string, unknown>;\n}\n\n/** Abstract class for model configuration. */\nexport interface TargetModelConfigParent {\n type: string;\n}\n\n/** Azure OpenAI model configuration. The API version would be selected by the service for querying the model. */\nexport interface AoaiModelConfig extends TargetModelConfigParent {\n /** Endpoint URL for AOAI model. */\n azureEndpoint: string;\n /** API Key for AOAI model. */\n apiKey: string;\n /** Deployment name for AOAI model. */\n azureDeployment: string;\n}\n\n/** MaaS model configuration. The API version would be selected by the service for querying the model. */\nexport interface MaasModelConfig extends TargetModelConfigParent {\n /** Endpoint URL for MAAS model. */\n azureEndpoint: string;\n /** API Key for MAAS model. */\n apiKey: 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 class for model configuration. */\nexport type TargetModelConfig =\n | TargetModelConfigParent\n | AoaiModelConfig\n | MaasModelConfig;\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 AzureAISearchQueryType */\nexport type AzureAISearchQueryType = 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 RunAdditionalFieldList */\nexport type RunAdditionalFieldList = 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/** Alias for ConnectionType */\nexport type ConnectionType = string;\n/** Alias for Frequency */\nexport type Frequency = string;\n/** Alias for WeekDays */\nexport type WeekDays = string;\n"]}
|
|
@@ -55,7 +55,7 @@ export interface BingGroundingToolDefinitionOutput extends ToolDefinitionOutputP
|
|
|
55
55
|
/** The list of connections used by the bing grounding tool. */
|
|
56
56
|
bing_grounding: ToolConnectionListOutput;
|
|
57
57
|
}
|
|
58
|
-
/** A set of connection resources currently used by either the `bing_grounding`, `
|
|
58
|
+
/** A set of connection resources currently used by either the `bing_grounding`, `fabric_dataagent`, or `sharepoint_grounding` tools. */
|
|
59
59
|
export interface ToolConnectionListOutput {
|
|
60
60
|
/**
|
|
61
61
|
* The connections attached to this tool. There can be a maximum of 1 connection
|
|
@@ -70,10 +70,10 @@ export interface ToolConnectionOutput {
|
|
|
70
70
|
}
|
|
71
71
|
/** The input definition information for a Microsoft Fabric tool as used to configure an agent. */
|
|
72
72
|
export interface MicrosoftFabricToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
73
|
-
/** The object type, which is always '
|
|
74
|
-
type: "
|
|
73
|
+
/** The object type, which is always 'fabric_dataagent'. */
|
|
74
|
+
type: "fabric_dataagent";
|
|
75
75
|
/** The list of connections used by the Microsoft Fabric tool. */
|
|
76
|
-
|
|
76
|
+
fabric_dataagent: ToolConnectionListOutput;
|
|
77
77
|
}
|
|
78
78
|
/** The input definition information for a sharepoint tool as used to configure an agent. */
|
|
79
79
|
export interface SharepointToolDefinitionOutput extends ToolDefinitionOutputParent {
|
|
@@ -240,14 +240,24 @@ export interface AzureAISearchResourceOutput {
|
|
|
240
240
|
* The indices attached to this agent. There can be a maximum of 1 index
|
|
241
241
|
* resource attached to the agent.
|
|
242
242
|
*/
|
|
243
|
-
indexes?: Array<
|
|
243
|
+
indexes?: Array<AISearchIndexResourceOutput>;
|
|
244
244
|
}
|
|
245
|
-
/** A Index resource. */
|
|
246
|
-
export interface
|
|
245
|
+
/** A AI Search Index resource. */
|
|
246
|
+
export interface AISearchIndexResourceOutput {
|
|
247
247
|
/** An index connection id in an IndexResource attached to this agent. */
|
|
248
248
|
index_connection_id: string;
|
|
249
249
|
/** The name of an index in an IndexResource attached to this agent. */
|
|
250
250
|
index_name: string;
|
|
251
|
+
/**
|
|
252
|
+
* Type of query in an AIIndexResource attached to this agent.
|
|
253
|
+
*
|
|
254
|
+
* Possible values: "simple", "semantic", "vector", "vector_simple_hybrid", "vector_semantic_hybrid"
|
|
255
|
+
*/
|
|
256
|
+
query_type?: AzureAISearchQueryTypeOutput;
|
|
257
|
+
/** Number of documents to retrieve from search and present to the model. */
|
|
258
|
+
top_k?: number;
|
|
259
|
+
/** Odata filter string for search resource. */
|
|
260
|
+
filter?: string;
|
|
251
261
|
}
|
|
252
262
|
/**
|
|
253
263
|
* An object describing the expected output of the model. If `json_object` only `function` type `tools` are allowed to be passed to the Run.
|
|
@@ -346,7 +356,7 @@ export interface MessageAttachmentOutput {
|
|
|
346
356
|
/** Azure asset ID. */
|
|
347
357
|
data_source?: VectorStoreDataSourceOutput;
|
|
348
358
|
/** The tools to add to this file. */
|
|
349
|
-
tools: MessageAttachmentToolDefinitionOutput
|
|
359
|
+
tools: Array<MessageAttachmentToolDefinitionOutput>;
|
|
350
360
|
}
|
|
351
361
|
/** Information about a single thread associated with an agent. */
|
|
352
362
|
export interface AgentThreadOutput {
|
|
@@ -446,6 +456,24 @@ export interface MessageTextAnnotationOutputParent {
|
|
|
446
456
|
text: string;
|
|
447
457
|
type: string;
|
|
448
458
|
}
|
|
459
|
+
/** A citation within the message that points to a specific URL associated with the message. Generated when the agent uses tools such as 'bing_grounding' to search the Internet. */
|
|
460
|
+
export interface MessageTextUrlCitationAnnotationOutput extends MessageTextAnnotationOutputParent {
|
|
461
|
+
/** The object type, which is always 'url_citation'. */
|
|
462
|
+
type: "url_citation";
|
|
463
|
+
/** The details of the URL citation. */
|
|
464
|
+
url_citation: MessageTextUrlCitationDetailsOutput;
|
|
465
|
+
/** The first text index associated with this text annotation. */
|
|
466
|
+
start_index?: number;
|
|
467
|
+
/** The last text index associated with this text annotation. */
|
|
468
|
+
end_index?: number;
|
|
469
|
+
}
|
|
470
|
+
/** A representation of a URL citation, as used in text thread message content. */
|
|
471
|
+
export interface MessageTextUrlCitationDetailsOutput {
|
|
472
|
+
/** The URL associated with this citation. */
|
|
473
|
+
url: string;
|
|
474
|
+
/** The title of the URL. */
|
|
475
|
+
title?: string;
|
|
476
|
+
}
|
|
449
477
|
/** A citation within the message that points to a specific quote from a specific File associated with the agent or the message. Generated when the agent uses the 'file_search' tool to search files. */
|
|
450
478
|
export interface MessageTextFileCitationAnnotationOutput extends MessageTextAnnotationOutputParent {
|
|
451
479
|
/** The object type, which is always 'file_citation'. */
|
|
@@ -529,7 +557,7 @@ export interface AgentsNamedToolChoiceOutput {
|
|
|
529
557
|
/**
|
|
530
558
|
* the type of tool. If type is `function`, the function name must be set.
|
|
531
559
|
*
|
|
532
|
-
* Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "
|
|
560
|
+
* Possible values: "function", "code_interpreter", "file_search", "bing_grounding", "fabric_dataagent", "sharepoint_grounding", "azure_ai_search"
|
|
533
561
|
*/
|
|
534
562
|
type: AgentsNamedToolChoiceTypeOutput;
|
|
535
563
|
/** The name of the function to call */
|
|
@@ -887,10 +915,10 @@ export interface RunStepSharepointToolCallOutput extends RunStepToolCallOutputPa
|
|
|
887
915
|
* executed Microsoft Fabric operations.
|
|
888
916
|
*/
|
|
889
917
|
export interface RunStepMicrosoftFabricToolCallOutput extends RunStepToolCallOutputParent {
|
|
890
|
-
/** The object type, which is always '
|
|
891
|
-
type: "
|
|
918
|
+
/** The object type, which is always 'fabric_dataagent'. */
|
|
919
|
+
type: "fabric_dataagent";
|
|
892
920
|
/** Reserved for future use. */
|
|
893
|
-
|
|
921
|
+
fabric_dataagent: Record<string, string>;
|
|
894
922
|
}
|
|
895
923
|
/**
|
|
896
924
|
* A record of a call to a function tool, issued by the model in evaluation of a defined tool, that represents the inputs
|
|
@@ -1196,7 +1224,11 @@ export interface GetConnectionResponseOutput {
|
|
|
1196
1224
|
}
|
|
1197
1225
|
/** Connection properties */
|
|
1198
1226
|
export interface InternalConnectionPropertiesOutputParent {
|
|
1199
|
-
/**
|
|
1227
|
+
/**
|
|
1228
|
+
* Category of the connection
|
|
1229
|
+
*
|
|
1230
|
+
* Possible values: "AzureOpenAI", "Serverless", "AzureBlob", "AIServices", "CognitiveSearch", "ApiKey", "CustomKeys", "CognitiveService"
|
|
1231
|
+
*/
|
|
1200
1232
|
category: ConnectionTypeOutput;
|
|
1201
1233
|
/** The connection URL to be used for this service */
|
|
1202
1234
|
target: string;
|
|
@@ -1219,6 +1251,11 @@ export interface InternalConnectionPropertiesAADAuthOutput extends InternalConne
|
|
|
1219
1251
|
/** Authentication type of the connection target */
|
|
1220
1252
|
authType: "AAD";
|
|
1221
1253
|
}
|
|
1254
|
+
/** Connection properties for connections with Custom authentication */
|
|
1255
|
+
export interface InternalConnectionPropertiesCustomAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1256
|
+
/** Authentication type of the connection target */
|
|
1257
|
+
authType: "CustomKeys";
|
|
1258
|
+
}
|
|
1222
1259
|
/** Connection properties for connections with SAS authentication */
|
|
1223
1260
|
export interface InternalConnectionPropertiesSASAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1224
1261
|
/** Authentication type of the connection target */
|
|
@@ -1231,6 +1268,11 @@ export interface CredentialsSASAuthOutput {
|
|
|
1231
1268
|
/** The Shared Access Signatures (SAS) token */
|
|
1232
1269
|
SAS: string;
|
|
1233
1270
|
}
|
|
1271
|
+
/** Connection properties for connections with no authentication */
|
|
1272
|
+
export interface InternalConnectionPropertiesNoAuthOutput extends InternalConnectionPropertiesOutputParent {
|
|
1273
|
+
/** Authentication type of the connection target */
|
|
1274
|
+
authType: "None";
|
|
1275
|
+
}
|
|
1234
1276
|
/** Response from getting properties of the Application Insights resource */
|
|
1235
1277
|
export interface GetAppInsightsResponseOutput {
|
|
1236
1278
|
/** A unique identifier for the resource */
|
|
@@ -1251,6 +1293,8 @@ export interface EvaluationOutput {
|
|
|
1251
1293
|
readonly id: string;
|
|
1252
1294
|
/** Data for evaluation. */
|
|
1253
1295
|
data: InputDataOutput;
|
|
1296
|
+
/** Evaluation target specifying the model config and parameters */
|
|
1297
|
+
target?: EvaluationTargetOutput;
|
|
1254
1298
|
/** Display Name for evaluation. It helps to find the evaluation easily in AI Foundry. It does not need to be unique. */
|
|
1255
1299
|
displayName?: string;
|
|
1256
1300
|
/** Description of the evaluation. It can be used to store additional information about the evaluation and is mutable. */
|
|
@@ -1278,7 +1322,7 @@ export interface ApplicationInsightsConfigurationOutput extends InputDataOutputP
|
|
|
1278
1322
|
/** Query to fetch the data. */
|
|
1279
1323
|
query: string;
|
|
1280
1324
|
/** Service name. */
|
|
1281
|
-
serviceName
|
|
1325
|
+
serviceName?: string;
|
|
1282
1326
|
/** Connection String to connect to ApplicationInsights. */
|
|
1283
1327
|
connectionString?: string;
|
|
1284
1328
|
}
|
|
@@ -1288,6 +1332,37 @@ export interface DatasetOutput extends InputDataOutputParent {
|
|
|
1288
1332
|
/** Evaluation input data */
|
|
1289
1333
|
id: string;
|
|
1290
1334
|
}
|
|
1335
|
+
/** Target for the evaluation process. */
|
|
1336
|
+
export interface EvaluationTargetOutput {
|
|
1337
|
+
/** System message related to the evaluation target. */
|
|
1338
|
+
systemMessage: string;
|
|
1339
|
+
/** Model configuration for the evaluation. */
|
|
1340
|
+
modelConfig: TargetModelConfigOutput;
|
|
1341
|
+
/** A dictionary of parameters for the model. */
|
|
1342
|
+
modelParams?: Record<string, any>;
|
|
1343
|
+
}
|
|
1344
|
+
/** Abstract class for model configuration. */
|
|
1345
|
+
export interface TargetModelConfigOutputParent {
|
|
1346
|
+
type: string;
|
|
1347
|
+
}
|
|
1348
|
+
/** Azure OpenAI model configuration. The API version would be selected by the service for querying the model. */
|
|
1349
|
+
export interface AoaiModelConfigOutput extends TargetModelConfigOutputParent {
|
|
1350
|
+
readonly type: "AOAI";
|
|
1351
|
+
/** Endpoint URL for AOAI model. */
|
|
1352
|
+
azureEndpoint: string;
|
|
1353
|
+
/** API Key for AOAI model. */
|
|
1354
|
+
apiKey: string;
|
|
1355
|
+
/** Deployment name for AOAI model. */
|
|
1356
|
+
azureDeployment: string;
|
|
1357
|
+
}
|
|
1358
|
+
/** MaaS model configuration. The API version would be selected by the service for querying the model. */
|
|
1359
|
+
export interface MaasModelConfigOutput extends TargetModelConfigOutputParent {
|
|
1360
|
+
readonly type: "MAAS";
|
|
1361
|
+
/** Endpoint URL for MAAS model. */
|
|
1362
|
+
azureEndpoint: string;
|
|
1363
|
+
/** API Key for MAAS model. */
|
|
1364
|
+
apiKey: string;
|
|
1365
|
+
}
|
|
1291
1366
|
/** Metadata pertaining to creation and last modification of the resource. */
|
|
1292
1367
|
export interface SystemDataOutput {
|
|
1293
1368
|
/** The timestamp the resource was created at. */
|
|
@@ -1387,7 +1462,7 @@ export type OpenApiAuthDetailsOutput = OpenApiAuthDetailsOutputParent | OpenApiA
|
|
|
1387
1462
|
/** An abstract representation of a single item of thread message content. */
|
|
1388
1463
|
export type MessageContentOutput = MessageContentOutputParent | MessageTextContentOutput | MessageImageFileContentOutput;
|
|
1389
1464
|
/** An abstract representation of an annotation to text thread message content. */
|
|
1390
|
-
export type MessageTextAnnotationOutput = MessageTextAnnotationOutputParent | MessageTextFileCitationAnnotationOutput | MessageTextFilePathAnnotationOutput;
|
|
1465
|
+
export type MessageTextAnnotationOutput = MessageTextAnnotationOutputParent | MessageTextUrlCitationAnnotationOutput | MessageTextFileCitationAnnotationOutput | MessageTextFilePathAnnotationOutput;
|
|
1391
1466
|
/** An abstract representation of a required action for an agent thread run to continue. */
|
|
1392
1467
|
export type RequiredActionOutput = RequiredActionOutputParent | SubmitToolOutputsActionOutput;
|
|
1393
1468
|
/** An abstract representation of a tool invocation needed by the model to continue a run. */
|
|
@@ -1401,15 +1476,19 @@ export type RunStepCodeInterpreterToolCallOutputOutput = RunStepCodeInterpreterT
|
|
|
1401
1476
|
/** An abstract representation of a vector store chunking strategy configuration. */
|
|
1402
1477
|
export type VectorStoreChunkingStrategyResponseOutput = VectorStoreChunkingStrategyResponseOutputParent | VectorStoreAutoChunkingStrategyResponseOutput | VectorStoreStaticChunkingStrategyResponseOutput;
|
|
1403
1478
|
/** Connection properties */
|
|
1404
|
-
export type InternalConnectionPropertiesOutput = InternalConnectionPropertiesOutputParent | InternalConnectionPropertiesApiKeyAuthOutput | InternalConnectionPropertiesAADAuthOutput | InternalConnectionPropertiesSASAuthOutput;
|
|
1479
|
+
export type InternalConnectionPropertiesOutput = InternalConnectionPropertiesOutputParent | InternalConnectionPropertiesApiKeyAuthOutput | InternalConnectionPropertiesAADAuthOutput | InternalConnectionPropertiesCustomAuthOutput | InternalConnectionPropertiesSASAuthOutput | InternalConnectionPropertiesNoAuthOutput;
|
|
1405
1480
|
/** Abstract data class for input data configuration. */
|
|
1406
1481
|
export type InputDataOutput = InputDataOutputParent | ApplicationInsightsConfigurationOutput | DatasetOutput;
|
|
1482
|
+
/** Abstract class for model configuration. */
|
|
1483
|
+
export type TargetModelConfigOutput = TargetModelConfigOutputParent | AoaiModelConfigOutput | MaasModelConfigOutput;
|
|
1407
1484
|
/** Abstract data class for input data configuration. */
|
|
1408
1485
|
export type TriggerOutput = TriggerOutputParent | RecurrenceTriggerOutput | CronTriggerOutput;
|
|
1409
1486
|
/** Alias for OpenApiAuthTypeOutput */
|
|
1410
1487
|
export type OpenApiAuthTypeOutput = string;
|
|
1411
1488
|
/** Alias for VectorStoreDataSourceAssetTypeOutput */
|
|
1412
1489
|
export type VectorStoreDataSourceAssetTypeOutput = string;
|
|
1490
|
+
/** Alias for AzureAISearchQueryTypeOutput */
|
|
1491
|
+
export type AzureAISearchQueryTypeOutput = string;
|
|
1413
1492
|
/** Alias for AgentsApiResponseFormatModeOutput */
|
|
1414
1493
|
export type AgentsApiResponseFormatModeOutput = string;
|
|
1415
1494
|
/** Alias for ResponseFormatOutput */
|
|
@@ -1458,10 +1537,10 @@ export type VectorStoreFileErrorCodeOutput = string;
|
|
|
1458
1537
|
export type VectorStoreChunkingStrategyResponseTypeOutput = string;
|
|
1459
1538
|
/** Alias for VectorStoreFileBatchStatusOutput */
|
|
1460
1539
|
export type VectorStoreFileBatchStatusOutput = string;
|
|
1461
|
-
/**
|
|
1462
|
-
export type ConnectionTypeOutput =
|
|
1540
|
+
/** Alias for ConnectionTypeOutput */
|
|
1541
|
+
export type ConnectionTypeOutput = string;
|
|
1463
1542
|
/** Authentication type used by Azure AI service to connect to another service */
|
|
1464
|
-
export type AuthenticationTypeOutput = "ApiKey" | "AAD" | "SAS";
|
|
1543
|
+
export type AuthenticationTypeOutput = "ApiKey" | "AAD" | "SAS" | "CustomKeys" | "None";
|
|
1465
1544
|
/** Alias for FrequencyOutput */
|
|
1466
1545
|
export type FrequencyOutput = string;
|
|
1467
1546
|
/** Alias for WeekDaysOutput */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"outputModels.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/outputModels.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"outputModels.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/outputModels.ts"],"names":[],"mappings":"AAGA,oFAAoF;AACpF,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,kGAAkG;AAClG,MAAM,WAAW,mCACf,SAAQ,0BAA0B;IAClC,2DAA2D;IAC3D,IAAI,EAAE,kBAAkB,CAAC;CAC1B;AAED,6FAA6F;AAC7F,MAAM,WAAW,8BACf,SAAQ,0BAA0B;IAClC,sDAAsD;IACtD,IAAI,EAAE,aAAa,CAAC;IACpB,kDAAkD;IAClD,WAAW,CAAC,EAAE,qCAAqC,CAAC;CACrD;AAED,kDAAkD;AAClD,MAAM,WAAW,qCAAqC;IACpD;;;;OAIG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,uCAAuC;IACvC,eAAe,CAAC,EAAE,8BAA8B,CAAC;CAClD;AAED,uCAAuC;AACvC,MAAM,WAAW,8BAA8B;IAC7C,0BAA0B;IAC1B,MAAM,EAAE,MAAM,CAAC;IACf,+BAA+B;IAC/B,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,0FAA0F;AAC1F,MAAM,WAAW,4BACf,SAAQ,0BAA0B;IAClC,mDAAmD;IACnD,IAAI,EAAE,UAAU,CAAC;IACjB,kFAAkF;IAClF,QAAQ,EAAE,wBAAwB,CAAC;CACpC;AAED,uDAAuD;AACvD,MAAM,WAAW,wBAAwB;IACvC,6CAA6C;IAC7C,IAAI,EAAE,MAAM,CAAC;IACb,8GAA8G;IAC9G,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,+EAA+E;IAC/E,UAAU,EAAE,GAAG,CAAC;CACjB;AAED,uGAAuG;AACvG,MAAM,WAAW,iCACf,SAAQ,0BAA0B;IAClC,yDAAyD;IACzD,IAAI,EAAE,gBAAgB,CAAC;IACvB,+DAA+D;IAC/D,cAAc,EAAE,wBAAwB,CAAC;CAC1C;AAED,wIAAwI;AACxI,MAAM,WAAW,wBAAwB;IACvC;;;OAGG;IACH,WAAW,CAAC,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;CAC3C;AAED,6BAA6B;AAC7B,MAAM,WAAW,oBAAoB;IACnC,kEAAkE;IAClE,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,kGAAkG;AAClG,MAAM,WAAW,mCACf,SAAQ,0BAA0B;IAClC,2DAA2D;IAC3D,IAAI,EAAE,kBAAkB,CAAC;IACzB,iEAAiE;IACjE,gBAAgB,EAAE,wBAAwB,CAAC;CAC5C;AAED,4FAA4F;AAC5F,MAAM,WAAW,8BACf,SAAQ,0BAA0B;IAClC,+DAA+D;IAC/D,IAAI,EAAE,sBAAsB,CAAC;IAC7B,2DAA2D;IAC3D,oBAAoB,EAAE,wBAAwB,CAAC;CAChD;AAED,kGAAkG;AAClG,MAAM,WAAW,iCACf,SAAQ,0BAA0B;IAClC,0DAA0D;IAC1D,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,0FAA0F;AAC1F,MAAM,WAAW,2BACf,SAAQ,0BAA0B;IAClC,kDAAkD;IAClD,IAAI,EAAE,SAAS,CAAC;IAChB,uCAAuC;IACvC,OAAO,EAAE,+BAA+B,CAAC;CAC1C;AAED,gEAAgE;AAChE,MAAM,WAAW,+BAA+B;IAC9C,6CAA6C;IAC7C,IAAI,EAAE,MAAM,CAAC;IACb,8GAA8G;IAC9G,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qEAAqE;IACrE,IAAI,EAAE,GAAG,CAAC;IACV,sCAAsC;IACtC,IAAI,EAAE,wBAAwB,CAAC;CAChC;AAED,2DAA2D;AAC3D,MAAM,WAAW,8BAA8B;IAC7C,IAAI,EAAE,qBAAqB,CAAC;CAC7B;AAED,4DAA4D;AAC5D,MAAM,WAAW,iCACf,SAAQ,8BAA8B;IACtC,oDAAoD;IACpD,IAAI,EAAE,WAAW,CAAC;CACnB;AAED,6DAA6D;AAC7D,MAAM,WAAW,kCACf,SAAQ,8BAA8B;IACtC,qDAAqD;IACrD,IAAI,EAAE,YAAY,CAAC;IACnB,uCAAuC;IACvC,eAAe,EAAE,qCAAqC,CAAC;CACxD;AAED,kEAAkE;AAClE,MAAM,WAAW,qCAAqC;IACpD,6CAA6C;IAC7C,aAAa,EAAE,MAAM,CAAC;CACvB;AAED,mEAAmE;AACnE,MAAM,WAAW,+BACf,SAAQ,8BAA8B;IACtC,2DAA2D;IAC3D,IAAI,EAAE,kBAAkB,CAAC;IACzB,uCAAuC;IACvC,eAAe,EAAE,kCAAkC,CAAC;CACrD;AAED,kEAAkE;AAClE,MAAM,WAAW,kCAAkC;IACjD,0DAA0D;IAC1D,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,gGAAgG;AAChG,MAAM,WAAW,iCACf,SAAQ,0BAA0B;IAClC,yDAAyD;IACzD,IAAI,EAAE,gBAAgB,CAAC;IACvB,kFAAkF;IAClF,cAAc,EAAE,6BAA6B,CAAC;CAC/C;AAED,wCAAwC;AACxC,MAAM,WAAW,6BAA6B;IAC5C,2DAA2D;IAC3D,QAAQ,EAAE,wBAAwB,CAAC;IACnC,kGAAkG;IAClG,aAAa,EAAE,0BAA0B,CAAC;IAC1C,yGAAyG;IACzG,cAAc,EAAE,0BAA0B,CAAC;CAC5C;AAED,4DAA4D;AAC5D,MAAM,WAAW,0BAA0B;IACzC,4DAA4D;IAC5D,IAAI,EAAE,eAAe,CAAC;IACtB,qBAAqB;IACrB,aAAa,EAAE,+BAA+B,CAAC;CAChD;AAED,4DAA4D;AAC5D,MAAM,WAAW,+BAA+B;IAC9C,iFAAiF;IACjF,sBAAsB,EAAE,MAAM,CAAC;IAC/B,mDAAmD;IACnD,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;;;GAIG;AACH,MAAM,WAAW,mBAAmB;IAClC,kFAAkF;IAClF,gBAAgB,CAAC,EAAE,iCAAiC,CAAC;IACrD,qFAAqF;IACrF,WAAW,CAAC,EAAE,4BAA4B,CAAC;IAC3C,4FAA4F;IAC5F,eAAe,CAAC,EAAE,2BAA2B,CAAC;CAC/C;AAED,uEAAuE;AACvE,MAAM,WAAW,iCAAiC;IAChD;;;OAGG;IACH,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,kGAAkG;IAClG,YAAY,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;CACnD;AAED;;;GAGG;AACH,MAAM,WAAW,2BAA2B;IAC1C,iBAAiB;IACjB,GAAG,EAAE,MAAM,CAAC;IACZ;;;;OAIG;IACH,IAAI,EAAE,oCAAoC,CAAC;CAC5C;AAED,kEAAkE;AAClE,MAAM,WAAW,4BAA4B;IAC3C;;;OAGG;IACH,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B;;;;OAIG;IACH,aAAa,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAC;CACxD;AAED,4GAA4G;AAC5G,MAAM,WAAW,+BAA+B;IAC9C,WAAW;IACX,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB;IACrB,aAAa,EAAE,8BAA8B,CAAC;CAC/C;AAED;;;GAGG;AACH,MAAM,WAAW,8BAA8B;IAC7C,mBAAmB;IACnB,YAAY,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;CAClD;AAED,mEAAmE;AACnE,MAAM,WAAW,2BAA2B;IAC1C;;;OAGG;IACH,OAAO,CAAC,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;CAC9C;AAED,kCAAkC;AAClC,MAAM,WAAW,2BAA2B;IAC1C,yEAAyE;IACzE,mBAAmB,EAAE,MAAM,CAAC;IAC5B,uEAAuE;IACvE,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,UAAU,CAAC,EAAE,4BAA4B,CAAC;IAC1C,4EAA4E;IAC5E,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,MAAM,CAAC,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,6BAA6B;IAC5C;;;;OAIG;IACH,IAAI,CAAC,EAAE,oBAAoB,CAAC;CAC7B;AAED,+DAA+D;AAC/D,MAAM,WAAW,kCAAkC;IACjD,WAAW;IACX,IAAI,EAAE,aAAa,CAAC;IACpB,mDAAmD;IACnD,WAAW,EAAE,8BAA8B,CAAC;CAC7C;AAED,qHAAqH;AACrH,MAAM,WAAW,8BAA8B;IAC7C,qHAAqH;IACrH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4BAA4B;IAC5B,IAAI,EAAE,MAAM,CAAC;IACb,8DAA8D;IAC9D,MAAM,EAAE,GAAG,CAAC;CACb;AAED,iEAAiE;AACjE,MAAM,WAAW,WAAW;IAC1B,gEAAgE;IAChE,EAAE,EAAE,MAAM,CAAC;IACX,kDAAkD;IAClD,MAAM,EAAE,WAAW,CAAC;IACpB,iFAAiF;IACjF,UAAU,EAAE,MAAM,CAAC;IACnB,6BAA6B;IAC7B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,oCAAoC;IACpC,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,oDAAoD;IACpD,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,qDAAqD;IACrD,KAAK,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACnC;;;OAGG;IACH,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C;;;OAGG;IACH,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B;;;;;OAKG;IACH,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,gEAAgE;IAChE,eAAe,CAAC,EAAE,mCAAmC,GAAG,IAAI,CAAC;IAC7D,yPAAyP;IACzP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;CACzC;AAED,uDAAuD;AACvD,MAAM,WAAW,+BAA+B;IAC9C,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;IACzB,6CAA6C;IAC7C,QAAQ,EAAE,MAAM,CAAC;IACjB,4CAA4C;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,kGAAkG;IAClG,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,iDAAiD;AACjD,MAAM,WAAW,yBAAyB;IACxC,qDAAqD;IACrD,EAAE,EAAE,MAAM,CAAC;IACX,0DAA0D;IAC1D,OAAO,EAAE,OAAO,CAAC;IACjB,4DAA4D;IAC5D,MAAM,EAAE,mBAAmB,CAAC;CAC7B;AAED,8DAA8D;AAC9D,MAAM,WAAW,uBAAuB;IACtC,mDAAmD;IACnD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,sBAAsB;IACtB,WAAW,CAAC,EAAE,2BAA2B,CAAC;IAC1C,qCAAqC;IACrC,KAAK,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;CACrD;AAED,kEAAkE;AAClE,MAAM,WAAW,iBAAiB;IAChC,gEAAgE;IAChE,EAAE,EAAE,MAAM,CAAC;IACX,iDAAiD;IACjD,MAAM,EAAE,QAAQ,CAAC;IACjB,iFAAiF;IACjF,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,yPAAyP;IACzP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;CACzC;AAED,iDAAiD;AACjD,MAAM,WAAW,0BAA0B;IACzC,qDAAqD;IACrD,EAAE,EAAE,MAAM,CAAC;IACX,0DAA0D;IAC1D,OAAO,EAAE,OAAO,CAAC;IACjB,yDAAyD;IACzD,MAAM,EAAE,gBAAgB,CAAC;CAC1B;AAED,yDAAyD;AACzD,MAAM,WAAW,mBAAmB;IAClC,gEAAgE;IAChE,EAAE,EAAE,MAAM,CAAC;IACX,yDAAyD;IACzD,MAAM,EAAE,gBAAgB,CAAC;IACzB,iFAAiF;IACjF,UAAU,EAAE,MAAM,CAAC;IACnB,yDAAyD;IACzD,SAAS,EAAE,MAAM,CAAC;IAClB;;;;OAIG;IACH,MAAM,EAAE,mBAAmB,CAAC;IAC5B,6EAA6E;IAC7E,kBAAkB,EAAE,8BAA8B,GAAG,IAAI,CAAC;IAC1D,0EAA0E;IAC1E,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,qFAAqF;IACrF,aAAa,EAAE,MAAM,GAAG,IAAI,CAAC;IAC7B;;;;OAIG;IACH,IAAI,EAAE,iBAAiB,CAAC;IACxB,0EAA0E;IAC1E,OAAO,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACrC,qEAAqE;IACrE,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,sFAAsF;IACtF,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,iFAAiF;IACjF,WAAW,EAAE,KAAK,CAAC,uBAAuB,CAAC,GAAG,IAAI,CAAC;IACnD,yPAAyP;IACzP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;CACzC;AAED,6FAA6F;AAC7F,MAAM,WAAW,8BAA8B;IAC7C;;;;OAIG;IACH,MAAM,EAAE,oCAAoC,CAAC;CAC9C;AAED,6EAA6E;AAC7E,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oEAAoE;AACpE,MAAM,WAAW,wBAAyB,SAAQ,0BAA0B;IAC1E,+CAA+C;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,gFAAgF;IAChF,IAAI,EAAE,wBAAwB,CAAC;CAChC;AAED,6FAA6F;AAC7F,MAAM,WAAW,wBAAwB;IACvC,qBAAqB;IACrB,KAAK,EAAE,MAAM,CAAC;IACd,uDAAuD;IACvD,WAAW,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;CACjD;AAED,kFAAkF;AAClF,MAAM,WAAW,iCAAiC;IAChD,qEAAqE;IACrE,IAAI,EAAE,MAAM,CAAC;IACb,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oLAAoL;AACpL,MAAM,WAAW,sCACf,SAAQ,iCAAiC;IACzC,uDAAuD;IACvD,IAAI,EAAE,cAAc,CAAC;IACrB,uCAAuC;IACvC,YAAY,EAAE,mCAAmC,CAAC;IAClD,iEAAiE;IACjE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,kFAAkF;AAClF,MAAM,WAAW,mCAAmC;IAClD,6CAA6C;IAC7C,GAAG,EAAE,MAAM,CAAC;IACZ,4BAA4B;IAC5B,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,yMAAyM;AACzM,MAAM,WAAW,uCACf,SAAQ,iCAAiC;IACzC,wDAAwD;IACxD,IAAI,EAAE,eAAe,CAAC;IACtB;;;OAGG;IACH,aAAa,EAAE,oCAAoC,CAAC;IACpD,iEAAiE;IACjE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,yHAAyH;AACzH,MAAM,WAAW,oCAAoC;IACnD,wDAAwD;IACxD,OAAO,EAAE,MAAM,CAAC;IAChB,uDAAuD;IACvD,KAAK,EAAE,MAAM,CAAC;CACf;AAED,sFAAsF;AACtF,MAAM,WAAW,mCACf,SAAQ,iCAAiC;IACzC,oDAAoD;IACpD,IAAI,EAAE,WAAW,CAAC;IAClB,4GAA4G;IAC5G,SAAS,EAAE,gCAAgC,CAAC;IAC5C,iEAAiE;IACjE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gEAAgE;IAChE,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB;AAED,8EAA8E;AAC9E,MAAM,WAAW,gCAAgC;IAC/C,6DAA6D;IAC7D,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,kEAAkE;AAClE,MAAM,WAAW,6BACf,SAAQ,0BAA0B;IAClC,qDAAqD;IACrD,IAAI,EAAE,YAAY,CAAC;IACnB,2DAA2D;IAC3D,UAAU,EAAE,6BAA6B,CAAC;CAC3C;AAED,oEAAoE;AACpE,MAAM,WAAW,6BAA6B;IAC5C,sDAAsD;IACtD,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,uDAAuD;AACvD,MAAM,WAAW,uCAAuC;IACtD,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;IACjC,6CAA6C;IAC7C,QAAQ,EAAE,MAAM,CAAC;IACjB,4CAA4C;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,kGAAkG;IAClG,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED;;;GAGG;AACH,MAAM,WAAW,sBAAsB;IACrC;;;;;;OAMG;IACH,IAAI,EAAE,wBAAwB,CAAC;IAC/B,oGAAoG;IACpG,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC/B;AAED,6FAA6F;AAC7F,MAAM,WAAW,2BAA2B;IAC1C;;;;OAIG;IACH,IAAI,EAAE,+BAA+B,CAAC;IACtC,uCAAuC;IACvC,QAAQ,CAAC,EAAE,kBAAkB,CAAC;CAC/B;AAED,wEAAwE;AACxE,MAAM,WAAW,kBAAkB;IACjC,uCAAuC;IACvC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oEAAoE;AACpE,MAAM,WAAW,eAAe;IAC9B,gEAAgE;IAChE,EAAE,EAAE,MAAM,CAAC;IACX,qDAAqD;IACrD,MAAM,EAAE,YAAY,CAAC;IACrB,qDAAqD;IACrD,SAAS,EAAE,MAAM,CAAC;IAClB,qFAAqF;IACrF,YAAY,EAAE,MAAM,CAAC;IACrB;;;;OAIG;IACH,MAAM,EAAE,eAAe,CAAC;IACxB,+EAA+E;IAC/E,eAAe,CAAC,EAAE,oBAAoB,GAAG,IAAI,CAAC;IAC9C,oEAAoE;IACpE,UAAU,EAAE,cAAc,GAAG,IAAI,CAAC;IAClC,kCAAkC;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,yEAAyE;IACzE,YAAY,EAAE,MAAM,CAAC;IACrB,mEAAmE;IACnE,KAAK,EAAE,KAAK,CAAC,oBAAoB,CAAC,CAAC;IACnC,iFAAiF;IACjF,UAAU,EAAE,MAAM,CAAC;IACnB,2EAA2E;IAC3E,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,+EAA+E;IAC/E,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,wEAAwE;IACxE,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,4EAA4E;IAC5E,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,qEAAqE;IACrE,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,yFAAyF;IACzF,kBAAkB,EAAE,0BAA0B,GAAG,IAAI,CAAC;IACtD,iJAAiJ;IACjJ,KAAK,EAAE,wBAAwB,GAAG,IAAI,CAAC;IACvC,6EAA6E;IAC7E,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,+EAA+E;IAC/E,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,kGAAkG;IAClG,iBAAiB,EAAE,MAAM,GAAG,IAAI,CAAC;IACjC,sGAAsG;IACtG,qBAAqB,EAAE,MAAM,GAAG,IAAI,CAAC;IACrC,sFAAsF;IACtF,mBAAmB,EAAE,sBAAsB,GAAG,IAAI,CAAC;IACnD,qEAAqE;IACrE,WAAW,EAAE,+BAA+B,GAAG,IAAI,CAAC;IACpD,8DAA8D;IAC9D,eAAe,EAAE,mCAAmC,GAAG,IAAI,CAAC;IAC5D,yPAAyP;IACzP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;IACxC,sHAAsH;IACtH,cAAc,CAAC,EAAE,gCAAgC,GAAG,IAAI,CAAC;IACzD,sEAAsE;IACtE,mBAAmB,EAAE,OAAO,CAAC;CAC9B;AAED,2FAA2F;AAC3F,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,sGAAsG;AACtG,MAAM,WAAW,6BACf,SAAQ,0BAA0B;IAClC,8DAA8D;IAC9D,IAAI,EAAE,qBAAqB,CAAC;IAC5B,iFAAiF;IACjF,mBAAmB,EAAE,8BAA8B,CAAC;CACrD;AAED,iFAAiF;AACjF,MAAM,WAAW,8BAA8B;IAC7C,yFAAyF;IACzF,UAAU,EAAE,KAAK,CAAC,sBAAsB,CAAC,CAAC;CAC3C;AAED,6FAA6F;AAC7F,MAAM,WAAW,4BAA4B;IAC3C,wFAAwF;IACxF,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oHAAoH;AACpH,MAAM,WAAW,8BACf,SAAQ,4BAA4B;IACpC,uFAAuF;IACvF,IAAI,EAAE,UAAU,CAAC;IACjB,2GAA2G;IAC3G,QAAQ,EAAE,qCAAqC,CAAC;CACjD;AAED,8KAA8K;AAC9K,MAAM,WAAW,qCAAqC;IACpD,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,sLAAsL;IACtL,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,qEAAqE;AACrE,MAAM,WAAW,cAAc;IAC7B,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,yDAAyD;IACzD,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,yFAAyF;AACzF,MAAM,WAAW,0BAA0B;IACzC;;;;OAIG;IACH,MAAM,EAAE,6BAA6B,CAAC;CACvC;AAED,iJAAiJ;AACjJ,MAAM,WAAW,wBAAwB;IACvC,mEAAmE;IACnE,iBAAiB,EAAE,MAAM,CAAC;IAC1B,+DAA+D;IAC/D,aAAa,EAAE,MAAM,CAAC;IACtB,yDAAyD;IACzD,YAAY,EAAE,MAAM,CAAC;CACtB;AAED;;;;GAIG;AACH,MAAM,WAAW,gCAAgC;IAC/C;;;OAGG;IACH,gBAAgB,CAAC,EAAE,8CAA8C,CAAC;IAClE,yHAAyH;IACzH,WAAW,CAAC,EAAE,yCAAyC,CAAC;IACxD,0GAA0G;IAC1G,eAAe,CAAC,EAAE,2BAA2B,CAAC;CAC/C;AAED,kEAAkE;AAClE,MAAM,WAAW,8CAA8C;IAC7D,oEAAoE;IACpE,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;CACrB;AAED,6DAA6D;AAC7D,MAAM,WAAW,yCAAyC;IACxD,4EAA4E;IAC5E,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC7B;AAED,uDAAuD;AACvD,MAAM,WAAW,mCAAmC;IAClD,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,EAAE,KAAK,CAAC,eAAe,CAAC,CAAC;IAC7B,6CAA6C;IAC7C,QAAQ,EAAE,MAAM,CAAC;IACjB,4CAA4C;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,kGAAkG;IAClG,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,uEAAuE;AACvE,MAAM,WAAW,aAAa;IAC5B,gEAAgE;IAChE,EAAE,EAAE,MAAM,CAAC;IACX,0DAA0D;IAC1D,MAAM,EAAE,iBAAiB,CAAC;IAC1B;;;;OAIG;IACH,IAAI,EAAE,iBAAiB,CAAC;IACxB,wDAAwD;IACxD,YAAY,EAAE,MAAM,CAAC;IACrB,yCAAyC;IACzC,SAAS,EAAE,MAAM,CAAC;IAClB,yDAAyD;IACzD,MAAM,EAAE,MAAM,CAAC;IACf;;;;OAIG;IACH,MAAM,EAAE,mBAAmB,CAAC;IAC5B,qCAAqC;IACrC,YAAY,EAAE,oBAAoB,CAAC;IACnC,oFAAoF;IACpF,UAAU,EAAE,kBAAkB,GAAG,IAAI,CAAC;IACtC,iFAAiF;IACjF,UAAU,EAAE,MAAM,CAAC;IACnB,2EAA2E;IAC3E,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,wEAAwE;IACxE,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,4EAA4E;IAC5E,YAAY,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,qEAAqE;IACrE,SAAS,EAAE,MAAM,GAAG,IAAI,CAAC;IACzB,wHAAwH;IACxH,KAAK,CAAC,EAAE,4BAA4B,GAAG,IAAI,CAAC;IAC5C,yPAAyP;IACzP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;CACzC;AAED,gEAAgE;AAChE,MAAM,WAAW,0BAA0B;IACzC,IAAI,EAAE,iBAAiB,CAAC;CACzB;AAED,4EAA4E;AAC5E,MAAM,WAAW,mCACf,SAAQ,0BAA0B;IAClC,2DAA2D;IAC3D,IAAI,EAAE,kBAAkB,CAAC;IACzB,4EAA4E;IAC5E,gBAAgB,EAAE,qCAAqC,CAAC;CACzD;AAED,gEAAgE;AAChE,MAAM,WAAW,qCAAqC;IACpD,sDAAsD;IACtD,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,yEAAyE;AACzE,MAAM,WAAW,4BACf,SAAQ,0BAA0B;IAClC,qDAAqD;IACrD,IAAI,EAAE,YAAY,CAAC;IACnB,qDAAqD;IACrD,UAAU,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;CAC1C;AAED,4GAA4G;AAC5G,MAAM,WAAW,2BAA2B;IAC1C,wFAAwF;IACxF,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;GAGG;AACH,MAAM,WAAW,oCACf,SAAQ,2BAA2B;IACnC,2DAA2D;IAC3D,IAAI,EAAE,kBAAkB,CAAC;IACzB,iEAAiE;IACjE,gBAAgB,EAAE,2CAA2C,CAAC;CAC/D;AAED,iFAAiF;AACjF,MAAM,WAAW,2CAA2C;IAC1D,oEAAoE;IACpE,KAAK,EAAE,MAAM,CAAC;IACd,wGAAwG;IACxG,OAAO,EAAE,KAAK,CAAC,0CAA0C,CAAC,CAAC;CAC5D;AAED,oFAAoF;AACpF,MAAM,WAAW,gDAAgD;IAC/D,IAAI,EAAE,MAAM,CAAC;CACd;AAED,mHAAmH;AACnH,MAAM,WAAW,qCACf,SAAQ,gDAAgD;IACxD,+CAA+C;IAC/C,IAAI,EAAE,MAAM,CAAC;IACb,iEAAiE;IACjE,IAAI,EAAE,MAAM,CAAC;CACd;AAED,sHAAsH;AACtH,MAAM,WAAW,uCACf,SAAQ,gDAAgD;IACxD,gDAAgD;IAChD,IAAI,EAAE,OAAO,CAAC;IACd,yEAAyE;IACzE,KAAK,EAAE,0CAA0C,CAAC;CACnD;AAED,qGAAqG;AACrG,MAAM,WAAW,0CAA0C;IACzD,qDAAqD;IACrD,OAAO,EAAE,MAAM,CAAC;CACjB;AAED;;;GAGG;AACH,MAAM,WAAW,+BACf,SAAQ,2BAA2B;IACnC,sDAAsD;IACtD,IAAI,EAAE,aAAa,CAAC;IACpB,wFAAwF;IACxF,EAAE,EAAE,MAAM,CAAC;IACX,2DAA2D;IAC3D,WAAW,EAAE,sCAAsC,CAAC;CACrD;AAED,sCAAsC;AACtC,MAAM,WAAW,sCAAsC;IACrD,uCAAuC;IACvC,eAAe,CAAC,EAAE,8BAA8B,CAAC;IACjD,yCAAyC;IACzC,OAAO,EAAE,KAAK,CAAC,qCAAqC,CAAC,CAAC;CACvD;AAED,sCAAsC;AACtC,MAAM,WAAW,qCAAqC;IACpD,mDAAmD;IACnD,OAAO,EAAE,MAAM,CAAC;IAChB,qDAAqD;IACrD,SAAS,EAAE,MAAM,CAAC;IAClB,2FAA2F;IAC3F,KAAK,EAAE,MAAM,CAAC;IACd,2HAA2H;IAC3H,OAAO,CAAC,EAAE,KAAK,CAAC,+BAA+B,CAAC,CAAC;CAClD;AAED,6CAA6C;AAC7C,MAAM,WAAW,+BAA+B;IAC9C,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,oCAAoC;IACpC,IAAI,EAAE,MAAM,CAAC;CACd;AAED;;;GAGG;AACH,MAAM,WAAW,kCACf,SAAQ,2BAA2B;IACnC,yDAAyD;IACzD,IAAI,EAAE,gBAAgB,CAAC;IACvB,+BAA+B;IAC/B,cAAc,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACxC;AAED;;;GAGG;AACH,MAAM,WAAW,kCACf,SAAQ,2BAA2B;IACnC,0DAA0D;IAC1D,IAAI,EAAE,iBAAiB,CAAC;IACxB,+BAA+B;IAC/B,eAAe,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACzC;AAED;;;GAGG;AACH,MAAM,WAAW,+BACf,SAAQ,2BAA2B;IACnC,+DAA+D;IAC/D,IAAI,EAAE,sBAAsB,CAAC;IAC7B,+BAA+B;IAC/B,oBAAoB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC9C;AAED;;;GAGG;AACH,MAAM,WAAW,oCACf,SAAQ,2BAA2B;IACnC,2DAA2D;IAC3D,IAAI,EAAE,kBAAkB,CAAC;IACzB,+BAA+B;IAC/B,gBAAgB,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CAC1C;AAED;;;GAGG;AACH,MAAM,WAAW,6BACf,SAAQ,2BAA2B;IACnC,mDAAmD;IACnD,IAAI,EAAE,UAAU,CAAC;IACjB,uEAAuE;IACvE,QAAQ,EAAE,oCAAoC,CAAC;CAChD;AAED,uEAAuE;AACvE,MAAM,WAAW,oCAAoC;IACnD,gCAAgC;IAChC,IAAI,EAAE,MAAM,CAAC;IACb,gFAAgF;IAChF,SAAS,EAAE,MAAM,CAAC;IAClB,wHAAwH;IACxH,MAAM,EAAE,MAAM,GAAG,IAAI,CAAC;CACvB;AAED,+DAA+D;AAC/D,MAAM,WAAW,kBAAkB;IACjC;;;;OAIG;IACH,IAAI,EAAE,sBAAsB,CAAC;IAC7B,0DAA0D;IAC1D,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,gDAAgD;AAChD,MAAM,WAAW,4BAA4B;IAC3C,wEAAwE;IACxE,iBAAiB,EAAE,MAAM,CAAC;IAC1B,oEAAoE;IACpE,aAAa,EAAE,MAAM,CAAC;IACtB,yDAAyD;IACzD,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,uDAAuD;AACvD,MAAM,WAAW,iCAAiC;IAChD,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,EAAE,KAAK,CAAC,aAAa,CAAC,CAAC;IAC3B,6CAA6C;IAC7C,QAAQ,EAAE,MAAM,CAAC;IACjB,4CAA4C;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,kGAAkG;IAClG,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,oDAAoD;AACpD,MAAM,WAAW,sBAAsB;IACrC,+CAA+C;IAC/C,MAAM,EAAE,MAAM,CAAC;IACf,0CAA0C;IAC1C,IAAI,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;CAC/B;AAED,iEAAiE;AACjE,MAAM,WAAW,gBAAgB;IAC/B,+CAA+C;IAC/C,MAAM,EAAE,MAAM,CAAC;IACf,gEAAgE;IAChE,EAAE,EAAE,MAAM,CAAC;IACX,sCAAsC;IACtC,KAAK,EAAE,MAAM,CAAC;IACd,4BAA4B;IAC5B,QAAQ,EAAE,MAAM,CAAC;IACjB,iFAAiF;IACjF,UAAU,EAAE,MAAM,CAAC;IACnB;;;;OAIG;IACH,OAAO,EAAE,iBAAiB,CAAC;IAC3B;;;;OAIG;IACH,MAAM,CAAC,EAAE,eAAe,CAAC;IACzB,2HAA2H;IAC3H,cAAc,CAAC,EAAE,MAAM,CAAC;CACzB;AAED,wDAAwD;AACxD,MAAM,WAAW,wBAAwB;IACvC,qDAAqD;IACrD,EAAE,EAAE,MAAM,CAAC;IACX,0DAA0D;IAC1D,OAAO,EAAE,OAAO,CAAC;IACjB,+CAA+C;IAC/C,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,uDAAuD;AACvD,MAAM,WAAW,qCAAqC;IACpD,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;IAC/B,6CAA6C;IAC7C,QAAQ,EAAE,MAAM,CAAC;IACjB,4CAA4C;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,kGAAkG;IAClG,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,+FAA+F;AAC/F,MAAM,WAAW,iBAAiB;IAChC,gEAAgE;IAChE,EAAE,EAAE,MAAM,CAAC;IACX,sDAAsD;IACtD,MAAM,EAAE,cAAc,CAAC;IACvB,6EAA6E;IAC7E,UAAU,EAAE,MAAM,CAAC;IACnB,oCAAoC;IACpC,IAAI,EAAE,MAAM,CAAC;IACb,uEAAuE;IACvE,WAAW,EAAE,MAAM,CAAC;IACpB,uFAAuF;IACvF,WAAW,EAAE,0BAA0B,CAAC;IACxC;;;;OAIG;IACH,MAAM,EAAE,uBAAuB,CAAC;IAChC,gDAAgD;IAChD,aAAa,CAAC,EAAE,iCAAiC,CAAC;IAClD,6EAA6E;IAC7E,UAAU,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,iFAAiF;IACjF,cAAc,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,yPAAyP;IACzP,QAAQ,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC;CACzC;AAED,2FAA2F;AAC3F,MAAM,WAAW,0BAA0B;IACzC,8DAA8D;IAC9D,WAAW,EAAE,MAAM,CAAC;IACpB,iEAAiE;IACjE,SAAS,EAAE,MAAM,CAAC;IAClB,uDAAuD;IACvD,MAAM,EAAE,MAAM,CAAC;IACf,+CAA+C;IAC/C,SAAS,EAAE,MAAM,CAAC;IAClB,iCAAiC;IACjC,KAAK,EAAE,MAAM,CAAC;CACf;AAED,gDAAgD;AAChD,MAAM,WAAW,iCAAiC;IAChD;;;;OAIG;IACH,MAAM,EAAE,uCAAuC,CAAC;IAChD,sEAAsE;IACtE,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oEAAoE;AACpE,MAAM,WAAW,8CAA8C;IAC7D,oIAAoI;IACpI,qBAAqB,EAAE,MAAM,CAAC;IAC9B;;;OAGG;IACH,oBAAoB,EAAE,MAAM,CAAC;CAC9B;AAED,mDAAmD;AACnD,MAAM,WAAW,+BAA+B;IAC9C,qDAAqD;IACrD,EAAE,EAAE,MAAM,CAAC;IACX,0DAA0D;IAC1D,OAAO,EAAE,OAAO,CAAC;IACjB,+DAA+D;IAC/D,MAAM,EAAE,sBAAsB,CAAC;CAChC;AAED,uDAAuD;AACvD,MAAM,WAAW,yCAAyC;IACxD,6CAA6C;IAC7C,MAAM,EAAE,MAAM,CAAC;IACf,mCAAmC;IACnC,IAAI,EAAE,KAAK,CAAC,qBAAqB,CAAC,CAAC;IACnC,6CAA6C;IAC7C,QAAQ,EAAE,MAAM,CAAC;IACjB,4CAA4C;IAC5C,OAAO,EAAE,MAAM,CAAC;IAChB,kGAAkG;IAClG,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,wDAAwD;AACxD,MAAM,WAAW,qBAAqB;IACpC,gEAAgE;IAChE,EAAE,EAAE,MAAM,CAAC;IACX,4DAA4D;IAC5D,MAAM,EAAE,mBAAmB,CAAC;IAC5B;;;OAGG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB,kFAAkF;IAClF,UAAU,EAAE,MAAM,CAAC;IACnB,+DAA+D;IAC/D,eAAe,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,MAAM,EAAE,2BAA2B,CAAC;IACpC,oGAAoG;IACpG,UAAU,EAAE,0BAA0B,GAAG,IAAI,CAAC;IAC9C,2CAA2C;IAC3C,iBAAiB,EAAE,yCAAyC,CAAC;CAC9D;AAED,gGAAgG;AAChG,MAAM,WAAW,0BAA0B;IACzC;;;;OAIG;IACH,IAAI,EAAE,8BAA8B,CAAC;IACrC,iDAAiD;IACjD,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,oFAAoF;AACpF,MAAM,WAAW,+CAA+C;IAC9D,IAAI,EAAE,6CAA6C,CAAC;CACrD;AAED,8KAA8K;AAC9K,MAAM,WAAW,6CACf,SAAQ,+CAA+C;IACvD,gDAAgD;IAChD,IAAI,EAAE,OAAO,CAAC;CACf;AAED,iDAAiD;AACjD,MAAM,WAAW,+CACf,SAAQ,+CAA+C;IACvD,iDAAiD;IACjD,IAAI,EAAE,QAAQ,CAAC;IACf,oDAAoD;IACpD,MAAM,EAAE,8CAA8C,CAAC;CACxD;AAED,qEAAqE;AACrE,MAAM,WAAW,mCAAmC;IAClD,qDAAqD;IACrD,EAAE,EAAE,MAAM,CAAC;IACX,0DAA0D;IAC1D,OAAO,EAAE,OAAO,CAAC;IACjB,+DAA+D;IAC/D,MAAM,EAAE,2BAA2B,CAAC;CACrC;AAED,mDAAmD;AACnD,MAAM,WAAW,0BAA0B;IACzC,gEAAgE;IAChE,EAAE,EAAE,MAAM,CAAC;IACX,kEAAkE;IAClE,MAAM,EAAE,0BAA0B,CAAC;IACnC,yFAAyF;IACzF,UAAU,EAAE,MAAM,CAAC;IACnB,+DAA+D;IAC/D,eAAe,EAAE,MAAM,CAAC;IACxB;;;;OAIG;IACH,MAAM,EAAE,gCAAgC,CAAC;IACzC,uFAAuF;IACvF,WAAW,EAAE,0BAA0B,CAAC;CACzC;AAED,kDAAkD;AAClD,MAAM,WAAW,0BAA0B;IACzC,2CAA2C;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,qCAAqC;IACrC,UAAU,EAAE,yBAAyB,CAAC;CACvC;AAED,2BAA2B;AAC3B,MAAM,WAAW,yBAAyB;IACxC,mDAAmD;IACnD,mBAAmB,EAAE,MAAM,CAAC;CAC7B;AAED,uCAAuC;AACvC,MAAM,WAAW,6BAA6B;IAC5C,wCAAwC;IACxC,KAAK,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;CAC3C;AAED,8CAA8C;AAC9C,MAAM,WAAW,2BAA2B;IAC1C,6CAA6C;IAC7C,EAAE,EAAE,MAAM,CAAC;IACX,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,qCAAqC;IACrC,UAAU,EAAE,kCAAkC,CAAC;CAChD;AAED,4BAA4B;AAC5B,MAAM,WAAW,wCAAwC;IACvD;;;;OAIG;IACH,QAAQ,EAAE,oBAAoB,CAAC;IAC/B,qDAAqD;IACrD,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,wBAAwB,CAAC;CACpC;AAED,wEAAwE;AACxE,MAAM,WAAW,4CACf,SAAQ,wCAAwC;IAChD,mDAAmD;IACnD,QAAQ,EAAE,QAAQ,CAAC;IACnB,2DAA2D;IAC3D,WAAW,EAAE,2BAA2B,CAAC;CAC1C;AAED,wDAAwD;AACxD,MAAM,WAAW,2BAA2B;IAC1C,kBAAkB;IAClB,GAAG,EAAE,MAAM,CAAC;CACb;AAED,iGAAiG;AACjG,MAAM,WAAW,yCACf,SAAQ,wCAAwC;IAChD,mDAAmD;IACnD,QAAQ,EAAE,KAAK,CAAC;CACjB;AAED,uEAAuE;AACvE,MAAM,WAAW,4CACf,SAAQ,wCAAwC;IAChD,mDAAmD;IACnD,QAAQ,EAAE,YAAY,CAAC;CACxB;AAED,oEAAoE;AACpE,MAAM,WAAW,yCACf,SAAQ,wCAAwC;IAChD,mDAAmD;IACnD,QAAQ,EAAE,KAAK,CAAC;IAChB,2DAA2D;IAC3D,WAAW,EAAE,wBAAwB,CAAC;CACvC;AAED,+EAA+E;AAC/E,MAAM,WAAW,wBAAwB;IACvC,+CAA+C;IAC/C,GAAG,EAAE,MAAM,CAAC;CACb;AAED,mEAAmE;AACnE,MAAM,WAAW,wCACf,SAAQ,wCAAwC;IAChD,mDAAmD;IACnD,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,4EAA4E;AAC5E,MAAM,WAAW,4BAA4B;IAC3C,2CAA2C;IAC3C,EAAE,EAAE,MAAM,CAAC;IACX,+BAA+B;IAC/B,IAAI,EAAE,MAAM,CAAC;IACb,qCAAqC;IACrC,UAAU,EAAE,2BAA2B,CAAC;CACzC;AAED,0DAA0D;AAC1D,MAAM,WAAW,2BAA2B;IAC1C,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;CAC1B;AAED,4BAA4B;AAC5B,MAAM,WAAW,gBAAgB;IAC/B,oCAAoC;IACpC,QAAQ,CAAC,EAAE,EAAE,MAAM,CAAC;IACpB,2BAA2B;IAC3B,IAAI,EAAE,eAAe,CAAC;IACtB,mEAAmE;IACnE,MAAM,CAAC,EAAE,sBAAsB,CAAC;IAChC,wHAAwH;IACxH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yHAAyH;IACzH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gEAAgE;IAChE,QAAQ,CAAC,UAAU,CAAC,EAAE,gBAAgB,CAAC;IACvC,uEAAuE;IACvE,QAAQ,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC;IACzB,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,+GAA+G;IAC/G,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,gDAAgD;IAChD,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,4BAA4B,CAAC,CAAC;CAC1D;AAED,wDAAwD;AACxD,MAAM,WAAW,qBAAqB;IACpC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,4CAA4C;AAC5C,MAAM,WAAW,sCACf,SAAQ,qBAAqB;IAC7B,QAAQ,CAAC,IAAI,EAAE,cAAc,CAAC;IAC9B,2EAA2E;IAC3E,UAAU,EAAE,MAAM,CAAC;IACnB,+BAA+B;IAC/B,KAAK,EAAE,MAAM,CAAC;IACd,oBAAoB;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,2DAA2D;IAC3D,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC3B;AAED,wCAAwC;AACxC,MAAM,WAAW,aAAc,SAAQ,qBAAqB;IAC1D,QAAQ,CAAC,IAAI,EAAE,SAAS,CAAC;IACzB,4BAA4B;IAC5B,EAAE,EAAE,MAAM,CAAC;CACZ;AAED,yCAAyC;AACzC,MAAM,WAAW,sBAAsB;IACrC,uDAAuD;IACvD,aAAa,EAAE,MAAM,CAAC;IACtB,8CAA8C;IAC9C,WAAW,EAAE,uBAAuB,CAAC;IACrC,gDAAgD;IAChD,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACnC;AAED,8CAA8C;AAC9C,MAAM,WAAW,6BAA6B;IAC5C,IAAI,EAAE,MAAM,CAAC;CACd;AAED,iHAAiH;AACjH,MAAM,WAAW,qBAAsB,SAAQ,6BAA6B;IAC1E,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,mCAAmC;IACnC,aAAa,EAAE,MAAM,CAAC;IACtB,8BAA8B;IAC9B,MAAM,EAAE,MAAM,CAAC;IACf,sCAAsC;IACtC,eAAe,EAAE,MAAM,CAAC;CACzB;AAED,yGAAyG;AACzG,MAAM,WAAW,qBAAsB,SAAQ,6BAA6B;IAC1E,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,mCAAmC;IACnC,aAAa,EAAE,MAAM,CAAC;IACtB,8BAA8B;IAC9B,MAAM,EAAE,MAAM,CAAC;CAChB;AAED,6EAA6E;AAC7E,MAAM,WAAW,gBAAgB;IAC/B,iDAAiD;IACjD,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,8CAA8C;IAC9C,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,mDAAmD;IACnD,QAAQ,CAAC,aAAa,CAAC,EAAE,MAAM,CAAC;IAChC,wDAAwD;IACxD,QAAQ,CAAC,cAAc,CAAC,EAAE,MAAM,CAAC;CAClC;AAED,8BAA8B;AAC9B,MAAM,WAAW,4BAA4B;IAC3C,mCAAmC;IACnC,EAAE,EAAE,MAAM,CAAC;IACX,kDAAkD;IAClD,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;IACjC,wCAAwC;IACxC,WAAW,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;CACtC;AAED,2CAA2C;AAC3C,MAAM,WAAW,qBAAqB;IACpC,wCAAwC;IACxC,KAAK,EAAE,KAAK,CAAC,gBAAgB,CAAC,CAAC;IAC/B,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,qCAAqC;AACrC,MAAM,WAAW,wBAAwB;IACvC,0FAA0F;IAC1F,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,2BAA2B;IAC3B,IAAI,EAAE,sCAAsC,CAAC;IAC7C,yHAAyH;IACzH,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gEAAgE;IAChE,QAAQ,CAAC,UAAU,CAAC,EAAE,gBAAgB,CAAC;IACvC,mFAAmF;IACnF,QAAQ,CAAC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IACpC,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAC9B,+GAA+G;IAC/G,UAAU,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IACpC,+EAA+E;IAC/E,QAAQ,CAAC,SAAS,CAAC,EAAE,MAAM,CAAC;IAC5B,gDAAgD;IAChD,UAAU,EAAE,MAAM,CAAC,MAAM,EAAE,4BAA4B,CAAC,CAAC;IACzD,kCAAkC;IAClC,OAAO,EAAE,aAAa,CAAC;CACxB;AAED,wDAAwD;AACxD,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,MAAM,CAAC;CACd;AAED,oCAAoC;AACpC,MAAM,WAAW,uBAAwB,SAAQ,mBAAmB;IAClE,QAAQ,CAAC,IAAI,EAAE,YAAY,CAAC;IAC5B;;;;OAIG;IACH,SAAS,EAAE,eAAe,CAAC;IAC3B,gEAAgE;IAChE,QAAQ,EAAE,MAAM,CAAC;IACjB,+BAA+B;IAC/B,QAAQ,CAAC,EAAE,wBAAwB,CAAC;CACrC;AAED,oCAAoC;AACpC,MAAM,WAAW,wBAAwB;IACvC,sCAAsC;IACtC,KAAK,EAAE,MAAM,EAAE,CAAC;IAChB,wCAAwC;IACxC,OAAO,EAAE,MAAM,EAAE,CAAC;IAClB,qCAAqC;IACrC,QAAQ,CAAC,EAAE,cAAc,EAAE,CAAC;IAC5B,0CAA0C;IAC1C,SAAS,CAAC,EAAE,MAAM,EAAE,CAAC;CACtB;AAED,8BAA8B;AAC9B,MAAM,WAAW,iBAAkB,SAAQ,mBAAmB;IAC5D,QAAQ,CAAC,IAAI,EAAE,MAAM,CAAC;IACtB,uCAAuC;IACvC,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,mDAAmD;AACnD,MAAM,WAAW,6BAA6B;IAC5C,gDAAgD;IAChD,KAAK,EAAE,KAAK,CAAC,wBAAwB,CAAC,CAAC;IACvC,yCAAyC;IACzC,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,oFAAoF;AACpF,MAAM,MAAM,oBAAoB,GAC5B,0BAA0B,GAC1B,mCAAmC,GACnC,8BAA8B,GAC9B,4BAA4B,GAC5B,iCAAiC,GACjC,mCAAmC,GACnC,8BAA8B,GAC9B,iCAAiC,GACjC,2BAA2B,GAC3B,iCAAiC,CAAC;AACtC,2DAA2D;AAC3D,MAAM,MAAM,wBAAwB,GAChC,8BAA8B,GAC9B,iCAAiC,GACjC,kCAAkC,GAClC,+BAA+B,CAAC;AACpC,6EAA6E;AAC7E,MAAM,MAAM,oBAAoB,GAC5B,0BAA0B,GAC1B,wBAAwB,GACxB,6BAA6B,CAAC;AAClC,kFAAkF;AAClF,MAAM,MAAM,2BAA2B,GACnC,iCAAiC,GACjC,sCAAsC,GACtC,uCAAuC,GACvC,mCAAmC,CAAC;AACxC,2FAA2F;AAC3F,MAAM,MAAM,oBAAoB,GAC5B,0BAA0B,GAC1B,6BAA6B,CAAC;AAClC,6FAA6F;AAC7F,MAAM,MAAM,sBAAsB,GAC9B,4BAA4B,GAC5B,8BAA8B,CAAC;AACnC,gEAAgE;AAChE,MAAM,MAAM,oBAAoB,GAC5B,0BAA0B,GAC1B,mCAAmC,GACnC,4BAA4B,CAAC;AACjC,4GAA4G;AAC5G,MAAM,MAAM,qBAAqB,GAC7B,2BAA2B,GAC3B,oCAAoC,GACpC,+BAA+B,GAC/B,kCAAkC,GAClC,kCAAkC,GAClC,+BAA+B,GAC/B,oCAAoC,GACpC,6BAA6B,CAAC;AAClC,oFAAoF;AACpF,MAAM,MAAM,0CAA0C,GAClD,gDAAgD,GAChD,qCAAqC,GACrC,uCAAuC,CAAC;AAC5C,oFAAoF;AACpF,MAAM,MAAM,yCAAyC,GACjD,+CAA+C,GAC/C,6CAA6C,GAC7C,+CAA+C,CAAC;AACpD,4BAA4B;AAC5B,MAAM,MAAM,kCAAkC,GAC1C,wCAAwC,GACxC,4CAA4C,GAC5C,yCAAyC,GACzC,4CAA4C,GAC5C,yCAAyC,GACzC,wCAAwC,CAAC;AAC7C,wDAAwD;AACxD,MAAM,MAAM,eAAe,GACvB,qBAAqB,GACrB,sCAAsC,GACtC,aAAa,CAAC;AAClB,8CAA8C;AAC9C,MAAM,MAAM,uBAAuB,GAC/B,6BAA6B,GAC7B,qBAAqB,GACrB,qBAAqB,CAAC;AAC1B,wDAAwD;AACxD,MAAM,MAAM,aAAa,GACrB,mBAAmB,GACnB,uBAAuB,GACvB,iBAAiB,CAAC;AACtB,sCAAsC;AACtC,MAAM,MAAM,qBAAqB,GAAG,MAAM,CAAC;AAC3C,qDAAqD;AACrD,MAAM,MAAM,oCAAoC,GAAG,MAAM,CAAC;AAC1D,6CAA6C;AAC7C,MAAM,MAAM,4BAA4B,GAAG,MAAM,CAAC;AAClD,kDAAkD;AAClD,MAAM,MAAM,iCAAiC,GAAG,MAAM,CAAC;AACvD,qCAAqC;AACrC,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC;AAC1C,oDAAoD;AACpD,MAAM,MAAM,mCAAmC,GAC3C,MAAM,GACN,iCAAiC,GACjC,6BAA6B,GAC7B,kCAAkC,CAAC;AACvC,kCAAkC;AAClC,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AACvC,sDAAsD;AACtD,MAAM,MAAM,qCAAqC,GAC7C,mCAAmC,GACnC,8BAA8B,CAAC;AACnC,oCAAoC;AACpC,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC;AACzC,qDAAqD;AACrD,MAAM,MAAM,oCAAoC,GAAG,MAAM,CAAC;AAC1D,yCAAyC;AACzC,MAAM,MAAM,wBAAwB,GAAG,MAAM,CAAC;AAC9C,oDAAoD;AACpD,MAAM,MAAM,mCAAmC,GAAG,MAAM,CAAC;AACzD,gDAAgD;AAChD,MAAM,MAAM,+BAA+B,GAAG,MAAM,CAAC;AACrD,gDAAgD;AAChD,MAAM,MAAM,+BAA+B,GACvC,MAAM,GACN,mCAAmC,GACnC,2BAA2B,CAAC;AAChC,gCAAgC;AAChC,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AACrC,8CAA8C;AAC9C,MAAM,MAAM,6BAA6B,GAAG,MAAM,CAAC;AACnD,kCAAkC;AAClC,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AACvC,oCAAoC;AACpC,MAAM,MAAM,mBAAmB,GAAG,MAAM,CAAC;AACzC,uCAAuC;AACvC,MAAM,MAAM,sBAAsB,GAAG,MAAM,CAAC;AAC5C,kCAAkC;AAClC,MAAM,MAAM,iBAAiB,GAAG,MAAM,CAAC;AACvC,gCAAgC;AAChC,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AACrC,wCAAwC;AACxC,MAAM,MAAM,uBAAuB,GAAG,MAAM,CAAC;AAC7C,wDAAwD;AACxD,MAAM,MAAM,uCAAuC,GAAG,MAAM,CAAC;AAC7D,4CAA4C;AAC5C,MAAM,MAAM,2BAA2B,GAAG,MAAM,CAAC;AACjD,+CAA+C;AAC/C,MAAM,MAAM,8BAA8B,GAAG,MAAM,CAAC;AACpD,8DAA8D;AAC9D,MAAM,MAAM,6CAA6C,GAAG,MAAM,CAAC;AACnE,iDAAiD;AACjD,MAAM,MAAM,gCAAgC,GAAG,MAAM,CAAC;AACtD,qCAAqC;AACrC,MAAM,MAAM,oBAAoB,GAAG,MAAM,CAAC;AAC1C,iFAAiF;AACjF,MAAM,MAAM,wBAAwB,GAChC,QAAQ,GACR,KAAK,GACL,KAAK,GACL,YAAY,GACZ,MAAM,CAAC;AACX,gCAAgC;AAChC,MAAM,MAAM,eAAe,GAAG,MAAM,CAAC;AACrC,+BAA+B;AAC/B,MAAM,MAAM,cAAc,GAAG,MAAM,CAAC"}
|