VS Code API
    Preparing search index...

    Class ChatResponseTurn

    Represents a chat participant's response in chat history.

    Index

    Properties

    command?: string

    The name of the command that this response came from.

    participant: string

    The id of the chat participant that this response came from.

    The content that was received from the chat participant. Only the stream parts that represent actual content (not metadata) are represented.

    result: ChatResult

    The result that was received from the chat participant.