Autobot::Config::CustomCommandEntry
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
Instance methods
description
Sourcevalue
Source