Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatLogger ¶
type ChatLogger struct {
// contains filtered or unexported fields
}
func NewChatLogger ¶
func (*ChatLogger) Close ¶
func (l *ChatLogger) Close()
func (*ChatLogger) LogError ¶
func (l *ChatLogger) LogError(agentName string, err error)
func (*ChatLogger) LogMessage ¶
func (l *ChatLogger) LogMessage(msg agent.Message)
func (*ChatLogger) LogSystem ¶
func (l *ChatLogger) LogSystem(message string)
Click to show internal directories.
Click to hide internal directories.