Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .speakeasy/in.openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17358,8 +17358,8 @@ components:
type: string
ProviderOptions:
description: >-
Provider-specific options keyed by provider slug. The options for the matched provider are spread into the
upstream request body.
Provider-specific options keyed by provider slug. Only options for the matched provider are forwarded; the rest
are ignored. Unrecognized keys are silently dropped.
example:
openai:
max_tokens: 1000
Expand Down
Loading