menu
neomage package
documentation
utils/tool_result/tool_result_storage.dart
TextContentBlock
TextContentBlock.new const constructor
TextContentBlock.new const constructor
dark_mode
light_mode
TextContentBlock
constructor
const
TextContentBlock
(
{
required
String
text
,
String
type
=
'text'
,
})
Implementation
const TextContentBlock({required this.text, this.type = 'text'});
neomage package
documentation
utils/tool_result/tool_result_storage
TextContentBlock
TextContentBlock.new const constructor
TextContentBlock class