Packages@robojs/ai
ChatFunctionCall
Interface: ChatFunctionCall
Invocation payload provided when an engine requests tool execution.
Properties
| Property | Type | Description |
|---|---|---|
arguments | Record<string, unknown> | Parsed arguments adhering to ChatFunctionParameters. |
id? | string | Identifier supplied when the model tracks a tool call across responses. |
name | string | Name of the function to execute. |
