Packages@robojs/ai
ChatFunction
Interface: ChatFunction
Definition describing an available tool or function call that an engine may invoke.
Properties
| Property | Type | Description |
|---|---|---|
description | string | Human-readable description surfaced to the model. |
name | string | Programmatic identifier for the function. |
parameters | ChatFunctionParameters | JSON schema describing the function arguments. |
