Represents a chat participant's response in chat history.
Variables
read onlyresponse:ReadOnlyArray<EitherType<ChatResponseMarkdownPart, EitherType<ChatResponseFileTreePart, EitherType<ChatResponseAnchorPart, ChatResponseCommandButtonPart>>>>
The content that was received from the chat participant. Only the stream parts that represent actual content (not metadata) are represented.