mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 09:11:26 +00:00
feat: require final tag format in system prompt
This commit is contained in:
@@ -31,5 +31,6 @@ describe("buildAgentSystemPromptAppend", () => {
|
||||
|
||||
expect(prompt).toContain("## Reasoning Format");
|
||||
expect(prompt).toContain("<think>...</think>");
|
||||
expect(prompt).toContain("<final>...</final>");
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user