Documentation
¶
Overview ¶
Function calling lets developers create a description of a function in their code, then pass that description to a language model in a request.
This function call example involves 2 interactions of 3 messages: - ask the model to generate a function call request - call the Open API service (simulated in this example) - ask the model to interpret the function call response
Function calling allows the model to improve its responses with the use of external data sources.
Function calling allows the model to improve its responses with the use of external data sources.
Click to show internal directories.
Click to hide internal directories.