How can I disable agent's console output? #4882
Unanswered
ganymedenet
asked this question in
Q&A
Replies: 1 comment
-
Can you provide more detail? If your talking about when the agent prints out its internal states of the chain object while running, just remove the For example if you have an agent like this: agent = initialize_agent(tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION, verbose=True) Then you can just remove the agent = initialize_agent(tools, llm, agent=AgentType.ZERO_SHOT_REACT_DESCRIPTION) |
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
-
Hey!
How can I disable console output for an agent?
Regards,
G
Beta Was this translation helpful? Give feedback.
All reactions