feat: use ReAct for ollama (#2766)

This commit is contained in:
yetone
2025-10-13 17:35:19 +08:00
committed by GitHub
parent 60cb63cdd2
commit 178b62a180

View File

@@ -373,6 +373,7 @@ M._defaults = {
ollama = {
endpoint = "http://127.0.0.1:11434",
timeout = 30000, -- Timeout in milliseconds
use_ReAct_prompt = true,
extra_request_body = {
options = {
temperature = 0.75,