Added command list

This commit is contained in:
Radu Macocian (admac)
2026-06-25 14:36:49 +02:00
parent 491510ca78
commit 9537237a85
14 changed files with 447 additions and 103 deletions
@@ -2,7 +2,7 @@ package model
type Conversation struct {
Id string
Name string
Title string
Summary string
Messages []Message
}