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.
ToolFunctionDefinition
Wraps a FunctionSchema inside a ToolFunction. Each tool indeployment.prompt.tools has a definition of this type.
Import
Fields
The function schema. Aliased as
schema in JSON — use var_schema in Python to avoid collision with the Python reserved word. See FunctionSchema.Example
Accessing from a deployment
Related
- ToolFunction — parent type containing
definition - FunctionSchema — the schema held by this wrapper