-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug
kernel.Plugins.AddFromFunctions("CurrentDateTool", tools |> Seq.map _.AsKernelFunction()) |> ignore
Importing plugin from kernel function occurs with prefixed name "plugin_function", while later function is retrieved using just "function" name, so integration is broken later.
Issue is not reproduced in 1.52.0
To Reproduce
Check out the repro, change SemanticKernel version to 1.53.0
https://github.com/Lanayx/Oxpecker/tree/develop/examples/MCP
Expected behavior
MCP function is added as plugin properly and can be used later
Screenshots
Platform
- Language: [F#]
- Source: [NuGet package version 1.53.0]
- AI model: [Ollama + Llama3.2]
- IDE: [Rider]
- OS: [Windows]
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
Sprint: Done