Skip to content

Commit 5f8487c

Browse files
bloveclaude
andauthored
docs(ag-ui): regenerate api-docs for AgUiAgent.subagents field (#670)
The F5 PR added a documented subagents signal to AgUiAgent but didn't regenerate the website api-docs; the Website build drift-guard failed on main. Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent a18ed3c commit 5f8487c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/website/content/docs/ag-ui/api/api-docs.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,8 @@
476476
{
477477
"name": "subagents",
478478
"type": "Signal<Map<string, Subagent>>",
479-
"description": "",
480-
"optional": true
479+
"description": "Subagent activities (activityType==='subagent') projected to the neutral\n Subagent contract, keyed by messageId. Narrows the base Agent's optional\n `subagents?` to a concrete signal for AG-UI consumers.",
480+
"optional": false
481481
},
482482
{
483483
"name": "submit",

0 commit comments

Comments
 (0)