-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add troubleshooting docs #584
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
Add troubleshooting docs #584
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The style guide flagged several spelling errors that seemed like false positives. We skipped posting inline suggestions for the following words:
- Pydantic
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
overall, looks good.
Please can you also remove the admonition about nest-asyncio
in agents.md
.
I've merged #583 as it was created before your PR, you'll need to rebase and fix conflicts with that. |
9ffb65d
to
92aeb4f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The style guide flagged several spelling errors that seemed like false positives. We skipped posting inline suggestions for the following words:
- Colab
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work, thanks for the contribution!
(Note: I added the API Key Configuration section b/c it took me a little longer to figure out how to get the Google Gemini API Key working in Google Colab to do agent runs so I thought that directly linking it in the troubleshooting pages might help others. )
Contributions for #567