You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in tool declaration I want to optionally be able to set tool description as a function that is called every time at inference time rather than at instantiation.
Use Cases
I created a package called ai-sql, at start time it pulls the schema off the database and puts it in the tool description for the tool to use when writing queries. However, the issue comes when I want to let the AI manage my schemas/update them/create tables. I'd like to pull the schema right before inference every time so the AI can always have an up to date picture.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Feature Description
in tool declaration I want to optionally be able to set tool description as a function that is called every time at inference time rather than at instantiation.
Use Cases
I created a package called ai-sql, at start time it pulls the schema off the database and puts it in the tool description for the tool to use when writing queries. However, the issue comes when I want to let the AI manage my schemas/update them/create tables. I'd like to pull the schema right before inference every time so the AI can always have an up to date picture.
Additional context
No response
The text was updated successfully, but these errors were encountered: