rulvar API reference / @rulvar/testing / FakeAdapterOptions
Interface: FakeAdapterOptions
Defined in: packages/testing/src/fake-adapter.ts:73
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
agents | Record<string, FakeResponder> | Patterns match on agentType, label, or a regex over the prompt; '*' is the fallback. | packages/testing/src/fake-adapter.ts:78 |