Documentation
¶
Index ¶
Constants ¶
View Source
const CONFIRM_MESSAGE = `` /* 242-byte string literal not displayed */
Confirmation message
Variables ¶
View Source
var TOKEN = os.Getenv("KEEPASS_TOKEN")
View Source
var URL = os.Getenv("KEEPASS_BASE_URL")
Keepass API configuration
Functions ¶
Types ¶
type Module ¶
type Module struct { Enabled bool // Whether or not the module is enabled Permissions byte // The permissions this module needs to be activated FunctionDefinitions map[string]openai.FunctionDefinition // Function definitions for an OpenAI model Functions map[string]func(bot *horus.Bot, input *types.Input) any // Functions that can be called // contains filtered or unexported fields }
Module stores this module's functions and capabilities in an easily exportable struct
Click to show internal directories.
Click to hide internal directories.