menu
langchain_core package
documentation
prompts.dart
PromptValue
toMap method
toMap method
dark_mode
light_mode
toMap
method
Map
<
String
,
dynamic
>
toMap
(
)
Convert the prompt value to a map.
Implementation
Map<String, dynamic> toMap() => {};
langchain_core package
documentation
prompts
PromptValue
toMap method
PromptValue class