rulvar API reference / @rulvar/testing / FakeCall
Interface: FakeCall
Defined in: packages/testing/src/fake-adapter.ts:18
What a responder sees about the call.
Properties
| Property | Type | Defined in |
|---|---|---|
agentType? | string | packages/testing/src/fake-adapter.ts:20 |
label? | string | packages/testing/src/fake-adapter.ts:21 |
prompt | string | packages/testing/src/fake-adapter.ts:19 |
req | ChatRequest | packages/testing/src/fake-adapter.ts:22 |