providerOptions merged last into a wire body. One level deep: a nested object (options on Ollama, generationConfig on Gemini) is extended, not replaced, so { options: { num_ctx: 8192 } } keeps the temperature.
providerOptions
options
generationConfig
{ options: { num_ctx: 8192 } }
Optional
providerOptionsmerged last into a wire body. One level deep: a nested object (optionson Ollama,generationConfigon Gemini) is extended, not replaced, so{ options: { num_ctx: 8192 } }keeps the temperature.