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:
@@ -31,6 +31,11 @@ You MUST wrap your final analysis in <COUNCIL_MEMBER_RESPONSE> tags. This is how
|
|||||||
- Exploration logs and intermediate reasoning
|
- Exploration logs and intermediate reasoning
|
||||||
- Step-by-step search process
|
- 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.`
|
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 = `
|
export const COUNCIL_SOLO_ADDENDUM = `
|
||||||
|
|||||||
Reference in New Issue
Block a user