Extract function call result from automatic function calling #9602
Closed
HuskyDanny
started this conversation in
General
Replies: 1 comment
-
Hi @HuskyDanny, thanks for your question. You'll want to look a bit deeper into the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi team,
I am using function calling for optional RAG. I want to extract the result of executing the RAG plugin, but I could only see the function call message and its output in the chatHistory, which then is packed into the metadata of Function.result

I could use the chatHistory to match the function result with the function call id manually, but want to ask if there is any alternatives here? I am using semantic-kernel==1.7.0 in python.
Beta Was this translation helpful? Give feedback.
All reactions