Skip to main content

Interface: ChatFunction

Definition describing an available tool or function call that an engine may invoke.

Properties

description

description: string;

Human-readable description surfaced to the model.


name

name: string;

Programmatic identifier for the function.


parameters

parameters: ChatFunctionParameters;

JSON schema describing the function arguments.