Skip to content

Tools

Tolls allow the LLM models to connect with external functions. * Richer responses by extending knowledge * Ability to carry out advanced actions within the application * Enchanced cababilities, like calculations

How it works: * In a request to the LLM, specify the available tools. * The reply is either Text or a request to run a Tool * We run the Tool and call the LLM with the results

Common use cases: * Fetch data or add knowledge or context * Take action like booking a meeting, buy a tiket * Perform calcutions * Modify the UI