Skip to content

fix(docs): remove trailing comma from JSON response example in agent-builder-codes#1416

Open
bayrakdarerdem wants to merge 2 commits into
base:masterfrom
bayrakdarerdem:fix/trailing-comma-agent-builder-codes
Open

fix(docs): remove trailing comma from JSON response example in agent-builder-codes#1416
bayrakdarerdem wants to merge 2 commits into
base:masterfrom
bayrakdarerdem:fix/trailing-comma-agent-builder-codes

Conversation

@bayrakdarerdem
Copy link
Copy Markdown

Summary

Removes the trailing comma from the JSON response example in agent-builder-codes.mdx.

Problem

The response example contained a trailing comma which is invalid JSON and would cause errors if developers copied it directly.

Before:

{
  "builderCode": "bc_a1b2c3d4",
  "walletAddress": "0x...",
}

After:

{
  "builderCode": "bc_a1b2c3d4",
  "walletAddress": "0x..."
}

Fixes #1313

…et_connect reference

The link on line 193 incorrectly included a .mdx extension which returned 404.

Fixes base#1311
@cb-heimdall
Copy link
Copy Markdown
Collaborator

cb-heimdall commented May 11, 2026

🟡 Heimdall Review Status

Requirement Status More Info
Reviews 🟡 0/1
Denominator calculation
Show calculation
1 if user is bot 0
1 if user is external 0
2 if repo is sensitive 0
From .codeflow.yml 1
Additional review requirements
Show calculation
Max 0
0
From CODEOWNERS 0
Global minimum 0
Max 1
1
1 if commit is unverified 0
Sum 1

…builder-codes

The response example contained a trailing comma which is invalid JSON.

Fixes base#1313
@bayrakdarerdem bayrakdarerdem force-pushed the fix/trailing-comma-agent-builder-codes branch from 6b40d1a to 6728055 Compare May 11, 2026 22:03
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.

fix(docs): remove trailing comma from JSON response example in agent-builder-codes

2 participants