struct

Autobot::Config::CustomCommandEntry

Inherits Struct < Value < Object

A custom command entry that supports both simple string and rich format.

Simple format (backward compatible): summarize: "Summarize the conversation"

Rich format (with description): summarize: prompt: "Summarize the conversation" # use "prompt" for macros description: "Summarize the conversation"

deploy: path: "/home/user/scripts/deploy.sh" # use "path" for scripts description: "Deploy application to production"

Constructors

new(value : String, description : String | Nil = nil)
Source

Instance methods

description
Source
to_yaml(yaml : YAML::Nodes::Builder) : Nil
Source
value
Source