ACP v2 TypeScript SDK — EXPERIMENTAL DRAFT - v1.3.0
    Preparing search index...

    Type Alias AgentRequestContext<Params>Experimental

    AgentRequestContext: AgentHandlerContext<Params> & { requestId: JsonRpcId }

    Context passed to agent-side request handlers.

    Type Parameters

    • Params

    Type Declaration

    • requestId: JsonRpcId

      JSON-RPC id of the request currently being handled.