get_council_result
Retrieve the status and full output of a background AI council run by job ID, or list recent jobs for review. Get synthesized answers from multiple models.
Instructions
Fetch a background council run started with ask_council_async. Pass job_id to get its status (running | done | error) and, when done, the full result. Omit job_id (or set list=true) to list recent jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list | No | List recent jobs (metadata only) instead of fetching one. | |
| job_id | No | Job id from ask_council_async. Omit to list recent jobs. |