Theia API Documentation v1.66.0
    Preparing search index...

    Data interfaces for chat response content serialization. These define the structure of the data property in SerializableChatResponseContentData.

    interface TextContentData {
        content: string;
    }
    Index

    Properties

    Properties

    content: string