Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ youtube_transcript(url: str) -> str:
|
|
| 137 |
A single string containing the transcript of the youtube videos.
|
| 138 |
"""
|
| 139 |
sys_msg = SystemMessage(
|
| 140 |
-
content=f"You are a helpful assistant at answering user questions. Your final answer will be between <
|
| 141 |
)
|
| 142 |
|
| 143 |
return {
|
|
|
|
| 137 |
A single string containing the transcript of the youtube videos.
|
| 138 |
"""
|
| 139 |
sys_msg = SystemMessage(
|
| 140 |
+
content=f"You are a helpful assistant at answering user questions. Your final answer will be between <answer> and </answer> tags. You can access provided tools:\n{textual_description_of_tool}\n"
|
| 141 |
)
|
| 142 |
|
| 143 |
return {
|