menu
runanywhere package
documentation
public/types/tool_calling_types.dart
ToolCallingResult
toolResults property
toolResults property
dark_mode
light_mode
toolResults
property
List
<
ToolResult
>
toolResults
final
Results of executed tools (if autoExecute was true)
Implementation
final List<ToolResult> toolResults;
runanywhere package
documentation
public/types/tool_calling_types
ToolCallingResult
toolResults property
ToolCallingResult class