refactor: remove assistant message placeholder from AIPlanner user message format

This commit is contained in:
kswdev0
2026-03-27 10:55:48 +09:00
parent f6947d7345
commit 3fccbb20eb

View File

@@ -198,7 +198,6 @@ class AIPlanner:
messages=[
{"role": "system", "content": SYSTEM_PROMPT},
{"role": "user", "content": "/no_think\n" + user_message},
{"role": "assistant", "content": "<|think|>\n\n</|think|>\n"},
],
format={
"type": "object",