menu
another_chatgpt package
documentation
assistants/assistant_messages_dto.dart
GptAssistantMessage
content property
content property
dark_mode
light_mode
content
property
List
<
GptThreadContent
>
content
getter/setter pair
The content of the message in array of text and/or images.
Implementation
List<GptThreadContent> content;
another_chatgpt package
documentation
assistants/assistant_messages_dto
GptAssistantMessage
content property
GptAssistantMessage class