Documentation Index
Fetch the complete documentation index at: https://www.adaline.ai/docs/llms.txt
Use this file to discover all available pages before exploring further.
Tools
Tool types for function calling with LLMs.ToolType
Tools allow LLMs to invoke external functions. Define tools with a name, description, and JSON Schema parameters.Fields
The tool type. Currently only
"function" is supported.An async function that executes when the tool is called via
gateway.getToolResponses(). Receives the parsed arguments and returns the result.