Files
Radu Macocian (admac) 9537237a85 Added command list
2026-06-26 10:31:02 +02:00

9 lines
206 B
Go

package model
type ToolCall struct {
Id string `json:"-"`
Type string `json:"type"`
FunctionName string `json:"function"`
FunctionArguments string `json:"arguments"`
}