# `ADK.LLM.Mock`
[🔗](https://github.com/zeroasterisk/adk-elixir/blob/main/lib/adk/llm.ex#L99)

Mock LLM that echoes input or uses pattern matching.

Configure responses via application env or process dictionary.

# `set_responses`

```elixir
@spec set_responses([map() | String.t()]) :: :ok
```

Set mock responses for the current process.

---

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