rulvar API reference / @rulvar/testing / FakeToolCallsValue
Interface: FakeToolCallsValue
Defined in: packages/testing/src/fake-adapter.ts:34
Marker value: the model answers this turn with tool calls (M3).
Properties
| Property | Type | Defined in |
|---|---|---|
__fake | "tool-calls" | packages/testing/src/fake-adapter.ts:35 |
calls | { args: unknown; name: string; }[] | packages/testing/src/fake-adapter.ts:36 |