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

    Interface ReadTextFileResponse

    Response containing the contents of a text file.

    interface ReadTextFileResponse {
        content: string;
    }
    Index

    Properties

    Properties

    content: string