Using the Function Tool
We show how to expose custom Python functions to the LLM by describing them in the API call, then writing harness code that parses function call requests, executes the function locally, and pipes the result back into the model.
Previous Module
The Principles of Responsible AI
This Module
Develop a Generative AI Chat App