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
+2
View File
@@ -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.