Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChatMessage ¶
type ChatMessage struct {
ConversationID string `json:"conversationId"`
MessageID string `json:"messageId"`
ParentID string `json:"parentId,omitempty"`
Role string `json:"role"`
Content []map[string]interface{} `json:"content,omitempty"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
type ChatRequest ¶
Click to show internal directories.
Click to hide internal directories.