Skip to content

Commit 4bc30a8

Browse files
authored
feat(types): add method type for execute shell command shortcut (#614)
1 parent 708814b commit 4bc30a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/chat.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ export const TAB_BAR_ACTION_REQUEST_METHOD = 'aws/chat/tabBarAction'
2323
export const CHAT_OPTIONS_UPDATE_NOTIFICATION_METHOD = 'aws/chat/chatOptionsUpdate'
2424
export const PROMPT_INPUT_OPTION_CHANGE_METHOD = 'aws/chat/promptInputOptionChange'
2525
export const OPEN_FILE_DIALOG_METHOD = 'aws/chat/openFileDialog'
26+
export const EXECUTE_SHELL_COMMAND_SHORTCUT_MEHOD = 'aws/chat/executeShellCommandShortCut'
27+
2628
// context
2729
export const CONTEXT_COMMAND_NOTIFICATION_METHOD = 'aws/chat/sendContextCommands'
2830
export const CREATE_PROMPT_NOTIFICATION_METHOD = 'aws/chat/createPrompt'

0 commit comments

Comments
 (0)