Replies: 3 comments
-
Tagging @SergeyMenshykh |
Beta Was this translation helpful? Give feedback.
-
Hi @Mantis748, may I ask you to provide two plugins that would reproduce the issue: one that generates the SQL (it's fine to return hardcoded SQL as long as it reproduces the issue) and the other that expects the SQL as input? Both can be fake/stubbed ones as long as they help to reproduce the issue on my side. |
Beta Was this translation helpful? Give feedback.
-
Closing for now. @Mantis748 feel free to reopen it when you have the plugins so we can use them to repro the issue. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm attempting to build out my first SK agent to mimic one I have working using OAI's assistant api. I am following this:
https://learn.microsoft.com/en-us/semantic-kernel/frameworks/agent/examples/example-chat-agent?pivots=programming-language-csharp
This agent will:
The issue is this: the sql gen plugin is executed again and again, even if the output is correct. I wrote a simple invocation filter to intercept the calls. I see no errors, and I do see the sql being added to the chat history.
So what might I be missing? The history has the generated sql, but for some reason SK and/or the LLM don't seem to recognize it and pass it on to the next plugin.
Calling code below:
Beta Was this translation helpful? Give feedback.
All reactions