LogoRobo.js
Packages@robojs/ai

ChatFunction

Interface: ChatFunction

Definition describing an available tool or function call that an engine may invoke.

Properties

PropertyTypeDescription
descriptionstringHuman-readable description surfaced to the model.
namestringProgrammatic identifier for the function.
parametersChatFunctionParametersJSON schema describing the function arguments.

On this page