mirror of
https://github.com/ollama/ollama.git
synced 2025-05-11 10:26:53 +02:00
remove ToolCall from GenerateResponse
This commit is contained in:
parent
499e87c9ba
commit
c279f96371
2 changed files with 0 additions and 8 deletions
|
@ -405,9 +405,6 @@ type GenerateResponse struct {
|
|||
// Response is the textual response itself.
|
||||
Response string `json:"response"`
|
||||
|
||||
// ToolCalls is the list of tools the model wants to call
|
||||
ToolCalls []ToolCall `json:"tool_calls,omitempty"`
|
||||
|
||||
// Done specifies if the response is complete.
|
||||
Done bool `json:"done"`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue