# `PromptRunner.LLMFacade`
[🔗](https://github.com/nshkrdotcom/prompt_runner_sdk/blob/v0.4.0/lib/prompt_runner/llm_facade.ex#L1)

Thin delegator implementing the `PromptRunner.LLM` behaviour.

Normalizes provider names and delegates streaming to `PromptRunner.Session`.

# `sdk`

```elixir
@type sdk() :: PromptRunner.LLM.sdk()
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
