|
103 | 103 | "type": "int",
|
104 | 104 | "description": "CPU used by LSP server as a percentage of all available CPUs on the system"
|
105 | 105 | },
|
106 |
| - { |
107 |
| - "name": "cwsprChatProgrammingLanguage", |
108 |
| - "type": "string", |
109 |
| - "description": "Programming language associated with the message" |
110 |
| - }, |
111 | 106 | {
|
112 | 107 | "name": "cwsprChatConversationType",
|
113 | 108 | "type": "string",
|
|
836 | 831 | }
|
837 | 832 | ]
|
838 | 833 | },
|
839 |
| - { |
840 |
| - "name": "amazonq_interactWithMessage", |
841 |
| - "description": "When a user interacts with a message in the conversation", |
842 |
| - "metadata": [ |
843 |
| - { |
844 |
| - "type": "cwsprChatConversationId" |
845 |
| - }, |
846 |
| - { |
847 |
| - "type": "credentialStartUrl", |
848 |
| - "required": false |
849 |
| - }, |
850 |
| - { |
851 |
| - "type": "cwsprChatMessageId" |
852 |
| - }, |
853 |
| - { |
854 |
| - "type": "cwsprChatUserIntent", |
855 |
| - "required": false |
856 |
| - }, |
857 |
| - { |
858 |
| - "type": "cwsprChatInteractionType" |
859 |
| - }, |
860 |
| - { |
861 |
| - "type": "cwsprChatInteractionTarget", |
862 |
| - "required": false |
863 |
| - }, |
864 |
| - { |
865 |
| - "type": "cwsprChatAcceptedCharactersLength", |
866 |
| - "required": false |
867 |
| - }, |
868 |
| - { |
869 |
| - "type": "cwsprChatAcceptedNumberOfLines", |
870 |
| - "required": false |
871 |
| - }, |
872 |
| - { |
873 |
| - "type": "cwsprChatHasReference", |
874 |
| - "required": false |
875 |
| - }, |
876 |
| - { |
877 |
| - "type": "cwsprChatCodeBlockIndex", |
878 |
| - "required": false |
879 |
| - }, |
880 |
| - { |
881 |
| - "type": "cwsprChatTotalCodeBlocks", |
882 |
| - "required": false |
883 |
| - }, |
884 |
| - { |
885 |
| - "type": "cwsprChatHasProjectContext", |
886 |
| - "required": false |
887 |
| - } |
888 |
| - ] |
889 |
| - }, |
890 | 834 | {
|
891 | 835 | "name": "amazonq_modifyCode",
|
892 | 836 | "description": "% of code modified by the user after copying/inserting code from a message",
|
|
0 commit comments