Merge pull request #13111 from tth37/perf_multi_thread_web_searching

perf: Concurrent processing for web search queries
This commit is contained in:
Tim Jaeryang Baek
2025-05-02 03:15:49 -07:00
committed by GitHub
2 changed files with 25 additions and 19 deletions

View File

@@ -683,6 +683,8 @@
{$i18n.t('No search query generated')}
{:else if status?.description === 'Generating search query'}
{$i18n.t('Generating search query')}
{:else if status?.description === 'Searching the web'}
{$i18n.t('Searching the web')}
{:else}
{status?.description}
{/if}