Agent Client Protocol - v0.2.0-alpha.8
    Preparing search index...

    Interface ReadTextFileResponse

    Response containing the contents of a text file.

    interface ReadTextFileResponse {
        content: string;
    }
    Index

    Properties

    Properties

    content: string