addClient
Registers an additional LLMClient.
Multiple clients for the same provider are allowed. When more than one client is registered for the same provider, build will create a RoutingLLMPromptExecutor that load-balances across them.
Return
This builder instance for chaining.
Parameters
client
The LLM client to add.