mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
remove unneeded tool calls
This commit is contained in:
parent
a8388beb94
commit
5a83f79afd
3 changed files with 1 additions and 15 deletions
|
@ -115,8 +115,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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue