diff --git a/src/lib/types.ts b/src/lib/types.ts index 0ad1d14..c4338d8 100644 --- a/src/lib/types.ts +++ b/src/lib/types.ts @@ -202,8 +202,9 @@ export interface AgentTemplate { export interface ListAgentTemplatesResponse { templates: AgentTemplate[] - // The verbatim config of the run-on-demand `recent-work-summary` template - // behind the dashboard's first-run CTA, served alongside the gallery. + // The verbatim config of the run-on-demand template behind the dashboard's + // first-run CTA (`recent-work-summary`), served with the gallery so the hero + // can show the exact agent it starts. first_run_yaml: string }