I'm using the new function call methods in the june versions of GPT-3 . How are you supposed to do few shot learning with them? I can put a description field in the JSON schema. but if i put example JSON args in my prompts, it seems like it gets confused and returns JSON as content, instead of a function call.
I want to give multiple examples of different API calls to use when executing the funciton to improve the performance but am unsure the optimal way to do it and still get the JSON function call back.