Remove think flag from Chat provider call

This commit is contained in:
Avisek 2026-02-22 22:16:25 +05:30
parent 52c47ce6a8
commit c9a420e14f

View file

@ -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,
})
},
)