ToolFunctionDefinition
Wraps a FunctionSchema inside a ToolFunction. Each tool indeployment.prompt.tools has a definition of this type.
Import
Type Definition
Fields
The FunctionSchema describing the function’s name, description, and parameters.
Example
Accessing from a deployment
Related
- ToolFunction — parent type containing
definition - FunctionSchema — the schema held by this wrapper