Packages@robojs/ai
ChatFunctionParameters
Interface: ChatFunctionParameters
JSON schema snippet describing function parameters accepted by a chat tool.
Properties
| Property | Type | Description |
|---|---|---|
properties | Record<string, ChatFunctionProperty> | Dictionary of property names to schema definitions. |
required? | string[] | Required property names that must be supplied. |
type? | "object" | "array" | Top-level schema type, defaults to object. |
