menu
runanywhere package
documentation
public/types/tool_calling_types.dart
ToolCall
getBool method
getBool method
dark_mode
light_mode
getBool
method
bool
?
getBool
(
String
key
)
Get a bool argument by name
Implementation
bool? getBool(String key) => arguments[key]?.boolValue;
runanywhere package
documentation
public/types/tool_calling_types
ToolCall
getBool method
ToolCall class