Documentation
¶
Index ¶
- func AddStack(stack tea.Model, title string) tea.Cmd
- func AgentSelection(executor *agents.Executor, name string) tea.Cmd
- func Cancel() tea.Msg
- func ClearScreen() tea.Msg
- func DoneGenerating(userMsgId, responseMsgId int64) tea.Cmd
- func Error(err error) tea.Cmd
- func FileSelection(files []string, multiMode bool) tea.Cmd
- func RemoveStack(stack tea.Model) tea.Cmd
- func SetChatTextview(content string) tea.Cmd
- func StartSpinner() tea.Msg
- func StopSpinner() tea.Msg
- func Transition(title string) tea.Cmd
- func UpdateAiResponse(content string) tea.Cmd
- func UpdateChatContent(userPromt, content string) tea.Cmd
- func UpdateUserPrompt(content string) tea.Cmd
- type AddStackEvent
- type AgentSelectionEvent
- type CancelEvent
- type ClearScreenEvent
- type DoneGeneratingEvent
- type FileSelectionEvent
- type RemoveStackEvent
- type SetChatTextviewEvent
- type StartSpinnerEvent
- type StopSpinnerEvent
- type TransitionEvent
- type UpdateAiResponseEvent
- type UpdateChatContentEvent
- type UpdateUserPromptEvent
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearScreen ¶
func DoneGenerating ¶
func SetChatTextview ¶
func StartSpinner ¶
func StopSpinner ¶
func Transition ¶
func UpdateAiResponse ¶
func UpdateChatContent ¶
func UpdateUserPrompt ¶
Types ¶
type AddStackEvent ¶
type AgentSelectionEvent ¶
type CancelEvent ¶
type CancelEvent struct{}
type ClearScreenEvent ¶
type ClearScreenEvent struct{}
type DoneGeneratingEvent ¶
type FileSelectionEvent ¶
type RemoveStackEvent ¶
type SetChatTextviewEvent ¶
type SetChatTextviewEvent struct {
Content string
}
type StartSpinnerEvent ¶
type StartSpinnerEvent struct{}
type StopSpinnerEvent ¶
type StopSpinnerEvent struct{}
type TransitionEvent ¶
type TransitionEvent struct {
Title string
}
type UpdateAiResponseEvent ¶
type UpdateAiResponseEvent UpdateChatContentEvent
type UpdateChatContentEvent ¶
type UpdateUserPromptEvent ¶
type UpdateUserPromptEvent UpdateChatContentEvent
Click to show internal directories.
Click to hide internal directories.