|
87 | 87 | "type": "int", |
88 | 88 | "description": "CPU used by LSP server as a percentage of all available CPUs on the system" |
89 | 89 | }, |
90 | | - { |
91 | | - "name": "cwsprChatResponseErrorReason", |
92 | | - "type": "string", |
93 | | - "description": "Client error reason when processing response stream" |
94 | | - }, |
95 | 90 | { |
96 | 91 | "name": "cwsprChatInteractionTarget", |
97 | 92 | "type": "string", |
|
665 | 660 | } |
666 | 661 | ] |
667 | 662 | }, |
668 | | - { |
669 | | - "name": "amazonq_messageResponseError", |
670 | | - "description": "When an error has occured in response to a prompt", |
671 | | - "metadata": [ |
672 | | - { |
673 | | - "type": "cwsprChatConversationId", |
674 | | - "required": false |
675 | | - }, |
676 | | - { |
677 | | - "type": "credentialStartUrl", |
678 | | - "required": false |
679 | | - }, |
680 | | - { |
681 | | - "type": "cwsprChatTriggerInteraction" |
682 | | - }, |
683 | | - { |
684 | | - "type": "cwsprChatUserIntent", |
685 | | - "required": false |
686 | | - }, |
687 | | - { |
688 | | - "type": "cwsprChatHasCodeSnippet", |
689 | | - "required": false |
690 | | - }, |
691 | | - { |
692 | | - "type": "cwsprChatProgrammingLanguage", |
693 | | - "required": false |
694 | | - }, |
695 | | - { |
696 | | - "type": "cwsprChatActiveEditorTotalCharacters", |
697 | | - "required": false |
698 | | - }, |
699 | | - { |
700 | | - "type": "cwsprChatActiveEditorImportCount", |
701 | | - "required": false |
702 | | - }, |
703 | | - { |
704 | | - "type": "cwsprChatResponseCode" |
705 | | - }, |
706 | | - { |
707 | | - "type": "cwsprChatRequestLength" |
708 | | - }, |
709 | | - { |
710 | | - "type": "cwsprChatConversationType" |
711 | | - }, |
712 | | - { |
713 | | - "type": "cwsprChatResponseErrorReason", |
714 | | - "required": false |
715 | | - } |
716 | | - ] |
717 | | - }, |
718 | 663 | { |
719 | 664 | "name": "amazonq_modifyCode", |
720 | 665 | "description": "% of code modified by the user after copying/inserting code from a message", |
|
0 commit comments