do I really need to use do-while loop if I already know what function I need when using function calling ? #195
MosheAzraf
started this conversation in
General
Replies: 1 comment
-
The point of the loop is that after one turn of One example coming to my mind is |
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
as mentioned in the title do I really need to use do-while loop if I already know what function I need when using function calling ?
I've wrote something like this, and it works perfectly fine:
Beta Was this translation helpful? Give feedback.
All reactions