Commit 3d3677f
committed
docs: soften provider 'strongly typed' claim (Copilot feedback)
deepgram-java-voice-agent/SKILL.md gotcha #5 previously asserted that
provider config is 'strongly typed'. The wrappers (OpenAiThinkProvider,
AnthropicThinkProvider, etc.) produce a union variant but the underlying
payload is Object, so provider-field mistakes aren't caught at compile
time. Rewritten to describe the actual shape (sealed-union wrappers
around Object payloads) so readers don't rely on non-existent field-level
type safety.1 parent 9266ebc commit 3d3677f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
| |||
0 commit comments