Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -279,7 +279,7 @@ def google_search_tool(query: str):
|
|
| 279 |
tools = [knowledge_base_tool, google_search_tool]
|
| 280 |
|
| 281 |
# Create the prompt template
|
| 282 |
-
|
| 283 |
**ROLE:** Act as expert content writer .
|
| 284 |
|
| 285 |
**TASK:** Generate meaningful content for user based upon user query: [message] .
|
|
|
|
| 279 |
tools = [knowledge_base_tool, google_search_tool]
|
| 280 |
|
| 281 |
# Create the prompt template
|
| 282 |
+
prompt_message = f"""
|
| 283 |
**ROLE:** Act as expert content writer .
|
| 284 |
|
| 285 |
**TASK:** Generate meaningful content for user based upon user query: [message] .
|