LogoRobo.js
Packages@robojs/ai

ChatFunctionCall

Interface: ChatFunctionCall

Invocation payload provided when an engine requests tool execution.

Properties

PropertyTypeDescription
argumentsRecord<string, unknown>Parsed arguments adhering to ChatFunctionParameters.
id?stringIdentifier supplied when the model tracks a tool call across responses.
namestringName of the function to execute.

On this page