|
1169 | 1169 | "type": "int",
|
1170 | 1170 | "description": "Number of code snippets in response"
|
1171 | 1171 | },
|
| 1172 | + { |
| 1173 | + "name": "cwsprChatResponseErrorReason", |
| 1174 | + "type": "string", |
| 1175 | + "description": "Client error reason when processing response stream" |
| 1176 | + }, |
1172 | 1177 | {
|
1173 | 1178 | "name": "cwsprChatResponseLength",
|
1174 | 1179 | "type": "int",
|
|
2396 | 2401 | {
|
2397 | 2402 | "type": "cwsprChatWorkspaceContextTruncatedLength",
|
2398 | 2403 | "required": false
|
| 2404 | + }, |
| 2405 | + { |
| 2406 | + "type": "languageServerVersion", |
| 2407 | + "required": false |
2399 | 2408 | }
|
2400 | 2409 | ]
|
2401 | 2410 | },
|
|
2630 | 2639 | },
|
2631 | 2640 | {
|
2632 | 2641 | "type": "cwsprChatConversationType"
|
| 2642 | + }, |
| 2643 | + { |
| 2644 | + "type": "languageServerVersion", |
| 2645 | + "required": false |
2633 | 2646 | }
|
2634 | 2647 | ]
|
2635 | 2648 | },
|
|
2775 | 2788 | }
|
2776 | 2789 | ]
|
2777 | 2790 | },
|
| 2791 | + { |
| 2792 | + "name": "amazonq_messageResponseError", |
| 2793 | + "description": "When an error has occured in response to a prompt", |
| 2794 | + "metadata": [ |
| 2795 | + { |
| 2796 | + "type": "credentialStartUrl", |
| 2797 | + "required": false |
| 2798 | + }, |
| 2799 | + { |
| 2800 | + "type": "cwsprChatActiveEditorImportCount", |
| 2801 | + "required": false |
| 2802 | + }, |
| 2803 | + { |
| 2804 | + "type": "cwsprChatActiveEditorTotalCharacters", |
| 2805 | + "required": false |
| 2806 | + }, |
| 2807 | + { |
| 2808 | + "type": "cwsprChatConversationId", |
| 2809 | + "required": false |
| 2810 | + }, |
| 2811 | + { |
| 2812 | + "type": "cwsprChatConversationType" |
| 2813 | + }, |
| 2814 | + { |
| 2815 | + "type": "cwsprChatHasCodeSnippet", |
| 2816 | + "required": false |
| 2817 | + }, |
| 2818 | + { |
| 2819 | + "type": "cwsprChatProgrammingLanguage", |
| 2820 | + "required": false |
| 2821 | + }, |
| 2822 | + { |
| 2823 | + "type": "cwsprChatRequestLength" |
| 2824 | + }, |
| 2825 | + { |
| 2826 | + "type": "cwsprChatResponseCode" |
| 2827 | + }, |
| 2828 | + { |
| 2829 | + "type": "cwsprChatResponseErrorReason", |
| 2830 | + "required": false |
| 2831 | + }, |
| 2832 | + { |
| 2833 | + "type": "cwsprChatTriggerInteraction" |
| 2834 | + }, |
| 2835 | + { |
| 2836 | + "type": "cwsprChatUserIntent", |
| 2837 | + "required": false |
| 2838 | + }, |
| 2839 | + { |
| 2840 | + "type": "languageServerVersion", |
| 2841 | + "required": false |
| 2842 | + } |
| 2843 | + ] |
| 2844 | + }, |
2778 | 2845 | {
|
2779 | 2846 | "name": "amazonq_modifySourceFolder",
|
2780 | 2847 | "description": "User modified source folder",
|
|
2849 | 2916 | },
|
2850 | 2917 | {
|
2851 | 2918 | "type": "cwsprToolUseId"
|
| 2919 | + }, |
| 2920 | + { |
| 2921 | + "type": "languageServerVersion", |
| 2922 | + "required": false |
2852 | 2923 | }
|
2853 | 2924 | ]
|
2854 | 2925 | },
|
|
0 commit comments