docs: update handoff tool with missing API features#928
Merged
sahilsuman933 merged 1 commit intomainfrom Feb 9, 2026
Merged
Conversation
Align the handoff tool docs with the current API schema by adding documentation for squad destinations, tool messages, rejection plans, the userAndAssistantMessages context plan, variable extraction aliases, variable access patterns, and assistant destination overrides. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Contributor
|
🌿 Preview your docs: https://vapi-preview-4f3070f1-cbe2-4320-a1c0-dbd65e9ebb37.docs.buildwithfern.com |
sahilsuman933
approved these changes
Feb 9, 2026
vapi-tasker bot
pushed a commit
that referenced
this pull request
Feb 11, 2026
…o avoid Fern SDK generation issues
The {{ }} syntax in OpenAPI descriptions causes Fern's Go SDK generator to
interpret them as template syntax, breaking code generation. Removed all
curly brace syntax from the traceName description.
Note: preview-go and preview-python CI failures are pre-existing on main
(confirmed by PR #928 having identical failures). This commit ensures our
change doesn't add to the problem.
5 tasks
adhamvapi
pushed a commit
that referenced
this pull request
Feb 11, 2026
…o avoid Fern SDK generation issues
The {{ }} syntax in OpenAPI descriptions causes Fern's Go SDK generator to
interpret them as template syntax, breaking code generation. Removed all
curly brace syntax from the traceName description.
Note: preview-go and preview-python CI failures are pre-existing on main
(confirmed by PR #928 having identical failures). This commit ensures our
change doesn't add to the problem.
Co-authored-by: Cursor <cursoragent@cursor.com>
vapi-tasker bot
pushed a commit
that referenced
this pull request
Feb 11, 2026
…ption
Previous fix still had {{ assistant.name }} and {{ call.type }} in the
example text. Replace with plain variable names to ensure our change adds
zero {{ }} to the OpenAPI spec.
Note: preview-go has NEVER passed on main (all 5 recent runs are failures).
The 33 Go compilation errors at assistants.go, calls.go, types.go are
caused by 71 pre-existing {{ }} patterns in the broader OpenAPI spec,
not by this PR. PRs #924-#928 were all merged with identical failures.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
HandoffDestinationSquad) documentation withsquadId, transientsquad,entryAssistantName,squadOverrides, and property reference tableuserAndAssistantMessagescontext engineering plan type that filters out system messages, tool calls, and tool resultsrequest-start,request-complete,request-failed,request-response-delayed) with properties and examplesRegexCondition,LiquidCondition, andGroupConditionwith examplesvariableExtractionPlan.aliases) with Liquid template syntax<Note>documentingassistantOverridesand transientassistantproperties on assistant destinationsCloses DEVREL-482
Testing Steps
fern docs devor navigate to preview deployment