Skip to content

Rulvar API reference


Rulvar API reference / @rulvar/testing / FakeAdapterOptions

Interface: FakeAdapterOptions

Defined in: packages/testing/src/fake-adapter.ts:76

Properties

PropertyTypeDescriptionDefined in
agentsRecord<string, FakeResponder>Patterns match on agentType, label, or a regex over the prompt; '*' is the fallback.packages/testing/src/fake-adapter.ts:81
capsOverrides?Partial<ModelCaps>Declared capability fields layered over the fake defaults (the v1.74 experiment review): lets an offline test drive caps-driven runtime behavior, e.g. minOutputTokensPerTurn for the provider output floor, without a live adapter.packages/testing/src/fake-adapter.ts:88