menu
runanywhere package
documentation
public/types/tool_calling_types.dart
ToolCall
arguments property
arguments property
dark_mode
light_mode
arguments
property
Map
<
String
,
ToolValue
>
arguments
final
Arguments to pass to the tool
Implementation
final Map<String, ToolValue> arguments;
runanywhere package
documentation
public/types/tool_calling_types
ToolCall
arguments property
ToolCall class