Replies: 1 comment 7 replies
-
In function calling, we have a response in JSON format. So, we need to wait until the message is complete to be sure the response JSON is valid. |
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
-
Hi,
If the response message is too long, we need to wait for all the responses to be downloaded from the AskAsync method. But there is no delay in the AskStreamAsync method.
Problem is if we want to use function calls we have to use AskAsync Method.
Is it possible to implement function calls in AskStreamAsync method?
Beta Was this translation helpful? Give feedback.
All reactions