Skip to content

Commit

Permalink
Fix instantiation of YfinanceToolComponent in complex_agent.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ogabrielluiz committed Oct 2, 2024
1 parent 0245f2b commit 9d44d89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def complex_agent_graph():
llm = OpenAIModelComponent(model_name="gpt-4o-mini")
manager_llm = OpenAIModelComponent(model_name="gpt-4o")
search_api_tool = SearchAPIComponent()
yahoo_search_tool = YfinanceToolComponent
yahoo_search_tool = YfinanceToolComponent()
dynamic_agent = CrewAIAgentComponent()
chat_input = ChatInput()
role_prompt = PromptComponent(_display_name="Role Prompt")
Expand Down

0 comments on commit 9d44d89

Please sign in to comment.