Skip to content

Commit cc2fa97

Browse files
committed
add comment for the fix
1 parent 799a84e commit cc2fa97

File tree

1 file changed

+1
-0
lines changed
  • packages/core/src/codewhispererChat/controllers/chat/messenger

1 file changed

+1
-0
lines changed

packages/core/src/codewhispererChat/controllers/chat/messenger/messenger.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ export class Messenger {
263263
// TODO: Handle the error
264264
}
265265
} else if (cwChatEvent.toolUseEvent?.stop === undefined && toolUseInput !== '') {
266+
// This is for the case when writing tool is executed. The toolUseEvent is non stop but in toolUseInput is not empty. In this case we need show user the current spinner UI.
266267
this.sendInitalStream(tabID, triggerID, undefined)
267268
}
268269

0 commit comments

Comments
 (0)