You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
There is not a clear way to leverage this plugin given the function arguments expect both the Kernel and KernelArguments passed to it.
To Reproduce
arguments["input"] = 'this is a story to be summarized...'
await kernel.invoke(plugin_name="summarizer", function_name="SummarizeConversation", arguments=arguments)
Expected behavior
A summary to be produced
Screenshots
Consistent error on function calling debug output stating that 3 arguments are expected, but only one is provided.
Platform
OS: [e.g. Windows, Mac]
IDE: [e.g. Visual Studio, VS Code]
Language: [e.g. C#, Python]
Source: [e.g. NuGet package version 0.1.0, pip package version 0.1.0, main branch of repository]
Additional context
Is there a code example of how to call this plugin?
The text was updated successfully, but these errors were encountered:
Closing the issue as we've provided some sample code on how to structure a call to the plugin. Please re-open if you continue to have issues, or file a new issue. Thank you.
Describe the bug
There is not a clear way to leverage this plugin given the function arguments expect both the Kernel and KernelArguments passed to it.
To Reproduce
Expected behavior
A summary to be produced
Screenshots
Consistent error on function calling debug output stating that 3 arguments are expected, but only one is provided.
Platform
Additional context
Is there a code example of how to call this plugin?
The text was updated successfully, but these errors were encountered: