Commit 82cc88f
committed
docs: remove incorrect 'Handoff Arguments' Tip — UI section does not exist yet
The Tip block claimed the Vapi dashboard exposes function.parameters on
the handoff tool as a 'Handoff Arguments' section in the squad builder.
That section does not currently render. Verified two ways:
1. The string 'Handoff Arguments' appears nowhere in apps/dashboard
(case-sensitive and case-insensitive grep, both with and without
TS/TSX type filters).
2. apps/dashboard/src/features/squads/components/panels/sections/
DestinationEditor.tsx (the component that renders the squad-builder
handoff destination panel) only labels three sections: 'Context
Engineering Plan', 'Variable Extraction Plan', and 'Description'.
No 'Handoff Arguments' / 'Function Parameters' / JSON-schema editor.
The page also contradicted itself — the Warning earlier on the same
page (line 28) correctly states the squad builder does NOT carry
function.parameters through. The Warning is correct; the Tip was
aspirational, likely written assuming the squad-builder UX PR would
land before this docs PR, and is the outlier.
Removing the Tip rather than rewriting it because the existing Warning
already covers what readers need to know about dashboard support, so a
second callout restating it is redundant. When the squad-builder UX
ships, add a fresh callout pointing readers at the actual section name
(verified against the dashboard codebase at that time).1 parent 1882434 commit 82cc88f
1 file changed
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | 75 | | |
80 | 76 | | |
81 | 77 | | |
| |||
0 commit comments