feat: Add configurable thinking indicator text

- Add thinkingIndicatorText field to interface configuration schema
- Update ContentParts component to use configurable text instead of hardcoded translation
- Update example config with new option
- Maintain backward compatibility by falling back to default translation
This commit is contained in:
constanttime 2025-10-02 17:42:57 +05:30
parent 341435fb25
commit d6500f7eb3
3 changed files with 5 additions and 1 deletions

View file

@ -96,6 +96,7 @@ interface:
marketplace:
use: false
fileCitations: true
# thinkingIndicatorText: "Thinking..." # Text shown while AI is generating a response (default: "Thinking...")
# Temporary chat retention period in hours (default: 720, min: 1, max: 8760)
# temporaryChatRetention: 1