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