Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StepChatForwardFunc ¶
Types ¶
type StepBackend ¶
type StepBackend struct {
// contains filtered or unexported fields
}
func NewStepBackend ¶
func NewStepBackend(step chat.Step) *StepBackend
func (*StepBackend) Interrupt ¶
func (s *StepBackend) Interrupt()
func (*StepBackend) IsFinished ¶
func (s *StepBackend) IsFinished() bool
func (*StepBackend) Kill ¶
func (s *StepBackend) Kill()
func (*StepBackend) Start ¶
func (s *StepBackend) Start(ctx context.Context, msgs []*conversation.Message) (tea.Cmd, error)
Click to show internal directories.
Click to hide internal directories.