hasFileSearch property

bool get hasFileSearch

Whether the assistant has file search enabled.

Implementation

bool get hasFileSearch => tools.any((t) => t is FileSearchTool);