docs: sentence-case 4 stray Title Case headings

This commit is contained in:
Vincent Koc
2026-05-06 09:22:35 -07:00
parent e2898eaa88
commit 74ec956e42
4 changed files with 4 additions and 4 deletions

View File

@@ -1259,7 +1259,7 @@ a session ended.
}
```
## Agent And Bidi Modes
## Agent and bidi modes
Chrome `agent` mode is optimized for "my agent is in the meeting" behavior. The
realtime transcription provider hears the meeting audio, final participant

View File

@@ -25,7 +25,7 @@ register(api) {
}
```
## Config Loading And Writes
## Config loading and writes
Prefer config that was already passed into the active call path, for example `api.config` during registration or a `cfg` argument on channel/provider callbacks. This keeps one process snapshot flowing through the work instead of reparsing config on hot paths.