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:
@@ -1,5 +1,7 @@
|
||||
export const ATHENA_COUNCIL_TOOL_DESCRIPTION = `Execute Athena's multi-model council. Sends the question to all configured council members in parallel and returns their collected responses.
|
||||
|
||||
Optionally pass a members array of member names or model IDs to consult only specific council members. If omitted, all configured members are consulted.
|
||||
|
||||
This tool reads council member configuration from the plugin config (agents.athena.council.members). Each member runs as an independent background agent with their configured model, variant, and temperature.
|
||||
|
||||
Returns council member responses with status, response text, and timing. Use this output for synthesis.
|
||||
|
||||
Reference in New Issue
Block a user