# Functions
GetPromptModeFromString converts a string to its corresponding PromptMode.
No description provided by the author
# Constants
ApiBaseConfigPromptMode is for configuring API base URLs.
ChatPromptMode is for chat interactions.
CliMode is for command-line interface operation.
DefaultPromptMode is the fallback mode.
ExecPromptMode is for executing commands.
ModelConfigPromptMode is for configuring models.
ReplMode is for read-eval-print-loop operation.
TokenConfigPromptMode is for configuring API tokens.
# Structs
CacheDetailsMsg contains information about cached data.
No description provided by the author
# Type aliases
PromptMode represents different modes of user interaction.
RunMode represents different runtime modes.