LogoRobo.js
Packages@robojs/ai

ChatFunctionProperty

Interface: ChatFunctionProperty

Schema fragment representing a property definition within ChatFunctionParameters.

Properties

PropertyTypeDescription
description?stringHuman-readable description exposed to the model.
enum?(string | number | boolean)[]Enumerated accepted values, if applicable.
items?ChatFunctionPropertyNested schema for array item validation.
maximum?numberMaximum numeric value when type is numeric.
minimum?numberMinimum numeric value when type is numeric.
type"string" | "number" | "boolean" | "array" | "integer"Primitive JSON schema type.

On this page