CallbackContext
class CallbackContext(invocationContext: InvocationContext, eventActions: EventActions? = null) : ReadonlyContext
The context provided to agents and tools during a callback, such as when a tool is run.
It provides access to the current invocation context, event actions, and state.