menu
openai_core package
documentation
realtime.dart
RealtimeFunctionTool
matches method
matches method
dark_mode
light_mode
matches
method
bool
matches
(
RealtimeFunctionTool
tool
)
Implementation
bool matches(RealtimeFunctionTool tool) { return tool.name == this.name; }
openai_core package
documentation
realtime
RealtimeFunctionTool
matches method
RealtimeFunctionTool class