diff --git a/apps/sim/lib/copilot/tools/client/workflow/edit-workflow.ts b/apps/sim/lib/copilot/tools/client/workflow/edit-workflow.ts index 55ffdaa93..2ef41a14b 100644 --- a/apps/sim/lib/copilot/tools/client/workflow/edit-workflow.ts +++ b/apps/sim/lib/copilot/tools/client/workflow/edit-workflow.ts @@ -178,7 +178,7 @@ export class EditWorkflowClientTool extends BaseClientTool { async handleReject(): Promise { const logger = createLogger('EditWorkflowClientTool') logger.info('handleReject called', { toolCallId: this.toolCallId, state: this.getState() }) - // Tool was already marked complete in execute() - this is just for UI state + // Tool was already marked complete in execute() - this is for UI state this.setState(ClientToolCallState.rejected) }