Skip to content

escape brackets#924

Merged
fern-support merged 1 commit intomainfrom
fern/escape-brackets
Feb 8, 2026
Merged

escape brackets#924
fern-support merged 1 commit intomainfrom
fern/escape-brackets

Conversation

@fern-support
Copy link
Collaborator

No description provided.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 8, 2026

@fern-support fern-support enabled auto-merge (squash) February 8, 2026 17:43
@sahilsuman933 sahilsuman933 self-requested a review February 8, 2026 17:44
@fern-support fern-support merged commit dc62aa4 into main Feb 8, 2026
3 of 5 checks passed
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
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants