Merge pull request #5730 from ollama/mxyng/cleanup

remove unneeded tool calls
This commit is contained in:
Michael Yang
2024-07-16 14:42:13 -07:00
committed by GitHub
3 changed files with 1 additions and 15 deletions

View File

@@ -118,8 +118,6 @@ type Message struct {
}
type ToolCall struct {
ID string `json:"id"`
Type string `json:"type"`
Function struct {
Name string `json:"name"`
Arguments map[string]any `json:"arguments"`