We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug A clear and concise description of what the bug is. This could be anything from:
I'm trying to use Sonnet for this sample and getting errors when running the agent
To Reproduce Steps to reproduce the behavior (or some version of this):
` DEFAULT_AGENT_MODEL = "anthropic.claude-3-sonnet-20240229-v1:0"
DEFAULT_SUPERVISOR_MODEL = "anthropic.claude-3-sonnet-20240229-v1:0" `
python3 examples/multi_agent_collaboration/team_poems_agent/main.py \ --recreate_agents "true"
examples/multi_agent_collaboration/team_poems_agent/main.py \ --recreate_agents "false" \ --team_name "New England Patriots"
Expected behavior Agent to return invoke results or fail gracefuly
Screenshots
! Additional context !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
A clear and concise description of what the bug is. This could be anything from:
I'm trying to use Sonnet for this sample and getting errors when running the agent
To Reproduce
Steps to reproduce the behavior (or some version of this):
`
DEFAULT_AGENT_MODEL = "anthropic.claude-3-sonnet-20240229-v1:0"
DEFAULT_SUPERVISOR_MODEL = "anthropic.claude-3-sonnet-20240229-v1:0"
`
python3 examples/multi_agent_collaboration/team_poems_agent/main.py \ --recreate_agents "true"
examples/multi_agent_collaboration/team_poems_agent/main.py \ --recreate_agents "false" \ --team_name "New England Patriots"
Expected behavior
Agent to return invoke results or fail gracefuly
Screenshots
! Additional context !
The text was updated successfully, but these errors were encountered: