Skip to main content

Interface: ChatFunctionCall

Invocation payload provided when an engine requests tool execution.

Properties

arguments

arguments: Record<string, unknown>;

Parsed arguments adhering to ChatFunctionParameters.


id?

optional id: string;

Identifier supplied when the model tracks a tool call across responses.


name

name: string;

Name of the function to execute.