Skip to content

Commit 573588c

Browse files
pras0131Paras
andauthored
fix: add onTabBarAction and getSerializedChat to Omit list of Chat handlers temporarily (#961)
Co-authored-by: Paras <[email protected]>
1 parent 7571ffd commit 573588c

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

server/aws-lsp-codewhisperer/src/language-server/agenticChat/agenticChatController.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,8 @@ type ChatHandlers = Omit<
7474
| 'onCreatePrompt'
7575
| 'onListConversations'
7676
| 'onConversationClick'
77+
| 'onTabBarAction'
78+
| 'getSerializedChat'
7779
>
7880

7981
export class AgenticChatController implements ChatHandlers {

server/aws-lsp-codewhisperer/src/language-server/chat/chatController.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ type ChatHandlers = Omit<
5858
| 'onCreatePrompt'
5959
| 'onListConversations'
6060
| 'onConversationClick'
61+
| 'onTabBarAction'
62+
| 'getSerializedChat'
6163
>
6264

6365
export class ChatController implements ChatHandlers {

0 commit comments

Comments
 (0)