feat: add think parameter to AIPlanner options for enhanced configuration

This commit is contained in:
kswdev0
2026-03-27 09:38:44 +09:00
parent 7014b47231
commit fe1f0c1193

View File

@@ -220,6 +220,7 @@ class AIPlanner:
},
"required": ["actions"],
},
think=False,
options={"temperature": 0.3},
)
finally: