struct

Finfry::AI::ToolDef

Inherits Struct < Value < Object

A tool the model may call: a finfry command name, a description, and the JSON Schema of its input.

Constructors

new(name : String, description : String, input_schema : JSON::Any)
Source

Instance methods

description
Source
input_schema
Source
name
Source