@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":"parameters.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/parameters.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,2BAA2B,CAAC;
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/parameters.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../src/generated/src/parameters.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { RawHttpHeadersInput } from \"@azure/core-rest-pipeline\";\nimport { RequestParameters } from \"@azure-rest/core-client\";\nimport {\n CreateAgentOptions,\n ListSortOrder,\n UpdateAgentOptions,\n AgentThreadCreationOptions,\n UpdateAgentThreadOptions,\n ThreadMessageOptions,\n CreateRunOptions,\n ToolOutput,\n CreateAndRunThreadOptions,\n FilePurpose,\n VectorStoreOptions,\n VectorStoreUpdateOptions,\n VectorStoreFileStatusFilter,\n VectorStoreDataSource,\n VectorStoreChunkingStrategyRequest,\n ConnectionType,\n Evaluation,\n EvaluationSchedule,\n} from \"./models.js\";\n\nexport interface CreateAgentBodyParam {\n body: CreateAgentOptions;\n}\n\nexport type CreateAgentParameters = CreateAgentBodyParam & RequestParameters;\n\nexport interface ListAgentsQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListAgentsQueryParam {\n queryParameters?: ListAgentsQueryParamProperties;\n}\n\nexport type ListAgentsParameters = ListAgentsQueryParam & RequestParameters;\nexport type GetAgentParameters = RequestParameters;\n\nexport interface UpdateAgentBodyParam {\n body: UpdateAgentOptions;\n}\n\nexport type UpdateAgentParameters = UpdateAgentBodyParam & RequestParameters;\nexport type DeleteAgentParameters = RequestParameters;\n\nexport interface CreateThreadBodyParam {\n body: AgentThreadCreationOptions;\n}\n\nexport type CreateThreadParameters = CreateThreadBodyParam & RequestParameters;\nexport type GetThreadParameters = RequestParameters;\n\nexport interface UpdateThreadBodyParam {\n body: UpdateAgentThreadOptions;\n}\n\nexport type UpdateThreadParameters = UpdateThreadBodyParam & RequestParameters;\nexport type DeleteThreadParameters = RequestParameters;\n\nexport interface CreateMessageBodyParam {\n body: ThreadMessageOptions;\n}\n\nexport type CreateMessageParameters = CreateMessageBodyParam &\n RequestParameters;\n\nexport interface ListMessagesQueryParamProperties {\n /** Filter messages by the run ID that generated them. */\n runId?: string;\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListMessagesQueryParam {\n queryParameters?: ListMessagesQueryParamProperties;\n}\n\nexport type ListMessagesParameters = ListMessagesQueryParam & RequestParameters;\nexport type GetMessageParameters = RequestParameters;\n\nexport interface UpdateMessageBodyParam {\n body: { metadata?: Record<string, string> | null };\n}\n\nexport type UpdateMessageParameters = UpdateMessageBodyParam &\n RequestParameters;\n\nexport interface CreateRunBodyParam {\n body: CreateRunOptions;\n}\n\nexport type CreateRunParameters = CreateRunBodyParam & RequestParameters;\n\nexport interface ListRunsQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListRunsQueryParam {\n queryParameters?: ListRunsQueryParamProperties;\n}\n\nexport type ListRunsParameters = ListRunsQueryParam & RequestParameters;\nexport type GetRunParameters = RequestParameters;\n\nexport interface UpdateRunBodyParam {\n body: { metadata?: Record<string, string> | null };\n}\n\nexport type UpdateRunParameters = UpdateRunBodyParam & RequestParameters;\n\nexport interface SubmitToolOutputsToRunBodyParam {\n body: { tool_outputs: Array<ToolOutput>; stream?: boolean | null };\n}\n\nexport type SubmitToolOutputsToRunParameters = SubmitToolOutputsToRunBodyParam &\n RequestParameters;\nexport type CancelRunParameters = RequestParameters;\n\nexport interface CreateThreadAndRunBodyParam {\n body: CreateAndRunThreadOptions;\n}\n\nexport type CreateThreadAndRunParameters = CreateThreadAndRunBodyParam &\n RequestParameters;\nexport type GetRunStepParameters = RequestParameters;\n\nexport interface ListRunStepsQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListRunStepsQueryParam {\n queryParameters?: ListRunStepsQueryParamProperties;\n}\n\nexport type ListRunStepsParameters = ListRunStepsQueryParam & RequestParameters;\n\nexport interface ListFilesQueryParamProperties {\n /**\n * The purpose of the file.\n *\n * Possible values: \"fine-tune\", \"fine-tune-results\", \"assistants\", \"assistants_output\", \"batch\", \"batch_output\", \"vision\"\n */\n purpose?: FilePurpose;\n}\n\nexport interface ListFilesQueryParam {\n queryParameters?: ListFilesQueryParamProperties;\n}\n\nexport type ListFilesParameters = ListFilesQueryParam & RequestParameters;\n\nexport interface UploadFileBodyParam {\n body:\n | FormData\n | Array<\n | {\n name: \"file\";\n body:\n | string\n | Uint8Array\n | ReadableStream<Uint8Array>\n | NodeJS.ReadableStream\n | File;\n filename?: string;\n contentType?: string;\n }\n | {\n name: \"purpose\";\n body: FilePurpose;\n filename?: string;\n contentType?: string;\n }\n | { name: \"filename\"; body: string }\n >;\n}\n\nexport interface UploadFileMediaTypesParam {\n /** The name of the file to upload. */\n contentType: \"multipart/form-data\";\n}\n\nexport type UploadFileParameters = UploadFileMediaTypesParam &\n UploadFileBodyParam &\n RequestParameters;\nexport type DeleteFileParameters = RequestParameters;\nexport type GetFileParameters = RequestParameters;\nexport type GetFileContentParameters = RequestParameters;\n\nexport interface ListVectorStoresQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListVectorStoresQueryParam {\n queryParameters?: ListVectorStoresQueryParamProperties;\n}\n\nexport type ListVectorStoresParameters = ListVectorStoresQueryParam &\n RequestParameters;\n\nexport interface CreateVectorStoreBodyParam {\n body: VectorStoreOptions;\n}\n\nexport type CreateVectorStoreParameters = CreateVectorStoreBodyParam &\n RequestParameters;\nexport type GetVectorStoreParameters = RequestParameters;\n\nexport interface ModifyVectorStoreBodyParam {\n body: VectorStoreUpdateOptions;\n}\n\nexport type ModifyVectorStoreParameters = ModifyVectorStoreBodyParam &\n RequestParameters;\nexport type DeleteVectorStoreParameters = RequestParameters;\n\nexport interface ListVectorStoreFilesQueryParamProperties {\n /**\n * Filter by file status.\n *\n * Possible values: \"in_progress\", \"completed\", \"failed\", \"cancelled\"\n */\n filter?: VectorStoreFileStatusFilter;\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListVectorStoreFilesQueryParam {\n queryParameters?: ListVectorStoreFilesQueryParamProperties;\n}\n\nexport type ListVectorStoreFilesParameters = ListVectorStoreFilesQueryParam &\n RequestParameters;\n\nexport interface CreateVectorStoreFileBodyParam {\n body: {\n file_id?: string;\n data_sources?: Array<VectorStoreDataSource>;\n chunking_strategy?: VectorStoreChunkingStrategyRequest;\n };\n}\n\nexport type CreateVectorStoreFileParameters = CreateVectorStoreFileBodyParam &\n RequestParameters;\nexport type GetVectorStoreFileParameters = RequestParameters;\nexport type DeleteVectorStoreFileParameters = RequestParameters;\n\nexport interface CreateVectorStoreFileBatchBodyParam {\n body: {\n file_ids?: string[];\n data_sources?: Array<VectorStoreDataSource>;\n chunking_strategy?: VectorStoreChunkingStrategyRequest;\n };\n}\n\nexport type CreateVectorStoreFileBatchParameters =\n CreateVectorStoreFileBatchBodyParam & RequestParameters;\nexport type GetVectorStoreFileBatchParameters = RequestParameters;\nexport type CancelVectorStoreFileBatchParameters = RequestParameters;\n\nexport interface ListVectorStoreFileBatchFilesQueryParamProperties {\n /**\n * Filter by file status.\n *\n * Possible values: \"in_progress\", \"completed\", \"failed\", \"cancelled\"\n */\n filter?: VectorStoreFileStatusFilter;\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListVectorStoreFileBatchFilesQueryParam {\n queryParameters?: ListVectorStoreFileBatchFilesQueryParamProperties;\n}\n\nexport type ListVectorStoreFileBatchFilesParameters =\n ListVectorStoreFileBatchFilesQueryParam & RequestParameters;\nexport type GetWorkspaceParameters = RequestParameters;\n\nexport interface ListConnectionsQueryParamProperties {\n /** Category of the workspace connection. */\n category?: ConnectionType;\n /** Indicates whether to list datastores. Service default: do not list datastores. */\n includeAll?: boolean;\n /** Target of the workspace connection. */\n target?: string;\n}\n\nexport interface ListConnectionsQueryParam {\n queryParameters?: ListConnectionsQueryParamProperties;\n}\n\nexport type ListConnectionsParameters = ListConnectionsQueryParam &\n RequestParameters;\nexport type GetConnectionParameters = RequestParameters;\n\nexport interface GetConnectionWithSecretsBodyParam {\n body: { ignored: string };\n}\n\nexport type GetConnectionWithSecretsParameters =\n GetConnectionWithSecretsBodyParam & RequestParameters;\nexport type GetAppInsightsParameters = RequestParameters;\n\nexport interface GetHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface GetHeaderParam {\n headers?: RawHttpHeadersInput & GetHeaders;\n}\n\nexport type GetParameters = GetHeaderParam & RequestParameters;\n\nexport interface CreateBodyParam {\n /** Evaluation to run. */\n body: Evaluation;\n}\n\nexport type CreateParameters = CreateBodyParam & RequestParameters;\n\nexport interface ListHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface ListQueryParamProperties {\n /** The number of result items to return. */\n top?: number;\n /** The number of result items to skip. */\n skip?: number;\n /** The maximum number of result items per page. */\n maxpagesize?: number;\n}\n\nexport interface ListQueryParam {\n queryParameters?: ListQueryParamProperties;\n}\n\nexport interface ListHeaderParam {\n headers?: RawHttpHeadersInput & ListHeaders;\n}\n\nexport type ListParameters = ListQueryParam &\n ListHeaderParam &\n RequestParameters;\n\nexport interface UpdateHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The resource instance. */\nexport type EvaluationResourceMergeAndPatch = Partial<Evaluation>;\n\nexport interface UpdateBodyParam {\n /** The resource instance. */\n body: EvaluationResourceMergeAndPatch;\n}\n\nexport interface UpdateHeaderParam {\n headers?: RawHttpHeadersInput & UpdateHeaders;\n}\n\nexport interface UpdateMediaTypesParam {\n /** This request has a JSON Merge Patch body. */\n contentType: \"application/merge-patch+json\";\n}\n\nexport type UpdateParameters = UpdateHeaderParam &\n UpdateMediaTypesParam &\n UpdateBodyParam &\n RequestParameters;\n\nexport interface GetScheduleHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface GetScheduleHeaderParam {\n headers?: RawHttpHeadersInput & GetScheduleHeaders;\n}\n\nexport type GetScheduleParameters = GetScheduleHeaderParam & RequestParameters;\n\nexport interface CreateOrReplaceScheduleHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface CreateOrReplaceScheduleBodyParam {\n /** The resource instance. */\n body: EvaluationSchedule;\n}\n\nexport interface CreateOrReplaceScheduleHeaderParam {\n headers?: RawHttpHeadersInput & CreateOrReplaceScheduleHeaders;\n}\n\nexport type CreateOrReplaceScheduleParameters =\n CreateOrReplaceScheduleHeaderParam &\n CreateOrReplaceScheduleBodyParam &\n RequestParameters;\n\nexport interface ListScheduleHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface ListScheduleQueryParamProperties {\n /** The number of result items to return. */\n top?: number;\n /** The number of result items to skip. */\n skip?: number;\n /** The maximum number of result items per page. */\n maxpagesize?: number;\n}\n\nexport interface ListScheduleQueryParam {\n queryParameters?: ListScheduleQueryParamProperties;\n}\n\nexport interface ListScheduleHeaderParam {\n headers?: RawHttpHeadersInput & ListScheduleHeaders;\n}\n\nexport type ListScheduleParameters = ListScheduleQueryParam &\n ListScheduleHeaderParam &\n RequestParameters;\nexport type DisableScheduleParameters = RequestParameters;\n"]}
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../../src/generated/src/parameters.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeadersInput } from \"@azure/core-rest-pipeline\";\nimport type { RequestParameters } from \"@azure-rest/core-client\";\nimport type {\n CreateAgentOptions,\n ListSortOrder,\n UpdateAgentOptions,\n AgentThreadCreationOptions,\n UpdateAgentThreadOptions,\n ThreadMessageOptions,\n RunAdditionalFieldList,\n CreateRunOptions,\n ToolOutput,\n CreateAndRunThreadOptions,\n FilePurpose,\n HttpPartFile,\n HttpPartFilePurpose,\n HttpPartString,\n VectorStoreOptions,\n VectorStoreUpdateOptions,\n VectorStoreFileStatusFilter,\n VectorStoreDataSource,\n VectorStoreChunkingStrategyRequest,\n ConnectionType,\n Evaluation,\n EvaluationSchedule,\n} from \"./models.js\";\n\nexport interface CreateAgentBodyParam {\n body: CreateAgentOptions;\n}\n\nexport type CreateAgentParameters = CreateAgentBodyParam & RequestParameters;\n\nexport interface ListAgentsQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListAgentsQueryParam {\n queryParameters?: ListAgentsQueryParamProperties;\n}\n\nexport type ListAgentsParameters = ListAgentsQueryParam & RequestParameters;\nexport type GetAgentParameters = RequestParameters;\n\nexport interface UpdateAgentBodyParam {\n body: UpdateAgentOptions;\n}\n\nexport type UpdateAgentParameters = UpdateAgentBodyParam & RequestParameters;\nexport type DeleteAgentParameters = RequestParameters;\n\nexport interface CreateThreadBodyParam {\n body: AgentThreadCreationOptions;\n}\n\nexport type CreateThreadParameters = CreateThreadBodyParam & RequestParameters;\nexport type GetThreadParameters = RequestParameters;\n\nexport interface UpdateThreadBodyParam {\n body: UpdateAgentThreadOptions;\n}\n\nexport type UpdateThreadParameters = UpdateThreadBodyParam & RequestParameters;\nexport type DeleteThreadParameters = RequestParameters;\n\nexport interface CreateMessageBodyParam {\n body: ThreadMessageOptions;\n}\n\nexport type CreateMessageParameters = CreateMessageBodyParam &\n RequestParameters;\n\nexport interface ListMessagesQueryParamProperties {\n /** Filter messages by the run ID that generated them. */\n runId?: string;\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListMessagesQueryParam {\n queryParameters?: ListMessagesQueryParamProperties;\n}\n\nexport type ListMessagesParameters = ListMessagesQueryParam & RequestParameters;\nexport type GetMessageParameters = RequestParameters;\n\nexport interface UpdateMessageBodyParam {\n body: { metadata?: Record<string, string> | null };\n}\n\nexport type UpdateMessageParameters = UpdateMessageBodyParam &\n RequestParameters;\n\nexport interface CreateRunBodyParam {\n body: CreateRunOptions;\n}\n\n/** This is the wrapper object for the parameter `include[]` with explode set to false and style set to form. */\nexport interface CreateRunIncludeQueryParam {\n /** Value of the parameter */\n value: RunAdditionalFieldList[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface CreateRunQueryParamProperties {\n /**\n * A list of additional fields to include in the response.\n * Currently the only supported value is `step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result content.\n */\n \"include[]\"?: RunAdditionalFieldList[] | CreateRunIncludeQueryParam;\n}\n\nexport interface CreateRunQueryParam {\n queryParameters?: CreateRunQueryParamProperties;\n}\n\nexport type CreateRunParameters = CreateRunQueryParam &\n CreateRunBodyParam &\n RequestParameters;\n\nexport interface ListRunsQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListRunsQueryParam {\n queryParameters?: ListRunsQueryParamProperties;\n}\n\nexport type ListRunsParameters = ListRunsQueryParam & RequestParameters;\nexport type GetRunParameters = RequestParameters;\n\nexport interface UpdateRunBodyParam {\n body: { metadata?: Record<string, string> | null };\n}\n\nexport type UpdateRunParameters = UpdateRunBodyParam & RequestParameters;\n\nexport interface SubmitToolOutputsToRunBodyParam {\n body: { tool_outputs: Array<ToolOutput>; stream?: boolean | null };\n}\n\nexport type SubmitToolOutputsToRunParameters = SubmitToolOutputsToRunBodyParam &\n RequestParameters;\nexport type CancelRunParameters = RequestParameters;\n\nexport interface CreateThreadAndRunBodyParam {\n body: CreateAndRunThreadOptions;\n}\n\nexport type CreateThreadAndRunParameters = CreateThreadAndRunBodyParam &\n RequestParameters;\n\n/** This is the wrapper object for the parameter `include[]` with explode set to false and style set to form. */\nexport interface GetRunStepIncludeQueryParam {\n /** Value of the parameter */\n value: RunAdditionalFieldList[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface GetRunStepQueryParamProperties {\n /**\n * A list of additional fields to include in the response.\n * Currently the only supported value is `step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result content.\n */\n \"include[]\"?: RunAdditionalFieldList[] | GetRunStepIncludeQueryParam;\n}\n\nexport interface GetRunStepQueryParam {\n queryParameters?: GetRunStepQueryParamProperties;\n}\n\nexport type GetRunStepParameters = GetRunStepQueryParam & RequestParameters;\n\n/** This is the wrapper object for the parameter `include[]` with explode set to false and style set to form. */\nexport interface ListRunStepsIncludeQueryParam {\n /** Value of the parameter */\n value: RunAdditionalFieldList[];\n /** Should we explode the value? */\n explode: false;\n /** Style of the value */\n style: \"form\";\n}\n\nexport interface ListRunStepsQueryParamProperties {\n /**\n * A list of additional fields to include in the response.\n * Currently the only supported value is `step_details.tool_calls[*].file_search.results[*].content` to fetch the file search result content.\n */\n \"include[]\"?: RunAdditionalFieldList[] | ListRunStepsIncludeQueryParam;\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListRunStepsQueryParam {\n queryParameters?: ListRunStepsQueryParamProperties;\n}\n\nexport type ListRunStepsParameters = ListRunStepsQueryParam & RequestParameters;\n\nexport interface ListFilesQueryParamProperties {\n /**\n * The purpose of the file.\n *\n * Possible values: \"fine-tune\", \"fine-tune-results\", \"assistants\", \"assistants_output\", \"batch\", \"batch_output\", \"vision\"\n */\n purpose?: FilePurpose;\n}\n\nexport interface ListFilesQueryParam {\n queryParameters?: ListFilesQueryParamProperties;\n}\n\nexport type ListFilesParameters = ListFilesQueryParam & RequestParameters;\n\nexport interface UploadFileBodyParam {\n /** Multipart body */\n body:\n | FormData\n | Array<\n | {\n name: \"file\";\n body: HttpPartFile;\n filename?: string;\n contentType?: string;\n }\n | {\n name: \"purpose\";\n body: HttpPartFilePurpose;\n filename?: string;\n contentType?: string;\n }\n | { name: \"filename\"; body: HttpPartString }\n >;\n}\n\nexport interface UploadFileMediaTypesParam {\n /** The name of the file to upload. */\n contentType: \"multipart/form-data\";\n}\n\nexport type UploadFileParameters = UploadFileMediaTypesParam &\n UploadFileBodyParam &\n RequestParameters;\nexport type DeleteFileParameters = RequestParameters;\nexport type GetFileParameters = RequestParameters;\nexport type GetFileContentParameters = RequestParameters;\n\nexport interface ListVectorStoresQueryParamProperties {\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListVectorStoresQueryParam {\n queryParameters?: ListVectorStoresQueryParamProperties;\n}\n\nexport type ListVectorStoresParameters = ListVectorStoresQueryParam &\n RequestParameters;\n\nexport interface CreateVectorStoreBodyParam {\n body: VectorStoreOptions;\n}\n\nexport type CreateVectorStoreParameters = CreateVectorStoreBodyParam &\n RequestParameters;\nexport type GetVectorStoreParameters = RequestParameters;\n\nexport interface ModifyVectorStoreBodyParam {\n body: VectorStoreUpdateOptions;\n}\n\nexport type ModifyVectorStoreParameters = ModifyVectorStoreBodyParam &\n RequestParameters;\nexport type DeleteVectorStoreParameters = RequestParameters;\n\nexport interface ListVectorStoreFilesQueryParamProperties {\n /**\n * Filter by file status.\n *\n * Possible values: \"in_progress\", \"completed\", \"failed\", \"cancelled\"\n */\n filter?: VectorStoreFileStatusFilter;\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListVectorStoreFilesQueryParam {\n queryParameters?: ListVectorStoreFilesQueryParamProperties;\n}\n\nexport type ListVectorStoreFilesParameters = ListVectorStoreFilesQueryParam &\n RequestParameters;\n\nexport interface CreateVectorStoreFileBodyParam {\n body: {\n file_id?: string;\n data_source?: VectorStoreDataSource;\n chunking_strategy?: VectorStoreChunkingStrategyRequest;\n };\n}\n\nexport type CreateVectorStoreFileParameters = CreateVectorStoreFileBodyParam &\n RequestParameters;\nexport type GetVectorStoreFileParameters = RequestParameters;\nexport type DeleteVectorStoreFileParameters = RequestParameters;\n\nexport interface CreateVectorStoreFileBatchBodyParam {\n body: {\n file_ids?: string[];\n data_sources?: Array<VectorStoreDataSource>;\n chunking_strategy?: VectorStoreChunkingStrategyRequest;\n };\n}\n\nexport type CreateVectorStoreFileBatchParameters =\n CreateVectorStoreFileBatchBodyParam & RequestParameters;\nexport type GetVectorStoreFileBatchParameters = RequestParameters;\nexport type CancelVectorStoreFileBatchParameters = RequestParameters;\n\nexport interface ListVectorStoreFileBatchFilesQueryParamProperties {\n /**\n * Filter by file status.\n *\n * Possible values: \"in_progress\", \"completed\", \"failed\", \"cancelled\"\n */\n filter?: VectorStoreFileStatusFilter;\n /** A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 20. */\n limit?: number;\n /**\n * Sort order by the created_at timestamp of the objects. asc for ascending order and desc for descending order.\n *\n * Possible values: \"asc\", \"desc\"\n */\n order?: ListSortOrder;\n /** A cursor for use in pagination. after is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include after=obj_foo in order to fetch the next page of the list. */\n after?: string;\n /** A cursor for use in pagination. before is an object ID that defines your place in the list. For instance, if you make a list request and receive 100 objects, ending with obj_foo, your subsequent call can include before=obj_foo in order to fetch the previous page of the list. */\n before?: string;\n}\n\nexport interface ListVectorStoreFileBatchFilesQueryParam {\n queryParameters?: ListVectorStoreFileBatchFilesQueryParamProperties;\n}\n\nexport type ListVectorStoreFileBatchFilesParameters =\n ListVectorStoreFileBatchFilesQueryParam & RequestParameters;\nexport type GetWorkspaceParameters = RequestParameters;\n\nexport interface ListConnectionsQueryParamProperties {\n /**\n * Category of the workspace connection.\n *\n * Possible values: \"AzureOpenAI\", \"Serverless\", \"AzureBlob\", \"AIServices\", \"CognitiveSearch\", \"ApiKey\", \"CustomKeys\", \"CognitiveService\"\n */\n category?: ConnectionType;\n /** Indicates whether to list datastores. Service default: do not list datastores. */\n includeAll?: boolean;\n /** Target of the workspace connection. */\n target?: string;\n}\n\nexport interface ListConnectionsQueryParam {\n queryParameters?: ListConnectionsQueryParamProperties;\n}\n\nexport type ListConnectionsParameters = ListConnectionsQueryParam &\n RequestParameters;\nexport type GetConnectionParameters = RequestParameters;\n\nexport interface GetConnectionWithSecretsBodyParam {\n body: { ignored: string };\n}\n\nexport type GetConnectionWithSecretsParameters =\n GetConnectionWithSecretsBodyParam & RequestParameters;\nexport type GetAppInsightsParameters = RequestParameters;\n\nexport interface GetHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface GetHeaderParam {\n headers?: RawHttpHeadersInput & GetHeaders;\n}\n\nexport type GetParameters = GetHeaderParam & RequestParameters;\n\nexport interface CreateBodyParam {\n /** Evaluation to run. */\n body: Evaluation;\n}\n\nexport type CreateParameters = CreateBodyParam & RequestParameters;\n\nexport interface ListHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface ListQueryParamProperties {\n /** The number of result items to return. */\n top?: number;\n /** The number of result items to skip. */\n skip?: number;\n /** The maximum number of result items per page. */\n maxpagesize?: number;\n}\n\nexport interface ListQueryParam {\n queryParameters?: ListQueryParamProperties;\n}\n\nexport interface ListHeaderParam {\n headers?: RawHttpHeadersInput & ListHeaders;\n}\n\nexport type ListParameters = ListQueryParam &\n ListHeaderParam &\n RequestParameters;\n\nexport interface UpdateHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The resource instance. */\nexport type EvaluationResourceMergeAndPatch = Partial<Evaluation>;\n\nexport interface UpdateBodyParam {\n /** The resource instance. */\n body: EvaluationResourceMergeAndPatch;\n}\n\nexport interface UpdateHeaderParam {\n headers?: RawHttpHeadersInput & UpdateHeaders;\n}\n\nexport interface UpdateMediaTypesParam {\n /** This request has a JSON Merge Patch body. */\n contentType: \"application/merge-patch+json\";\n}\n\nexport type UpdateParameters = UpdateHeaderParam &\n UpdateMediaTypesParam &\n UpdateBodyParam &\n RequestParameters;\n\nexport interface GetScheduleHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface GetScheduleHeaderParam {\n headers?: RawHttpHeadersInput & GetScheduleHeaders;\n}\n\nexport type GetScheduleParameters = GetScheduleHeaderParam & RequestParameters;\n\nexport interface CreateOrReplaceScheduleHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface CreateOrReplaceScheduleBodyParam {\n /** The resource instance. */\n body: EvaluationSchedule;\n}\n\nexport interface CreateOrReplaceScheduleHeaderParam {\n headers?: RawHttpHeadersInput & CreateOrReplaceScheduleHeaders;\n}\n\nexport type CreateOrReplaceScheduleParameters =\n CreateOrReplaceScheduleHeaderParam &\n CreateOrReplaceScheduleBodyParam &\n RequestParameters;\n\nexport interface ListScheduleHeaders {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\nexport interface ListScheduleQueryParamProperties {\n /** The number of result items to return. */\n top?: number;\n /** The number of result items to skip. */\n skip?: number;\n /** The maximum number of result items per page. */\n maxpagesize?: number;\n}\n\nexport interface ListScheduleQueryParam {\n queryParameters?: ListScheduleQueryParamProperties;\n}\n\nexport interface ListScheduleHeaderParam {\n headers?: RawHttpHeadersInput & ListScheduleHeaders;\n}\n\nexport type ListScheduleParameters = ListScheduleQueryParam &\n ListScheduleHeaderParam &\n RequestParameters;\nexport type DisableScheduleParameters = RequestParameters;\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ClientOptions } from "@azure-rest/core-client";
|
|
2
|
-
import { TokenCredential } from "@azure/core-auth";
|
|
3
|
-
import { ProjectsClient } from "./clientDefinitions.js";
|
|
1
|
+
import type { ClientOptions } from "@azure-rest/core-client";
|
|
2
|
+
import type { TokenCredential } from "@azure/core-auth";
|
|
3
|
+
import type { ProjectsClient } from "./clientDefinitions.js";
|
|
4
4
|
/** The optional parameters for the client */
|
|
5
5
|
export interface ProjectsClientOptions extends ClientOptions {
|
|
6
6
|
/** The api version option of the client */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectsClient.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/projectsClient.ts"],"names":[],"mappings":"AAGA,OAAO,
|
|
1
|
+
{"version":3,"file":"projectsClient.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/projectsClient.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAG7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,wBAAwB,CAAC;AAE7D,6CAA6C;AAC7C,MAAM,WAAW,qBAAsB,SAAQ,aAAa;IAC1D,2CAA2C;IAC3C,UAAU,CAAC,EAAE,MAAM,CAAC;CACrB;AAED;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,YAAY,CAClC,aAAa,EAAE,MAAM,EACrB,cAAc,EAAE,MAAM,EACtB,iBAAiB,EAAE,MAAM,EACzB,WAAW,EAAE,MAAM,EACnB,WAAW,EAAE,eAAe,EAC5B,EAAE,UAAiC,EAAE,GAAG,OAAO,EAAE,GAAE,qBAA0B,GAC5E,cAAc,CA4ChB"}
|
|
@@ -16,7 +16,7 @@ export default function createClient(endpointParam, subscriptionId, resourceGrou
|
|
|
16
16
|
var _b, _c, _d, _e, _f, _g;
|
|
17
17
|
var { apiVersion = "2024-07-01-preview" } = _a, options = __rest(_a, ["apiVersion"]);
|
|
18
18
|
const endpointUrl = (_c = (_b = options.endpoint) !== null && _b !== void 0 ? _b : options.baseUrl) !== null && _c !== void 0 ? _c : `${endpointParam}/agents/v1.0/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/${projectName}`;
|
|
19
|
-
const userAgentInfo = `azsdk-js-ai-projects-rest/1.0.0-beta.
|
|
19
|
+
const userAgentInfo = `azsdk-js-ai-projects-rest/1.0.0-beta.4`;
|
|
20
20
|
const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
|
|
21
21
|
? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`
|
|
22
22
|
: `${userAgentInfo}`;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"projectsClient.js","sourceRoot":"","sources":["../../../../src/generated/src/projectsClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;;
|
|
1
|
+
{"version":3,"file":"projectsClient.js","sourceRoot":"","sources":["../../../../src/generated/src/projectsClient.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;;AAGlC,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,MAAM,EAAE,MAAM,aAAa,CAAC;AAUrC;;;;;;;;GAQG;AACH,MAAM,CAAC,OAAO,UAAU,YAAY,CAClC,aAAqB,EACrB,cAAsB,EACtB,iBAAyB,EACzB,WAAmB,EACnB,WAA4B,EAC5B,KAA2E,EAAE;;QAA7E,EAAE,UAAU,GAAG,oBAAoB,OAA0C,EAArC,OAAO,cAA/C,cAAiD,CAAF;IAE/C,MAAM,WAAW,GACf,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAChB,OAAO,CAAC,OAAO,mCACf,GAAG,aAAa,8BAA8B,cAAc,mBAAmB,iBAAiB,2DAA2D,WAAW,EAAE,CAAC;IAC3K,MAAM,aAAa,GAAG,wCAAwC,CAAC;IAC/D,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;QAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,aAAa,EAAE;QAChE,CAAC,CAAC,GAAG,aAAa,EAAE,CAAC;IACzB,OAAO,mCACF,OAAO,KACV,gBAAgB,EAAE;YAChB,eAAe;SAChB,EACD,cAAc,EAAE;YACd,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,cAAc,0CAAE,MAAM,mCAAI,MAAM,CAAC,IAAI;SACtD,EACD,WAAW,EAAE;YACX,MAAM,EAAE,MAAA,MAAA,OAAO,CAAC,WAAW,0CAAE,MAAM,mCAAI;gBACrC,uCAAuC;aACxC;SACF,GACF,CAAC;IACF,MAAM,MAAM,GAAG,SAAS,CAAC,WAAW,EAAE,WAAW,EAAE,OAAO,CAAmB,CAAC;IAE9E,MAAM,CAAC,QAAQ,CAAC,YAAY,CAAC,EAAE,IAAI,EAAE,kBAAkB,EAAE,CAAC,CAAC;IAC3D,MAAM,CAAC,QAAQ,CAAC,SAAS,CAAC;QACxB,IAAI,EAAE,wBAAwB;QAC9B,WAAW,EAAE,CAAC,GAAG,EAAE,IAAI,EAAE,EAAE;YACzB,qDAAqD;YACrD,yEAAyE;YACzE,MAAM,GAAG,GAAG,IAAI,GAAG,CAAC,GAAG,CAAC,GAAG,CAAC,CAAC;YAC7B,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,GAAG,CAAC,aAAa,CAAC,IAAI,UAAU,EAAE,CAAC;gBACvD,GAAG,CAAC,GAAG,GAAG,GAAG,GAAG,CAAC,GAAG,GAClB,KAAK,CAAC,IAAI,CAAC,GAAG,CAAC,YAAY,CAAC,IAAI,EAAE,CAAC,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,GACzD,eAAe,UAAU,EAAE,CAAC;YAC9B,CAAC;YAED,OAAO,IAAI,CAAC,GAAG,CAAC,CAAC;QACnB,CAAC;KACF,CAAC,CAAC;IAEH,OAAO,MAAM,CAAC;AAChB,CAAC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { ClientOptions } from \"@azure-rest/core-client\";\nimport { getClient } from \"@azure-rest/core-client\";\nimport { logger } from \"./logger.js\";\nimport type { TokenCredential } from \"@azure/core-auth\";\nimport type { ProjectsClient } from \"./clientDefinitions.js\";\n\n/** The optional parameters for the client */\nexport interface ProjectsClientOptions extends ClientOptions {\n /** The api version option of the client */\n apiVersion?: string;\n}\n\n/**\n * Initialize a new instance of `ProjectsClient`\n * @param endpointParam - The Azure AI Foundry project endpoint, in the form `https://<azure-region>.api.azureml.ms` or `https://<private-link-guid>.<azure-region>.api.azureml.ms`, where <azure-region> is the Azure region where the project is deployed (e.g. westus) and <private-link-guid> is the GUID of the Enterprise private link.\n * @param subscriptionId - The Azure subscription ID.\n * @param resourceGroupName - The name of the Azure Resource Group.\n * @param projectName - The Azure AI Foundry project name.\n * @param credentials - uniquely identify client credential\n * @param options - the parameter for all optional parameters\n */\nexport default function createClient(\n endpointParam: string,\n subscriptionId: string,\n resourceGroupName: string,\n projectName: string,\n credentials: TokenCredential,\n { apiVersion = \"2024-07-01-preview\", ...options }: ProjectsClientOptions = {},\n): ProjectsClient {\n const endpointUrl =\n options.endpoint ??\n options.baseUrl ??\n `${endpointParam}/agents/v1.0/subscriptions/${subscriptionId}/resourceGroups/${resourceGroupName}/providers/Microsoft.MachineLearningServices/workspaces/${projectName}`;\n const userAgentInfo = `azsdk-js-ai-projects-rest/1.0.0-beta.4`;\n const userAgentPrefix =\n options.userAgentOptions && options.userAgentOptions.userAgentPrefix\n ? `${options.userAgentOptions.userAgentPrefix} ${userAgentInfo}`\n : `${userAgentInfo}`;\n options = {\n ...options,\n userAgentOptions: {\n userAgentPrefix,\n },\n loggingOptions: {\n logger: options.loggingOptions?.logger ?? logger.info,\n },\n credentials: {\n scopes: options.credentials?.scopes ?? [\n \"https://management.azure.com/.default\",\n ],\n },\n };\n const client = getClient(endpointUrl, credentials, options) as ProjectsClient;\n\n client.pipeline.removePolicy({ name: \"ApiVersionPolicy\" });\n client.pipeline.addPolicy({\n name: \"ClientApiVersionPolicy\",\n sendRequest: (req, next) => {\n // Use the apiVersion defined in request url directly\n // Append one if there is no apiVersion and we have one at client options\n const url = new URL(req.url);\n if (!url.searchParams.get(\"api-version\") && apiVersion) {\n req.url = `${req.url}${\n Array.from(url.searchParams.keys()).length > 0 ? \"&\" : \"?\"\n }api-version=${apiVersion}`;\n }\n\n return next(req);\n },\n });\n\n return client;\n}\n"]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { RawHttpHeaders } from "@azure/core-rest-pipeline";
|
|
2
|
-
import { HttpResponse, ErrorResponse } from "@azure-rest/core-client";
|
|
3
|
-
import { AgentOutput, OpenAIPageableListOfAgentOutput,
|
|
1
|
+
import type { RawHttpHeaders } from "@azure/core-rest-pipeline";
|
|
2
|
+
import type { HttpResponse, ErrorResponse } from "@azure-rest/core-client";
|
|
3
|
+
import type { AgentOutput, OpenAIPageableListOfAgentOutput, AgentDeletionStatusOutput, AgentThreadOutput, ThreadDeletionStatusOutput, ThreadMessageOutput, OpenAIPageableListOfThreadMessageOutput, ThreadRunOutput, OpenAIPageableListOfThreadRunOutput, RunStepOutput, OpenAIPageableListOfRunStepOutput, FileListResponseOutput, OpenAIFileOutput, FileDeletionStatusOutput, OpenAIPageableListOfVectorStoreOutput, VectorStoreOutput, VectorStoreDeletionStatusOutput, OpenAIPageableListOfVectorStoreFileOutput, VectorStoreFileOutput, VectorStoreFileDeletionStatusOutput, VectorStoreFileBatchOutput, GetWorkspaceResponseOutput, ListConnectionsResponseOutput, GetConnectionResponseOutput, GetAppInsightsResponseOutput, EvaluationOutput, PagedEvaluationOutput, EvaluationScheduleOutput, PagedEvaluationScheduleOutput } from "./outputModels.js";
|
|
4
4
|
/** The new agent instance. */
|
|
5
5
|
export interface CreateAgent200Response extends HttpResponse {
|
|
6
6
|
status: "200";
|
|
@@ -368,7 +368,8 @@ export interface GetFileDefaultResponse extends HttpResponse {
|
|
|
368
368
|
/** The request has succeeded. */
|
|
369
369
|
export interface GetFileContent200Response extends HttpResponse {
|
|
370
370
|
status: "200";
|
|
371
|
-
|
|
371
|
+
/** Value may contain any sequence of octets */
|
|
372
|
+
body: Uint8Array;
|
|
372
373
|
}
|
|
373
374
|
export interface GetFileContentDefaultHeaders {
|
|
374
375
|
/** String error code indicating what went wrong. */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/responses.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"responses.d.ts","sourceRoot":"","sources":["../../../../src/generated/src/responses.ts"],"names":[],"mappings":"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"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../../../src/generated/src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport { HttpResponse, ErrorResponse } from \"@azure-rest/core-client\";\nimport {\n AgentOutput,\n OpenAIPageableListOfAgentOutput,\n OpenAIPageableListOfVectorStoreOutput,\n AgentDeletionStatusOutput,\n AgentThreadOutput,\n ThreadDeletionStatusOutput,\n ThreadMessageOutput,\n ThreadRunOutput,\n RunStepOutput,\n FileListResponseOutput,\n OpenAIFileOutput,\n FileDeletionStatusOutput,\n VectorStoreOutput,\n VectorStoreDeletionStatusOutput,\n VectorStoreFileOutput,\n VectorStoreFileDeletionStatusOutput,\n VectorStoreFileBatchOutput,\n GetWorkspaceResponseOutput,\n ListConnectionsResponseOutput,\n GetConnectionResponseOutput,\n GetAppInsightsResponseOutput,\n EvaluationOutput,\n PagedEvaluationOutput,\n EvaluationScheduleOutput,\n PagedEvaluationScheduleOutput,\n OpenAIPageableListOfVectorStoreFileOutput,\n OpenAIPageableListOfRunStepOutput,\n OpenAIPageableListOfThreadRunOutput,\n OpenAIPageableListOfThreadMessageOutput,\n} from \"./outputModels.js\";\n\n/** The new agent instance. */\nexport interface CreateAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface CreateAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateAgentDefaultHeaders;\n}\n\n/** The requested list of agents. */\nexport interface ListAgents200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfAgentOutput;\n}\n\nexport interface ListAgentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListAgentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListAgentsDefaultHeaders;\n}\n\n/** The requested agent instance. */\nexport interface GetAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface GetAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetAgentDefaultHeaders;\n}\n\n/** The updated agent instance. */\nexport interface UpdateAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface UpdateAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateAgentDefaultHeaders;\n}\n\n/** Status information about the requested deletion operation. */\nexport interface DeleteAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentDeletionStatusOutput;\n}\n\nexport interface DeleteAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteAgentDefaultHeaders;\n}\n\n/** Information about the newly created thread. */\nexport interface CreateThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface CreateThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateThreadDefaultHeaders;\n}\n\n/** Information about the requested thread. */\nexport interface GetThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface GetThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetThreadDefaultHeaders;\n}\n\n/** Information about the modified thread. */\nexport interface UpdateThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface UpdateThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateThreadDefaultHeaders;\n}\n\n/** Status information about the requested thread deletion operation. */\nexport interface DeleteThread200Response extends HttpResponse {\n status: \"200\";\n body: ThreadDeletionStatusOutput;\n}\n\nexport interface DeleteThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteThreadDefaultHeaders;\n}\n\n/** A representation of the new message. */\nexport interface CreateMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface CreateMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateMessageDefaultHeaders;\n}\n\n/** The requested list of messages. */\nexport interface ListMessages200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfThreadMessageOutput;\n}\n\nexport interface ListMessagesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListMessagesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListMessagesDefaultHeaders;\n}\n\n/** A representation of the requested message. */\nexport interface GetMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface GetMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetMessageDefaultHeaders;\n}\n\n/** A representation of the modified message. */\nexport interface UpdateMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface UpdateMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateMessageDefaultHeaders;\n}\n\n/** Information about the new thread run. */\nexport interface CreateRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CreateRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateRunDefaultHeaders;\n}\n\n/** The requested list of thread runs. */\nexport interface ListRuns200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfThreadRunOutput;\n}\n\nexport interface ListRunsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListRunsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListRunsDefaultHeaders;\n}\n\n/** The requested information about the specified thread run. */\nexport interface GetRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface GetRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetRunDefaultHeaders;\n}\n\n/** Information about the modified run. */\nexport interface UpdateRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface UpdateRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateRunDefaultHeaders;\n}\n\n/** Updated information about the run. */\nexport interface SubmitToolOutputsToRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface SubmitToolOutputsToRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface SubmitToolOutputsToRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & SubmitToolOutputsToRunDefaultHeaders;\n}\n\n/** Updated information about the cancelled run. */\nexport interface CancelRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CancelRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CancelRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CancelRunDefaultHeaders;\n}\n\n/** Information about the newly created thread. */\nexport interface CreateThreadAndRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CreateThreadAndRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateThreadAndRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateThreadAndRunDefaultHeaders;\n}\n\n/** Information about the requested run step. */\nexport interface GetRunStep200Response extends HttpResponse {\n status: \"200\";\n body: RunStepOutput;\n}\n\nexport interface GetRunStepDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetRunStepDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetRunStepDefaultHeaders;\n}\n\n/** The requested list of run steps. */\nexport interface ListRunSteps200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfRunStepOutput;\n}\n\nexport interface ListRunStepsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListRunStepsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListRunStepsDefaultHeaders;\n}\n\n/** The requested list of files. */\nexport interface ListFiles200Response extends HttpResponse {\n status: \"200\";\n body: FileListResponseOutput;\n}\n\nexport interface ListFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListFilesDefaultHeaders;\n}\n\n/** A representation of the uploaded file. */\nexport interface UploadFile200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIFileOutput;\n}\n\nexport interface UploadFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UploadFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UploadFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteFile200Response extends HttpResponse {\n status: \"200\";\n body: FileDeletionStatusOutput;\n}\n\nexport interface DeleteFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetFile200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIFileOutput;\n}\n\nexport interface GetFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetFileContent200Response extends HttpResponse {\n status: \"200\";\n body: string;\n}\n\nexport interface GetFileContentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetFileContentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetFileContentDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStores200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreOutput;\n}\n\nexport interface ListVectorStoresDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoresDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoresDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface CreateVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface GetVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ModifyVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface ModifyVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ModifyVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ModifyVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreDeletionStatusOutput;\n}\n\nexport interface DeleteVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStoreFiles200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreFileOutput;\n}\n\nexport interface ListVectorStoreFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoreFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoreFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileOutput;\n}\n\nexport interface CreateVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileOutput;\n}\n\nexport interface GetVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileDeletionStatusOutput;\n}\n\nexport interface DeleteVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface CreateVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreFileBatchDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface GetVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreFileBatchDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CancelVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface CancelVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CancelVectorStoreFileBatchDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CancelVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStoreFileBatchFiles200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreFileOutput;\n}\n\nexport interface ListVectorStoreFileBatchFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoreFileBatchFilesDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoreFileBatchFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetWorkspace200Response extends HttpResponse {\n status: \"200\";\n body: GetWorkspaceResponseOutput;\n}\n\nexport interface GetWorkspaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetWorkspaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetWorkspaceDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListConnections200Response extends HttpResponse {\n status: \"200\";\n body: ListConnectionsResponseOutput;\n}\n\nexport interface ListConnectionsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListConnectionsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetConnection200Response extends HttpResponse {\n status: \"200\";\n body: GetConnectionResponseOutput;\n}\n\nexport interface GetConnectionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetConnectionDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetConnectionWithSecrets200Response extends HttpResponse {\n status: \"200\";\n body: GetConnectionResponseOutput;\n}\n\nexport interface GetConnectionWithSecretsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetConnectionWithSecretsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetConnectionWithSecretsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetAppInsights200Response extends HttpResponse {\n status: \"200\";\n body: GetAppInsightsResponseOutput;\n}\n\nexport interface GetAppInsightsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetAppInsightsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetAppInsightsDefaultHeaders;\n}\n\nexport interface Get200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface Get200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationOutput;\n headers: RawHttpHeaders & Get200Headers;\n}\n\nexport interface GetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetDefaultHeaders;\n}\n\n/** Response model for create evaluation */\nexport interface Create201Response extends HttpResponse {\n status: \"201\";\n body: EvaluationOutput;\n}\n\nexport interface List200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface List200Response extends HttpResponse {\n status: \"200\";\n body: PagedEvaluationOutput;\n headers: RawHttpHeaders & List200Headers;\n}\n\nexport interface ListDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListDefaultHeaders;\n}\n\nexport interface Update200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface Update200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationOutput;\n headers: RawHttpHeaders & Update200Headers;\n}\n\nexport interface UpdateDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateDefaultHeaders;\n}\n\nexport interface GetSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface GetSchedule200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & GetSchedule200Headers;\n}\n\nexport interface GetScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetScheduleDefaultHeaders;\n}\n\nexport interface CreateOrReplaceSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface CreateOrReplaceSchedule200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & CreateOrReplaceSchedule200Headers;\n}\n\nexport interface CreateOrReplaceSchedule201Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface CreateOrReplaceSchedule201Response extends HttpResponse {\n status: \"201\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & CreateOrReplaceSchedule201Headers;\n}\n\nexport interface CreateOrReplaceScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateOrReplaceScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateOrReplaceScheduleDefaultHeaders;\n}\n\nexport interface ListSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface ListSchedule200Response extends HttpResponse {\n status: \"200\";\n body: PagedEvaluationScheduleOutput;\n headers: RawHttpHeaders & ListSchedule200Headers;\n}\n\nexport interface ListScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListScheduleDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface DisableSchedule204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface DisableScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DisableScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DisableScheduleDefaultHeaders;\n}\n"]}
|
|
1
|
+
{"version":3,"file":"responses.js","sourceRoot":"","sources":["../../../../src/generated/src/responses.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\nimport type { RawHttpHeaders } from \"@azure/core-rest-pipeline\";\nimport type { HttpResponse, ErrorResponse } from \"@azure-rest/core-client\";\nimport type {\n AgentOutput,\n OpenAIPageableListOfAgentOutput,\n AgentDeletionStatusOutput,\n AgentThreadOutput,\n ThreadDeletionStatusOutput,\n ThreadMessageOutput,\n OpenAIPageableListOfThreadMessageOutput,\n ThreadRunOutput,\n OpenAIPageableListOfThreadRunOutput,\n RunStepOutput,\n OpenAIPageableListOfRunStepOutput,\n FileListResponseOutput,\n OpenAIFileOutput,\n FileDeletionStatusOutput,\n OpenAIPageableListOfVectorStoreOutput,\n VectorStoreOutput,\n VectorStoreDeletionStatusOutput,\n OpenAIPageableListOfVectorStoreFileOutput,\n VectorStoreFileOutput,\n VectorStoreFileDeletionStatusOutput,\n VectorStoreFileBatchOutput,\n GetWorkspaceResponseOutput,\n ListConnectionsResponseOutput,\n GetConnectionResponseOutput,\n GetAppInsightsResponseOutput,\n EvaluationOutput,\n PagedEvaluationOutput,\n EvaluationScheduleOutput,\n PagedEvaluationScheduleOutput,\n} from \"./outputModels.js\";\n\n/** The new agent instance. */\nexport interface CreateAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface CreateAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateAgentDefaultHeaders;\n}\n\n/** The requested list of agents. */\nexport interface ListAgents200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfAgentOutput;\n}\n\nexport interface ListAgentsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListAgentsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListAgentsDefaultHeaders;\n}\n\n/** The requested agent instance. */\nexport interface GetAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface GetAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetAgentDefaultHeaders;\n}\n\n/** The updated agent instance. */\nexport interface UpdateAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentOutput;\n}\n\nexport interface UpdateAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateAgentDefaultHeaders;\n}\n\n/** Status information about the requested deletion operation. */\nexport interface DeleteAgent200Response extends HttpResponse {\n status: \"200\";\n body: AgentDeletionStatusOutput;\n}\n\nexport interface DeleteAgentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteAgentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteAgentDefaultHeaders;\n}\n\n/** Information about the newly created thread. */\nexport interface CreateThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface CreateThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateThreadDefaultHeaders;\n}\n\n/** Information about the requested thread. */\nexport interface GetThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface GetThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetThreadDefaultHeaders;\n}\n\n/** Information about the modified thread. */\nexport interface UpdateThread200Response extends HttpResponse {\n status: \"200\";\n body: AgentThreadOutput;\n}\n\nexport interface UpdateThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateThreadDefaultHeaders;\n}\n\n/** Status information about the requested thread deletion operation. */\nexport interface DeleteThread200Response extends HttpResponse {\n status: \"200\";\n body: ThreadDeletionStatusOutput;\n}\n\nexport interface DeleteThreadDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteThreadDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteThreadDefaultHeaders;\n}\n\n/** A representation of the new message. */\nexport interface CreateMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface CreateMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateMessageDefaultHeaders;\n}\n\n/** The requested list of messages. */\nexport interface ListMessages200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfThreadMessageOutput;\n}\n\nexport interface ListMessagesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListMessagesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListMessagesDefaultHeaders;\n}\n\n/** A representation of the requested message. */\nexport interface GetMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface GetMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetMessageDefaultHeaders;\n}\n\n/** A representation of the modified message. */\nexport interface UpdateMessage200Response extends HttpResponse {\n status: \"200\";\n body: ThreadMessageOutput;\n}\n\nexport interface UpdateMessageDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateMessageDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateMessageDefaultHeaders;\n}\n\n/** Information about the new thread run. */\nexport interface CreateRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CreateRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateRunDefaultHeaders;\n}\n\n/** The requested list of thread runs. */\nexport interface ListRuns200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfThreadRunOutput;\n}\n\nexport interface ListRunsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListRunsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListRunsDefaultHeaders;\n}\n\n/** The requested information about the specified thread run. */\nexport interface GetRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface GetRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetRunDefaultHeaders;\n}\n\n/** Information about the modified run. */\nexport interface UpdateRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface UpdateRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateRunDefaultHeaders;\n}\n\n/** Updated information about the run. */\nexport interface SubmitToolOutputsToRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface SubmitToolOutputsToRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface SubmitToolOutputsToRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & SubmitToolOutputsToRunDefaultHeaders;\n}\n\n/** Updated information about the cancelled run. */\nexport interface CancelRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CancelRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CancelRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CancelRunDefaultHeaders;\n}\n\n/** Information about the newly created thread. */\nexport interface CreateThreadAndRun200Response extends HttpResponse {\n status: \"200\";\n body: ThreadRunOutput;\n}\n\nexport interface CreateThreadAndRunDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateThreadAndRunDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateThreadAndRunDefaultHeaders;\n}\n\n/** Information about the requested run step. */\nexport interface GetRunStep200Response extends HttpResponse {\n status: \"200\";\n body: RunStepOutput;\n}\n\nexport interface GetRunStepDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetRunStepDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetRunStepDefaultHeaders;\n}\n\n/** The requested list of run steps. */\nexport interface ListRunSteps200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfRunStepOutput;\n}\n\nexport interface ListRunStepsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListRunStepsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListRunStepsDefaultHeaders;\n}\n\n/** The requested list of files. */\nexport interface ListFiles200Response extends HttpResponse {\n status: \"200\";\n body: FileListResponseOutput;\n}\n\nexport interface ListFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListFilesDefaultHeaders;\n}\n\n/** A representation of the uploaded file. */\nexport interface UploadFile200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIFileOutput;\n}\n\nexport interface UploadFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UploadFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UploadFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteFile200Response extends HttpResponse {\n status: \"200\";\n body: FileDeletionStatusOutput;\n}\n\nexport interface DeleteFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetFile200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIFileOutput;\n}\n\nexport interface GetFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetFileContent200Response extends HttpResponse {\n status: \"200\";\n /** Value may contain any sequence of octets */\n body: Uint8Array;\n}\n\nexport interface GetFileContentDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetFileContentDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetFileContentDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStores200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreOutput;\n}\n\nexport interface ListVectorStoresDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoresDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoresDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface CreateVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface GetVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ModifyVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreOutput;\n}\n\nexport interface ModifyVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ModifyVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ModifyVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteVectorStore200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreDeletionStatusOutput;\n}\n\nexport interface DeleteVectorStoreDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteVectorStoreDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteVectorStoreDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStoreFiles200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreFileOutput;\n}\n\nexport interface ListVectorStoreFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoreFilesDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoreFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileOutput;\n}\n\nexport interface CreateVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileOutput;\n}\n\nexport interface GetVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface DeleteVectorStoreFile200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileDeletionStatusOutput;\n}\n\nexport interface DeleteVectorStoreFileDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DeleteVectorStoreFileDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DeleteVectorStoreFileDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CreateVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface CreateVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateVectorStoreFileBatchDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface GetVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetVectorStoreFileBatchDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface CancelVectorStoreFileBatch200Response extends HttpResponse {\n status: \"200\";\n body: VectorStoreFileBatchOutput;\n}\n\nexport interface CancelVectorStoreFileBatchDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CancelVectorStoreFileBatchDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CancelVectorStoreFileBatchDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListVectorStoreFileBatchFiles200Response extends HttpResponse {\n status: \"200\";\n body: OpenAIPageableListOfVectorStoreFileOutput;\n}\n\nexport interface ListVectorStoreFileBatchFilesDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListVectorStoreFileBatchFilesDefaultResponse\n extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListVectorStoreFileBatchFilesDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetWorkspace200Response extends HttpResponse {\n status: \"200\";\n body: GetWorkspaceResponseOutput;\n}\n\nexport interface GetWorkspaceDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetWorkspaceDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetWorkspaceDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface ListConnections200Response extends HttpResponse {\n status: \"200\";\n body: ListConnectionsResponseOutput;\n}\n\nexport interface ListConnectionsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListConnectionsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListConnectionsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetConnection200Response extends HttpResponse {\n status: \"200\";\n body: GetConnectionResponseOutput;\n}\n\nexport interface GetConnectionDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetConnectionDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetConnectionDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetConnectionWithSecrets200Response extends HttpResponse {\n status: \"200\";\n body: GetConnectionResponseOutput;\n}\n\nexport interface GetConnectionWithSecretsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetConnectionWithSecretsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetConnectionWithSecretsDefaultHeaders;\n}\n\n/** The request has succeeded. */\nexport interface GetAppInsights200Response extends HttpResponse {\n status: \"200\";\n body: GetAppInsightsResponseOutput;\n}\n\nexport interface GetAppInsightsDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetAppInsightsDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetAppInsightsDefaultHeaders;\n}\n\nexport interface Get200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface Get200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationOutput;\n headers: RawHttpHeaders & Get200Headers;\n}\n\nexport interface GetDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetDefaultHeaders;\n}\n\n/** Response model for create evaluation */\nexport interface Create201Response extends HttpResponse {\n status: \"201\";\n body: EvaluationOutput;\n}\n\nexport interface List200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface List200Response extends HttpResponse {\n status: \"200\";\n body: PagedEvaluationOutput;\n headers: RawHttpHeaders & List200Headers;\n}\n\nexport interface ListDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListDefaultHeaders;\n}\n\nexport interface Update200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface Update200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationOutput;\n headers: RawHttpHeaders & Update200Headers;\n}\n\nexport interface UpdateDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface UpdateDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & UpdateDefaultHeaders;\n}\n\nexport interface GetSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface GetSchedule200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & GetSchedule200Headers;\n}\n\nexport interface GetScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface GetScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & GetScheduleDefaultHeaders;\n}\n\nexport interface CreateOrReplaceSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface CreateOrReplaceSchedule200Response extends HttpResponse {\n status: \"200\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & CreateOrReplaceSchedule200Headers;\n}\n\nexport interface CreateOrReplaceSchedule201Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded and a new resource has been created as a result. */\nexport interface CreateOrReplaceSchedule201Response extends HttpResponse {\n status: \"201\";\n body: EvaluationScheduleOutput;\n headers: RawHttpHeaders & CreateOrReplaceSchedule201Headers;\n}\n\nexport interface CreateOrReplaceScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface CreateOrReplaceScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & CreateOrReplaceScheduleDefaultHeaders;\n}\n\nexport interface ListSchedule200Headers {\n /** An opaque, globally-unique, client-generated string identifier for the request. */\n \"x-ms-client-request-id\"?: string;\n}\n\n/** The request has succeeded. */\nexport interface ListSchedule200Response extends HttpResponse {\n status: \"200\";\n body: PagedEvaluationScheduleOutput;\n headers: RawHttpHeaders & ListSchedule200Headers;\n}\n\nexport interface ListScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface ListScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & ListScheduleDefaultHeaders;\n}\n\n/** There is no content to send for this request, but the headers may be useful. */\nexport interface DisableSchedule204Response extends HttpResponse {\n status: \"204\";\n}\n\nexport interface DisableScheduleDefaultHeaders {\n /** String error code indicating what went wrong. */\n \"x-ms-error-code\"?: string;\n}\n\nexport interface DisableScheduleDefaultResponse extends HttpResponse {\n status: string;\n body: ErrorResponse;\n headers: RawHttpHeaders & DisableScheduleDefaultHeaders;\n}\n"]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/ai-projects",
|
|
3
|
-
"version": "1.0.0-beta.
|
|
3
|
+
"version": "1.0.0-beta.4",
|
|
4
4
|
"description": "A generated SDK for ProjectsClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
|
|
99
99
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|
|
100
100
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* test-dist temp types *.tgz *.log",
|
|
101
|
-
"copy:yaml": "
|
|
101
|
+
"copy:yaml": "copy tsp-location.yaml .\\src\\generated\\tsp-location.yaml",
|
|
102
102
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
103
103
|
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
104
104
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" ",
|