Skip to content

Conversation

Copilot
Copy link
Contributor

@Copilot Copilot AI commented Aug 21, 2025

The useAgenticRetrieval feature in the developer settings was displaying text in Chinese and English instead of proper Japanese translations. This affected the main checkbox label, help text, and related configuration options for Japanese users.

Issues Fixed

1. Incorrect Chinese translation: The useAgenticRetrieval label was showing Chinese text "使用主体性检索" instead of Japanese.

2. Missing Japanese help text: The help text for the agentic retrieval checkbox was only available in English.

3. Settings component bug: The useAgenticRetrieval checkbox was referencing the wrong help text key (helpTexts.suggestFollowupQuestions instead of helpTexts.useAgenticRetrieval).

4. Missing translations for related features: The maxSubqueryCount and resultsMergeStrategy controls had no Japanese translations.

Changes Made

  • Fixed the Chinese translation to proper Japanese: "エージェント型リトリーバルを使用"
  • Added Japanese help text: "Azure AI Search のエージェント型リトリーバルを使用してマルチクエリの計画を行います。常にセマンティック ランカーを使用します。"
  • Added missing translations for:
    • maxSubqueryCount: "最大サブクエリ数"
    • resultsMergeStrategy: "結果マージ戦略"
    • Strategy options: "インターリーブ" (interleaved) and "降順" (descending)
  • Fixed the Settings.tsx component to use the correct help text reference

Impact

Japanese users will now see all agentic retrieval features properly localized in the developer settings panel instead of Chinese or English text.

Fixes #2693.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • openaipublic.blob.core.windows.net
    • Triggering command: python -m pytest tests/e2e.py::test_chat -v --tb=short -s (dns block)

If you need me to access, download, or install something from one of these locations, you can either:


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@Copilot Copilot AI changed the title [WIP] useAgenticRetrieval missing translations Fix useAgenticRetrieval missing Japanese translations Aug 21, 2025
Copilot finished work on behalf of pamelafox August 21, 2025 05:39
@Copilot Copilot AI requested a review from pamelafox August 21, 2025 05:39
@pamelafox pamelafox marked this pull request as ready for review August 21, 2025 05:49
@pamelafox pamelafox merged commit 5bc4fd7 into main Aug 21, 2025
22 checks passed
@pamelafox pamelafox deleted the copilot/fix-2693 branch August 21, 2025 06:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

useAgenticRetrieval missing translations
3 participants