remove debug info from AttemptCompletionTool.

This commit is contained in:
Xiaohan-Tian
2025-08-12 23:19:28 -07:00
parent 4903450ff4
commit fc151c818f
+1 -1
View File
@@ -39,7 +39,7 @@ export class AttemptCompletionTool extends BaseTool {
agentState.setIsWorkingOnTask(false); agentState.setIsWorkingOnTask(false);
return this.createSuccessResult( return this.createSuccessResult(
`Task completed: ${comment}. Agent task status updated to not working.` `Task completed: ${comment}. `
); );
} catch (error) { } catch (error) {