hasFileSearch property
bool
get
hasFileSearch
Whether the assistant has file search enabled.
Implementation
bool get hasFileSearch => tools.any((t) => t is FileSearchTool);
Whether the assistant has file search enabled.
bool get hasFileSearch => tools.any((t) => t is FileSearchTool);