menu
llm_dart package
documentation
providers/anthropic/models.dart
AnthropicTextBlock
setText method
setText method
dark_mode
light_mode
setText
method
void
setText
(
String
text
)
Set the text content for this block
Implementation
void setText(String text) { _text = text; }
llm_dart package
documentation
providers/anthropic/models
AnthropicTextBlock
setText method
AnthropicTextBlock class