Added command list
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package model
|
||||
|
||||
type Message struct {
|
||||
Id string `json:"-"`
|
||||
Seq int `json:"-"`
|
||||
Role string `json:"role"`
|
||||
Content string `json:"content"`
|
||||
ToolCalls []ToolCall `json:"tool_calls,omitempty"`
|
||||
}
|
||||
Reference in New Issue
Block a user