menu
llm_dart package
documentation
core/capability.dart
ChatResponse
toolCalls property
toolCalls property
dark_mode
light_mode
toolCalls
property
List
<
ToolCall
>
?
get
toolCalls
Get tool calls from the response
Implementation
List<ToolCall>? get toolCalls;
llm_dart package
documentation
core/capability
ChatResponse
toolCalls property
ChatResponse class