mirror of
https://github.com/ollama/ollama.git
synced 2025-08-03 15:02:43 +02:00
Merge pull request #5730 from ollama/mxyng/cleanup
remove unneeded tool calls
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user