agentOS API Reference - v0.0.1
    Preparing search index...

    Interface ReadFileResult

    interface ReadFileResult {
        content?: Uint8Array<ArrayBufferLike>;
        error?: string;
        path: string;
    }
    Index
    content?: Uint8Array<ArrayBufferLike>
    error?: string
    path: string