Rulvar API reference / @rulvar/testing / FakeToolCallsValue
Interface: FakeToolCallsValue
Defined in: packages/testing/src/fake-adapter.ts:37
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:38 |
calls | { args: unknown; name: string; }[] | packages/testing/src/fake-adapter.ts:39 |