Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
Loading