Skip to content

Commit c792dcd

Browse files
committed
refactor(ideToolCallResponse): remove chat id.
1 parent 2995aa6 commit c792dcd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

refact-agent/gui/src/hooks/useEventBusForIDE.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export const ideToolCall = createAction<{
5555

5656
export const ideToolCallResponse = createAction<{
5757
toolCallId: string;
58-
chatId: string;
5958
accepted: boolean | "indeterminate";
6059
}>("ide/toolEditResponse");
6160

0 commit comments

Comments
 (0)