From b59063dafb803f1928c83fee664cb462e69344a1 Mon Sep 17 00:00:00 2001 From: pavankumar Date: Thu, 13 Feb 2025 12:06:50 +0530 Subject: [PATCH] refactor feedback api document according to the new changes --- .../openapi-specs/mds-copilot-100-preview.yaml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/manufacturing-cloud/appendix/openapi-specs/mds-copilot-100-preview.yaml b/manufacturing-cloud/appendix/openapi-specs/mds-copilot-100-preview.yaml index fdb26b6..d282dec 100644 --- a/manufacturing-cloud/appendix/openapi-specs/mds-copilot-100-preview.yaml +++ b/manufacturing-cloud/appendix/openapi-specs/mds-copilot-100-preview.yaml @@ -977,11 +977,11 @@ paths: text/json: schema: $ref: '#/components/schemas/ProblemDetails' - /mds/copilot/v3/feedback: + /mds/copilot/feedback: post: tags: - CopilotV3Query - summary: Copilot feedback endpoint for V3 Pipeline. + summary: Copilot feedback endpoint. description: "\nRequired roles: Admin, User" parameters: - name: api-version @@ -1258,6 +1258,8 @@ components: nullable: true feedback: $ref: '#/components/schemas/FeedbackEnum' + copilotFlowName: + $ref: '#/components/schemas/CopilotFlowName' additionalProperties: false description: model class for copilot feedback request DataTableFormat: @@ -1312,6 +1314,12 @@ components: - ThumbsDown type: string description: Format for data table in result + CopilotFlowName: + enum: + - V3 + - Assistant + type: string + description: Copilot flow name InstructionInfo: type: object properties: