Expand description
Runtime client selection.
Functions§
- pick_
default_ client - Select an LLM client at runtime, reading the environment:
- pick_
with - Same selection logic as
pick_default_clientbut with explicit inputs — lets tests exercise the branches without touching process environment.