How to return the result of function calling execution to the front end #9968
Replies: 1 comment 1 reply
-
note: #9408 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
If anyone knows a good way to do this, please let me know. I am wondering how to pass information to the front-end application when an agent built with semantic kernel is function calling. For example, when I execute the following code, I get the following chunk.
It is easy to tell the front end the name and arguments of the function calling used. The chunk contains the information, so it is read. So how best to communicate the results of the plugin's execution? If anyone knows of a common method used in the openai-related ecosystem, please let me know.
Beta Was this translation helpful? Give feedback.
All reactions