mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-25 23:08:11 -05:00
Fix comments
This commit is contained in:
@@ -178,7 +178,7 @@ export class EditWorkflowClientTool extends BaseClientTool {
|
||||
async handleReject(): Promise<void> {
|
||||
const logger = createLogger('EditWorkflowClientTool')
|
||||
logger.info('handleReject called', { toolCallId: this.toolCallId, state: this.getState() })
|
||||
// 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
|
||||
this.setState(ClientToolCallState.rejected)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user