-
Hey folks, When using Semantic Kernel (Chat Completion, Assistant Agent, or AI Agent) with auto function calling, is there a way to pass additional arguments to the functions - such as user context information - that are not initialized based on the prompt? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
moonbox3
Mar 20, 2025
Replies: 1 comment 7 replies
-
Hi @vslepakov, would this help your use-case? When you define a kernel function with the arguments parameter, they |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@vslepakov, I will also solve the other issue you raise related to not being able to properly handle the
AutoFunctionInvocationContext
with this bug fix. That'll take me a bit longer, but I will get a PR out with both soon.