Skip to content

Commit

Permalink
revert thinking tool deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne committed Sep 13, 2023
1 parent 7b557e4 commit 80801d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superagi/agent/agent_iteration_step_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ def _build_agent_prompt(self, iteration_workflow: IterationWorkflow, agent_confi
return prompt

def _build_tools(self, agent_config: dict, agent_execution_config: dict):
agent_tools = []
agent_tools = [ThinkingTool()]

config_data = AgentConfiguration.get_model_api_key(self.session, self.agent_id, agent_config["model"])
model_api_key = config_data['api_key']
Expand Down

0 comments on commit 80801d3

Please sign in to comment.