LogoRobo.js
Packages@robojs/ai

ChatFunctionParameters

Interface: ChatFunctionParameters

JSON schema snippet describing function parameters accepted by a chat tool.

Properties

PropertyTypeDescription
propertiesRecord<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.

On this page