fix : tts not working with web interface

This commit is contained in:
martin legrand
2025-05-03 19:22:01 +02:00
parent bddaa75e8c
commit 52e5af8116
5 changed files with 19 additions and 7 deletions
+1
View File
@@ -250,6 +250,7 @@ class BrowserAgent(Agent):
Expand on the finding or step that lead to success, and provide a conclusion that answer the request. Include link when possible.
Do not give advices or try to answer the human. Just structure the AI finding in a structured and clear way.
You should answer in the same language as the user.
"""
def search_prompt(self, user_prompt: str) -> str: