fix: check if model returned at least 1 feedback

This commit is contained in:
AnotiaWang
2025-02-14 17:16:16 +08:00
parent e15e35e5dd
commit 8c36e5728a
3 changed files with 7 additions and 1 deletions

View File

@ -53,7 +53,8 @@
"description": "The AI will ask you some follow up questions to help you clarify the research direction.",
"waiting": "Waiting for model feedback...",
"submit": "Submit Answer",
"error": "Error getting feedback: {0}"
"error": "Error getting feedback: {0}",
"noQuestions": "The AI model did not return any follow-up questions."
},
"webBrowsing": {
"title": "3. Web Browsing",