menu
flutter_agent_pupau package
documentation
services/tool_use_service.dart
ToolUseService
isNativeTool static method
isNativeTool static method
dark_mode
light_mode
isNativeTool
static method
bool
isNativeTool
(
ToolUseType
?
type
)
Implementation
static bool isNativeTool(ToolUseType? type) => type?.name.startsWith('nativeTools') ?? false;
flutter_agent_pupau package
documentation
services/tool_use_service
ToolUseService
isNativeTool static method
ToolUseService class