We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c792dcd commit 1ef2ea5Copy full SHA for 1ef2ea5
refact-agent/gui/src/hooks/useSendChatRequest.ts
@@ -307,7 +307,6 @@ export const useSendChatRequest = () => {
307
);
308
309
const confirmToolUsage = useCallback(() => {
310
- // of either way it aborts, shouldn't it just abort before asking?
311
abort();
312
dispatch(
313
clearPauseReasonsAndHandleToolsStatus({
@@ -321,7 +320,6 @@ export const useSendChatRequest = () => {
321
320
322
const rejectToolUsage = useCallback(() => {
323
324
-
325
326
327
wasInteracted: true,
0 commit comments