Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotManagerImpl ¶
type BotManagerImpl struct {
AskApp compose.Runnable[*model.Ask, *schema.Message]
SummaryApp compose.Runnable[*model.SummaryRequest, *schema.Message]
}
func NewBotManaer ¶
func (*BotManagerImpl) Ask ¶
func (bm *BotManagerImpl) Ask(ctx context.Context, AskMsg *model.Ask) *model.AskResponse
func (*BotManagerImpl) Summary ¶
func (bm *BotManagerImpl) Summary(ctx context.Context, SummaryReq *model.SummaryRequest) *model.SummaryResponse
Click to show internal directories.
Click to hide internal directories.