standard_briefing
Generate predefined briefings from persisted model results to answer recurring stakeholder questions without running new computations.
Instructions
Generate a concise, predefined briefing from persisted batch results.
This tool is retrieval-first and does not run SHAP/drift computations.
It is designed as a reusable daily/weekly briefing entry point for
stakeholders who ask a similar set of baseline questions each run.
Args:
model_id: Optional model filter. If None, includes all models with
persisted result-store artifacts.
run_id: Optional run filter.
top_cases: Maximum number of highlighted explained samples per model.Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | No | ||
| run_id | No | ||
| top_cases | No |