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
commit 499e87c9ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"`