MockScriptedMode

Field

Type

Repeated

Description

responses

MockResponse

echo_state

bool

When true, the mock prepends previous_state to each text response so tests can assert state survives the BEAM round trip.

Member of

Message

Description

MockProvider

Test-only provider. Returns deterministic, scripted responses instead of calling a real LLM. Used by the ReasoningMock-tagged tests to exercise the full BEAM-and-pyisox stack without provider auth or non-determinism. Should not be used in production workflows.