[codex] add pronunciation dictionary guidance#96
Conversation
|
Important Review skippedDraft detected. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
What changed
keyandvalueshould contain, and how inline versus managed dictionaries are processed.llms.txt.Why
Users need a reusable instruction for pronunciation dictionaries that reflects the edge-api and platform-api behavior: request validation, reference resolution, caching, ordered merge semantics, sanitization, and inference-side replacement.
Impact
Developers can now decide when to use a dictionary instead of inline phoneme tags and understand how to author entries safely.
Validation
git diff --checknode -e "JSON.parse(require('fs').readFileSync('docs.json', 'utf8')); console.log('docs.json ok')"npx prettier --check developer-guide/core-features/fine-grained-control.mdx developer-guide/core-features/fine-grained-control/pronunciation-dictionaries.mdxnpx prettier --check --parser markdown llms.txtnpx mint openapi-check api-reference/openapi.jsonnpx mint broken-linksstill reports existing broken links in.mintlify/skillsandtemp; the new page is not part of those failures.