Hacker News new | ask | show | jobs
by naiv 1109 days ago
https://platform.openai.com/docs/guides/gpt/function-calling

they also have a notebook with more examples:

https://github.com/openai/openai-cookbook/blob/main/examples...

1 comments

I have read both of these but I did not notice any in-context examples, meaning prompts fed to the model showing it how to call a function and response to a user query, rather than docstrings telling it how to call a function.