I am writing plugins using Semantic Kernel. Most of the plugins that I have been writing was actually getting information by calling our custom API’s. I have no issues here.
Now I need to call a Delete API. I can call this Delete API through the prompt. But my requirement now is on giving a prompt like “delete this ” or “Remove this record “, I need the LLM to ask for confirmation “Do you really want to delete?”. then if I confirm with Yes, I can proceed with deletion..
How can I enable this double verification. how can I force the LLM to ask questions.
Kindly share if there is any link available.