Let's say you've been having a chat and it's available in an LLMChatContainer. The user has no easy way to copy all of the text of this chat somewhere else. They would have to copy each TextArea for each turn of the conversation. Provide a way for users to get the full conversation text. Either, or both:
in a JSON object in OpenAI's "messages" format.
as just plain text with separators between system, user, and agent messages.
Let's say you've been having a chat and it's available in an LLMChatContainer. The user has no easy way to copy all of the text of this chat somewhere else. They would have to copy each TextArea for each turn of the conversation. Provide a way for users to get the full conversation text. Either, or both: