Remove think flag from Chat provider call
This commit is contained in:
parent
52c47ce6a8
commit
c9a420e14f
1 changed files with 0 additions and 1 deletions
|
|
@ -592,7 +592,6 @@ func (al *AgentLoop) runLLMIteration(
|
|||
return agent.Provider.Chat(ctx, messages, providerToolDefs, model, map[string]any{
|
||||
"max_tokens": agent.MaxTokens,
|
||||
"temperature": agent.Temperature,
|
||||
"think": true,
|
||||
})
|
||||
},
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue