Replies: 1 comment 2 replies
-
@moonbox3 any insight into this sort of implementation in semantic kernel? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to the pass the tool call error message back to the LLM so that the LLM can correct itself. Is that possible?
Pydantic AI supports something similar using model retry
For example, I have a plugin generating sql queries which is then executed on the database and the sql query fails for some reason. I would like to be able to pass the sql error message back to the plugin responsible for generating sql queries to correct the sql query.
Beta Was this translation helpful? Give feedback.
All reactions