menu
genai package
documentation
interface/model_providers/anthropic.dart
AnthropicModel
streamOutputFormatter method
streamOutputFormatter method
dark_mode
light_mode
streamOutputFormatter
method
@
override
String
?
streamOutputFormatter
(
Map
x
)
override
Implementation
@override String? streamOutputFormatter(Map x) { return x['text']; }
genai package
documentation
interface/model_providers/anthropic
AnthropicModel
streamOutputFormatter method
AnthropicModel class