Vana SDK - v2.2.2
    Preparing search index...

    Interface DownloadArtifactParams

    Parameters for downloading an artifact from a server operation.

    Artifacts are files generated during operations like Gemini agent analysis. The download requires authentication using the application's signature.

    interface DownloadArtifactParams {
        operationId: string;
        artifactPath: string;
    }
    Index

    Properties

    operationId: string

    The operation ID that generated the artifact.

    artifactPath: string

    The path to the artifact file to download.