Agent Client Protocol - v0.5.1
    Preparing search index...

    Interface ReadTextFileResponse

    Response containing the contents of a text file.

    interface ReadTextFileResponse {
        _meta?: { [k: string]: unknown };
        content: string;
    }
    Index

    Properties

    Properties

    _meta?: { [k: string]: unknown }

    Extension point for implementations

    content: string