menu
langchain_core package
documentation
tools.dart
Tool<Input extends Object, Options extends ToolOptions, Output extends Object>
name property
name property
dark_mode
light_mode
name
property
@
override
String
name
final
The unique name of the tool that clearly communicates its purpose.
Implementation
@override final String name;
langchain_core package
documentation
tools
Tool<Input extends Object, Options extends ToolOptions, Output extends Object>
name property
Tool class