ui

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2025 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ChatTUIModel

type ChatTUIModel struct {
	// contains filtered or unexported fields
}

func InitialModel

func InitialModel(opts InitialModelOptions) ChatTUIModel

func (ChatTUIModel) Init

func (m ChatTUIModel) Init() tea.Cmd

func (ChatTUIModel) Update

func (m ChatTUIModel) Update(msg tea.Msg) (_ tea.Model, cmd tea.Cmd)

func (ChatTUIModel) View

func (m ChatTUIModel) View() string

type InitialModelOptions

type InitialModelOptions struct {
	Title          string
	GetBotResponse func(messages []llm.Message) tea.Cmd
	Messages       []llm.Message
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL