testToolContext
fun testToolContext(invocationContext: ERROR CLASS: Symbol not found for InvocationContext = testInvocationContext(), actions: ERROR CLASS: Symbol not found for EventActions = EventActions(), functionCallId: String? = null, eventId: String? = null, toolConfirmation: ERROR CLASS: Symbol not found for ToolConfirmation?? = null): ERROR CLASS: Symbol not found for ToolContext
A ToolContext wrapping an InvocationContext built by testInvocationContext.
Most tool tests need a ToolContext only to satisfy the API surface; this helper avoids boilerplate. Use the invocationContext parameter to supply a pre-built context if a test needs to inspect or share it across calls.