Shorthand helper to extract the raw Context schema type from an AgentTypeConfig or ReactAgent.
This returns just the contextSchema type passed to createAgent, not merged with middleware.
For the complete merged context (agent context + middleware contexts), use InferAgentContext.
Shorthand helper to extract the raw Context schema type from an AgentTypeConfig or ReactAgent. This returns just the
contextSchematype passed tocreateAgent, not merged with middleware.For the complete merged context (agent context + middleware contexts), use InferAgentContext.