Added command list
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package model
|
||||
|
||||
type ToolCall struct {
|
||||
Id string `json:"-"`
|
||||
Type string `json:"type"`
|
||||
FunctionName string `json:"function"`
|
||||
FunctionArguments string `json:"arguments"`
|
||||
}
|
||||
Reference in New Issue
Block a user