Model parameters for the LLM module configuration.
These are set once at client construction and apply to every request made by this client.
To use different parameters for a request, create a new OrchestrationClient instance.
You can pass model-specific parameters, that are not specified in LlmModelParams (e.g. tool_choice, reasoning_effort), but behavior depends on the underlying model provider.
Model parameters for the LLM module configuration. These are set once at client construction and apply to every request made by this client. To use different parameters for a request, create a new OrchestrationClient instance. You can pass model-specific parameters, that are not specified in
LlmModelParams(e.g.tool_choice,reasoning_effort), but behavior depends on the underlying model provider.