fix(athena): add closing tag example to council member prompt

The prompt showed only the opening <COUNCIL_MEMBER_RESPONSE> tag but
never the closing </COUNCIL_MEMBER_RESPONSE>, causing the test
assertion to fail. Added a concrete example block showing both tags.
This commit is contained in:
ismeth
2026-03-01 11:28:52 +01:00
committed by YeonGyu-Kim
parent 227a59a796
commit 45db36a80d
@@ -31,6 +31,11 @@ You MUST wrap your final analysis in <COUNCIL_MEMBER_RESPONSE> tags. This is how
- Exploration logs and intermediate reasoning
- Step-by-step search process
Example:
<COUNCIL_MEMBER_RESPONSE>
Your analysis here...
</COUNCIL_MEMBER_RESPONSE>
If you do not wrap your response in <COUNCIL_MEMBER_RESPONSE> tags, your analysis will not be included in the synthesis.`
export const COUNCIL_SOLO_ADDENDUM = `