-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Python: Bug: ConversationSummaryPlugin Python #10059
Comments
@eavanvalkenburg can you take a look? |
@haithamshahin333 could you share a bit more of the broader script you are using for this, we haven't spend much time on this one, but the tests do work for it. The only thing I see different in your small snippet is that we explicitly do: |
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. |
Hi Team, Apologies for the delay on getting back to you - to provide some clarity @eavanvalkenburg I'm attempting to invoke the plugin with an agent through auto invocation. Given that the function is annotated with both the Kernel and KernelArguments as parameters, it is failing If I manually invoke the function through kernel.invoke I don't need to pass the Kernel and all works well |
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: