Skip to main content

Module mock

Module mock 

Source
Expand description

Mock provider for testing. No real API calls.

Structs§

MockProvider
Mock LLM provider for tests. Supply a sequence of responses.
MockToolCall
A single mock tool call (pre-scripted name + arguments).

Enums§

MockResponse
A mock response: either plain text or a set of tool calls.