Skip to content

rulvar API reference


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

PropertyTypeDefined in
__fake"tool-calls"packages/testing/src/fake-adapter.ts:35
calls{ args: unknown; name: string; }[]packages/testing/src/fake-adapter.ts:36