mirror of
https://github.com/GH05TCREW/pentestagent.git
synced 2026-03-07 14:23:20 +00:00
Comment modified.
This commit is contained in:
@@ -957,7 +957,7 @@ Call create_plan with the new steps OR feasible=False."""
|
||||
self.state_manager.transition_to(AgentState.THINKING)
|
||||
self.conversation_history.append(AgentMessage(role="user", content=message))
|
||||
|
||||
# Filter out 'finish' tool - not needed for single-shot assist mode
|
||||
# Filter out 'finish' tool - not needed for interact mode, we read finish_reason
|
||||
assist_tools = [t for t in self.tools if t.name != "finish"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user