Theia API Documentation v1.66.0
    Preparing search index...
    interface SerializableChatRequestData {
        agentId?: string;
        changeSet?: { elements: SerializableChangeSetElement[]; title: string };
        id: string;
        text: string;
    }
    Index

    Properties

    agentId?: string
    changeSet?: { elements: SerializableChangeSetElement[]; title: string }
    id: string
    text: string