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

    Extra context passed to a participant.

    interface ChatContext {
        history: readonly (ChatRequestTurn | ChatResponseTurn)[];
    }
    Index

    Properties

    Properties

    history: readonly (ChatRequestTurn | ChatResponseTurn)[]

    All of the chat messages so far in the current chat session. Currently, only chat messages for the current participant are included.