Merged
Conversation
Contributor
|
🌿 Preview your docs: https://vapi-preview-755fd055-7d2f-4098-8426-f457b14f95e6.docs.buildwithfern.com |
sahilsuman933
approved these changes
Feb 8, 2026
5 tasks
vapi-tasker bot
pushed a commit
that referenced
this pull request
Feb 11, 2026
… SDK generation
The {{ }} Liquid template variables in the traceName field description were
being interpreted by Fern's Go code generator as Go template expressions,
causing compilation errors in the generated SDK code. Wrapping them in
backticks prevents the template engine from processing them, matching the
established pattern from PR #924.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.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.
vapi-tasker bot
pushed a commit
that referenced
this pull request
Feb 12, 2026
… schema descriptions
The model property description in structured output schemas (CreateStructuredOutputDTO,
StructuredOutput, UpdateStructuredOutputDTO) contains liquid template syntax references
like {{structuredOutput}}, {{structuredOutput.name}}, etc. that break MDX/Fern page
rendering when not wrapped in inline code backticks.
This is a re-application of the fix from PR #924 which was overwritten by a subsequent
API schema push.
Linear: DEVREL-491
3 tasks
sahilsuman933
pushed a commit
that referenced
this pull request
Feb 12, 2026
… schema descriptions (#932) The model property description in structured output schemas (CreateStructuredOutputDTO, StructuredOutput, UpdateStructuredOutputDTO) contains liquid template syntax references like {{structuredOutput}}, {{structuredOutput.name}}, etc. that break MDX/Fern page rendering when not wrapped in inline code backticks. This is a re-application of the fix from PR #924 which was overwritten by a subsequent API schema push. Linear: DEVREL-491 Co-authored-by: Vapi Tasker <tasker@vapi.ai>
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.
No description provided.