mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 02:16:36 +02:00
Merge pull request #5730 from ollama/mxyng/cleanup
remove unneeded tool calls
This commit is contained in:
commit
499e87c9ba
3 changed files with 1 additions and 15 deletions
|
@ -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"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue