Tool Call Context
class ToolCallContext
Framework-agnostic, immutable context passed to tools at call time. Carries out-of-band metadata such as auth tokens, tenant IDs, or correlation IDs without polluting the tool's JSON input schema.
Context flows explicitly through the Tool.call two-arg overload and is propagated through decorator chains by DelegatingTool.