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