Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
ID string `json:"id"`
Role string `json:"role"` // user, assistant, system
Content string `json:"content"`
Timestamp time.Time `json:"timestamp"`
}
Message represents a chat message
Click to show internal directories.
Click to hide internal directories.