Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def web_search(message: str):
|
|
59 |
else:
|
60 |
source_knowledge = ""
|
61 |
augmented_prompt = f"""
|
62 |
-
If the answer to the next query is not contained in the Web Search say 'No Answer Is Available' and
|
63 |
|
64 |
Query: {message}
|
65 |
|
|
|
59 |
else:
|
60 |
source_knowledge = ""
|
61 |
augmented_prompt = f"""
|
62 |
+
If the answer to the next query is not contained in the Web Search, say 'No Answer Is Available' and then just give guidance for the query.
|
63 |
|
64 |
Query: {message}
|
65 |
|