Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TermUI ¶
type TermUI struct {
// contains filtered or unexported fields
}
func (*TermUI) AppendChatMessage ¶
func (ui *TermUI) AppendChatMessage(msg chatMessage)
AppendChatMessage is for showing responses the user's request, conversational dialog etc
func (*TermUI) AppendSystemMessage ¶
AppendSystemMessage is for debug information, errors and such that are not part of the "conversation" per se, but still need to be shown to the user.
func (*TermUI) HandleToolUse ¶ added in v0.0.2
func (ui *TermUI) HandleToolUse(resp *loop.AgentMessage)
func (*TermUI) RestoreOldState ¶
Click to show internal directories.
Click to hide internal directories.