We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a63085 commit 62b06d0Copy full SHA for 62b06d0
apps/sim/lib/copilot/tools/client/workflow/edit-workflow.ts
@@ -178,7 +178,7 @@ export class EditWorkflowClientTool extends BaseClientTool {
178
async handleReject(): Promise<void> {
179
const logger = createLogger('EditWorkflowClientTool')
180
logger.info('handleReject called', { toolCallId: this.toolCallId, state: this.getState() })
181
- // Tool was already marked complete in execute() - this is for UI state
+ // Tool was already marked complete in execute() - this is just for UI state
182
this.setState(ClientToolCallState.rejected)
183
}
184
0 commit comments