agentOS API Reference - v0.2.0-rc.3
    Preparing search index...

    Interface ReadFileResult

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

    Properties

    Properties

    content?: Uint8Array<ArrayBufferLike>
    error?: string
    path: string