Documentation
¶
Index ¶
Constants ¶
View Source
const ( SAVE = "save" SAVE_MODELFILE = "save as modelfile" LOAD = "load" CLEAR = "clear" )
View Source
const ( SAVE_CONFIG = "save" SETTINGS = "settings" )
View Source
const ( AGENTS = "agents" CONFIG = "config" MESSAGES = "messages" SYSTEM_PROMPTS = "system_prompts" CHAT = "chat" IMAGE = "image" ERRORS = "errors" REFRESH = "refresh" EXIT = "exit" )
Variables ¶
This section is empty.
Functions ¶
func NewChatOptionsModel ¶
func NewChatOptionsModel(pc *service.PromptConfig) tea.Model
func NewConfigOptionsModel ¶
func NewConfigOptionsModel(pc *service.PromptConfig) tea.Model
func NewOptionsModel ¶
func NewOptionsModel(pc *service.PromptConfig) tea.Model
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.