observeHasChatSuggestions

abstract fun observeHasChatSuggestions(): Flow<Boolean>

Emits whether the most recent Chat Tab suggestions fetch returned any entries, reflecting the currently displayed suggestions for the latest query.

Caution: the cached value is cleared when the Chat Tab is torn down, so no value is emitted until the current presentation performs its first fetch.