From fe1f0c1193c3e23d318454186dbb4f43a053f43d Mon Sep 17 00:00:00 2001 From: kswdev0 Date: Fri, 27 Mar 2026 09:38:44 +0900 Subject: [PATCH] feat: add think parameter to AIPlanner options for enhanced configuration --- ai_planner.py | 1 + 1 file changed, 1 insertion(+) diff --git a/ai_planner.py b/ai_planner.py index 64f9be2..bab48db 100644 --- a/ai_planner.py +++ b/ai_planner.py @@ -220,6 +220,7 @@ class AIPlanner: }, "required": ["actions"], }, + think=False, options={"temperature": 0.3}, ) finally: