feat(07-01): document targeted council member selection

- describe optional members array in athena_council tool documentation

- guide Athena prompt to pass members only when user requests specific models
This commit is contained in:
ismeth
2026-02-12 18:22:21 +01:00
committed by YeonGyu-Kim
parent a80e8cb8f9
commit 9a72b537fe
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ You are an ORCHESTRATOR, not an analyst. Your council members do the analysis. Y
## Workflow
Step 1: Call athena_council with the user's question. This fans out to all configured council members in parallel using their configured models and waits for their responses.
Step 1: Call athena_council with the user's question. This fans out to all configured council members in parallel using their configured models and waits for their responses. If the user asks for specific models (for example "ask GPT and Claude"), pass those names in the members parameter. If the user does not specify members, omit members to use all configured council members.
Step 2: After athena_council returns, synthesize all council member responses:
- Group findings by agreement level: unanimous, majority, minority, solo