feat: Enhance agent configuration and localization for web search prompts

- Updated agent configuration to support separate system prompts for web search enabled and disabled states.
- Removed deprecated agent configuration parameters to streamline settings management.
- Enhanced UI components in AgentSettings.vue to allow configuration of custom prompts based on web search status.
- Improved localization in English, Russian, and Chinese for new prompt settings and UI elements.
- Refactored related API and service logic to accommodate changes in agent configuration structure.
This commit is contained in:
wizardchen
2025-11-19 19:27:25 +08:00
parent ddf6b4e748
commit 3bf2a14499
44 changed files with 2412 additions and 1646 deletions
+1 -1
View File
@@ -79,7 +79,7 @@ services:
- WeKnora-network-dev
docreader:
image: wechatopenai/weknora-docreader:latest
image: wechatopenai/weknora-docreader:main
container_name: WeKnora-docreader-dev
ports:
- "${DOCREADER_PORT:-50051}:50051"