menu
ai_bridge_core
ai_bridge_core.dart
AIResponse
toolCalls property
toolCalls
dark_mode
light_mode
toolCalls
property
List
<
AIToolCall
>
?
toolCalls
final
Tool invocations requested by the model.
Implementation
final List<AIToolCall>? toolCalls;
ai_bridge_core
ai_bridge_core
AIResponse
toolCalls property
AIResponse class