diff --git a/src/components/thread/agent-inbox/hooks/use-interrupted-actions.tsx b/src/components/thread/agent-inbox/hooks/use-interrupted-actions.tsx index 705149c..3cab16a 100644 --- a/src/components/thread/agent-inbox/hooks/use-interrupted-actions.tsx +++ b/src/components/thread/agent-inbox/hooks/use-interrupted-actions.tsx @@ -87,14 +87,6 @@ export default function useInterruptedActions({ { command: { resume: response, - update: { - messages: [ - { - type: "human", - content: `Sending type '${response[0].type}' to interrupt...`, - }, - ], - }, }, }, ); @@ -266,14 +258,6 @@ export default function useInterruptedActions({ { command: { goto: END, - update: { - messages: [ - { - type: "human", - content: "Marking thread as resolved.", - }, - ], - }, }, }, );