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)
func (*ChatLogger) SetJSONEmitter ¶ added in v0.5.4
func (l *ChatLogger) SetJSONEmitter(emitter *bridge.StdoutEmitter)
SetJSONEmitter sets the JSON emitter for JSON-only output mode
Click to show internal directories.
Click to hide internal directories.