refactor: remove assistant message placeholder from AIPlanner user message format
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user