题意:
SemanticKernel本地LLM函数调用问题
问题背景:
I am trying to create my first demo AI project, and I would like to use Semantic Kernel to connect with my local hosted LLM and use function calls. I am getting responses from the LLM just fine, but I am unable to invoke any of my plugins. I can see that plugins are inserted into json when sending prompt to the LLM like so:
我正在尝试创建我的第一个 AI 演示项目,想使用 Semantic Kernel 连接本地部署的 LLM 并使用函数调用。目前 LLM 能正常返回响应,但我无法调用任何插件。我注意到在向 LLM 发送提示时,插件确实被插入到了 JSON 中,如下所示:
"tools": [
{
"type": "function",
"function": {
"description": "Gets a l