[Go to site: main page, start]

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;
    }

    Hierarchy (View Summary)

    Properties

    appName: string

    The name of the application.

    filename: string

    The filename of the artifact.

    sessionId: string

    The ID of the session.

    userId: string

    The ID of the user.

    version?: number

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