fix: update label for search context usage to clarify its purpose

This commit is contained in:
Dave 2025-06-03 00:27:07 +02:00
parent 96e9bfe0e5
commit 77b357c73b
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ def search_perplexity(
"stream": False,
"web_search_options": {
"search_context_usage": search_context_usage,
}
},
}
headers = {

View File

@ -477,7 +477,7 @@
<!-- Search context usage selection -->
<div class="mb-2.5 flex w-full flex-col">
<div class=" self-center text-xs font-medium mb-1">
{$i18n.t('Search Context Usage')}
{$i18n.t('Perplexity Search Context Usage')}
</div>
<select
class="w-full rounded-lg py-2 px-4 text-sm bg-gray-50 dark:text-gray-300 dark:bg-gray-850 outline-hidden"