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

    Interface LoadArtifactRequest

    The parameters for loadArtifact.

    interface LoadArtifactRequest {
        appName: string;
        filename: string;
        sessionId: string;
        userId: string;
        version?: number;
    }

    Properties

    appName: string

    The app name.

    filename: string

    The filename of the artifact.

    sessionId: string

    The session ID.

    userId: string

    The user ID.

    version?: number

    The version of the artifact to load. If not provided, the latest version of the artifact is loaded.