-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Closed
Labels
pythonPull requests for the Python Semantic KernelPull requests for the Python Semantic KernelstaleIssue is stale because it has been open for a while and has no activityIssue is stale because it has been open for a while and has no activity
Description
Discussed in #12884
Originally posted by smokhasi August 8, 2025
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.
Metadata
Metadata
Assignees
Labels
pythonPull requests for the Python Semantic KernelPull requests for the Python Semantic KernelstaleIssue is stale because it has been open for a while and has no activityIssue is stale because it has been open for a while and has no activity