pub type ProviderOptions = BTreeMap<String, JsonObject>;Expand description
Provider-specific request options, grouped by provider key.
The outer key is the provider options name (for example openai or
anthropic); the inner object is interpreted by that provider only.
Adapters must ignore keys that belong to other providers.
Aliased Typeยง
pub struct ProviderOptions { /* private fields */ }