docs: note keyphrase uniqueness rule - #310
Merged
Merged
Conversation
Ruari-Phipps
force-pushed
the
docs/auto-update-21692da
branch
from
September 3, 2026 15:51
882ccbe to
38f4084
Compare
Ruari-Phipps
force-pushed
the
docs/auto-update-21692da
branch
from
September 3, 2026 16:34
38f4084 to
ff5fda7
Compare
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Ruari-Phipps
force-pushed
the
docs/auto-update-21692da
branch
from
September 3, 2026 16:38
ff5fda7 to
24000f7
Compare
Ruari-Phipps
marked this pull request as ready for review
September 3, 2026 16:39
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.
Summary
Document the keyphrase uniqueness rule on the speech recognition reference page, so the validation added in
21692dais discoverable before a push fails.Motivation
Agent Studio normalizes keyphrases (trim + lowercase) and rejects a push containing two entries that normalize to the same phrase. Nothing in the docs said so, so the constraint was only discoverable by hitting the error.
Changes
Validationsection to the speech recognition page, covering the keyphrase uniqueness rule along with the existing rules for ASR settings, keyphrase boosting, and transcript correctionsTest strategy
poly <command>)Checklist
ruff check .andruff format --check .passpytestpassespolyCLI interface (or migration path documented)Screenshots / Logs
N/A