menu
langchain_core package
documentation
chat_models.dart
AIChatMessageToolCall
id property
id property
dark_mode
light_mode
id
property
String
id
final
The id of the tool to call.
This is used to match up the tool results later.
Implementation
final String id;
langchain_core package
documentation
chat_models
AIChatMessageToolCall
id property
AIChatMessageToolCall class