-
Notifications
You must be signed in to change notification settings - Fork 317
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
Dynamic tools #157
Dynamic tools #157
Conversation
Deploying pydantic-ai with Cloudflare Pages
|
cdf7939
to
a8cd333
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:
- Ollama
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:
- [Pp]ydantic
- [Dd]ataclass
As suggested by @jxnl.
This allows tools to be switched off and customized in specific steps, it's a step towards #110.
Breaking change: this will cause some breaking changes to the public API as we simplified the signature of
Model.agent_model
and downstream types.