Skip to content
New issue

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

DOC: Issue with Agent Names (for Notebook Example: multi-agent-collaboration.ipynb) #297

Closed
JShollaj opened this issue Apr 11, 2024 · 2 comments

Comments

@JShollaj
Copy link

Issue with current documentation:

After invoking the agent workflow in the final cell, we receive the following error:

BadRequestError: Error code: 400 - {'error': {'message': "'Chart Generator' does not match '^[a-zA-Z0-9_-]{1,64}$' - 'messages.5.name'", 'type': 'invalid_request_error', 'param': None, 'code': None}}

Idea or request for content:

The way I resolved it is by changing the names of the agent from "Chart Generator" to "Chart". Appearently, the issue is with spacing in agent names when collaborating.

@hinthornw
Copy link
Contributor

I'd review a PR that changes to chart_generator or something similar (removes the spaces) - should be only a couple line change

@hinthornw
Copy link
Contributor

Should be updated now

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants