mockedToolCalls property

List<MockedToolCall>? mockedToolCalls
getter/setter pair

All tool calls to mock for the duration of the session.

Optional.

Implementation

core.List<MockedToolCall>? mockedToolCalls;