ADK for TypeScript: API Reference
    Preparing search index...

    Interface ExecutorContext

    The A2A Agent Executor context.

    interface ExecutorContext {
        appName: string;
        events: Event[];
        readonlyState: Record<string, unknown>;
        requestContext: RequestContext;
        sessionId: string;
        userContent: Content;
        userId: string;
    }

    Properties

    appName: string
    events: Event[]
    readonlyState: Record<string, unknown>
    requestContext: RequestContext
    sessionId: string
    userContent: Content
    userId: string