Replies: 1 comment
-
After reviewing the openai documentation again, specifically the weather examples, I may have overthought the process. Given my use case isn't designed to have an interactive experience, I believe injecting the unit system directly into the user prompt will suffice and the arguments are not relevant in this scenario. |
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
-
Hi, I am having trouble trying to provide a required field in the function calling, if I am understanding this correctly, when you set a field as required, it is a field that you are required to provide before making the request, and you provide it using the arguments, correct?
Am I going about this correctly in the snippet below? I'm getting mixed results in my commonRecipeDefs (second code snippet).
Beta Was this translation helpful? Give feedback.
All reactions