Semantic kernel equivalent of model retry #12884
Closed
Sourabh Mokhasi (smokhasi)
started this conversation in
General
Replies: 1 comment 2 replies
|
Evan Mattson (@moonbox3) any insight into this sort of implementation in semantic kernel? |
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.
All reactions