Added command list
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type Conversation struct {
|
||||
Id string
|
||||
Title string
|
||||
Summary string
|
||||
Messages []Message
|
||||
}
|
||||
Reference in New Issue
Block a user