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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user