ADK.LLM.Mock (ADK v0.0.1-alpha.1)

Copy Markdown View Source

Mock LLM that echoes input or uses pattern matching.

Configure responses via application env or process dictionary.

Summary

Functions

Set mock responses for the current process.

Functions

set_responses(responses)

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

Set mock responses for the current process.