struct

Finfry::App::AgentTool

Inherits Struct < Value < Object

A finfry command exposed to the AI: tool name, the dispatch subcommand it maps to, whether it mutates (writes are deferred for approval), a description, and the JSON Schema of its input.

Constructors

new(name : String, subcommand : String, write : Bool, description : String, schema : JSON::Any)
Source

Instance methods

description
Source
name
Source
schema
Source
subcommand
Source
write
Source