Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Chat ¶
func InitChatProvider ¶
func InitChatProvider(config ChatConfig) (*Chat, error)
type ChatConfig ¶
type ChatMessage ¶
type ChatMessage struct {
Text string `json:"text"`
}
func (*ChatMessage) GetContent ¶
func (msg *ChatMessage) GetContent() string
Click to show internal directories.
Click to hide internal directories.