Briyah SDK - v2.0.6
    Preparing search index...

    Interface ToolArtifact

    A room artifact as a tool sees it. Mirrors room/artifact.ts with viewers always resolved.

    interface ToolArtifact {
        body: string;
        creator: string;
        name: string;
        transient: boolean;
        viewers: string[];
    }
    Index
    body: string
    creator: string
    name: string
    transient: boolean

    True when the artifact is delivered per-turn rather than cached.

    viewers: string[]