Hi all,
Has anyone succeeded in dictating the response of GPT after receiving function call response? Do you handle this from the system prompt level?
For instance, let’s say we got the following response from the API (function calls).
{
"name": "John",
"phone number": "100000",
"address": "California"
I want GPT to always say “John’s phone number is 100000 and lives in California” instead of other ways of expressing it (“User is John…”)