Skip to main content

ToolFunctionDefinition

Wraps a FunctionSchema inside a ToolFunction. Each tool in deployment.prompt.tools has a definition of this type.

Import

Type Definition

Fields

schema
FunctionSchema
required
The FunctionSchema describing the function’s name, description, and parameters.

Example

Accessing from a deployment