Replies: 1 comment
-
Ok, I found the issue. writer = Agent(
role='Content Writer',
goal='Craft engaging blog posts about the AI industry',
backstory='A skilled writer with a passion for technology.',
tools=writer_tools, # Use the generated list
verbose=True,
llm=llm
) If you pass in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I found that when using the latest version, the agents are not using any tools anymore. I wonder what the reason could be? I see no errors, they just process the tasks from the LLM knowledge alone. I can see in debugger that the tools get initialized and are part of each agent.
Any idea why tool calling stopped fully? I see no errors and the agents come back with a result (derived without tool usage). Any way to debug it?
Beta Was this translation helpful? Give feedback.
All reactions