Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with tab2:
|
|
111 |
tools=[YouTubeTools(), DuckDuckGo()],
|
112 |
show_tool_calls=True,
|
113 |
get_video_captions=True,
|
114 |
-
description="You are a YouTube agent. Obtain the captions of a YouTube video, analyze its content and context, provide summaries, conduct web research on similar topics, and answer user questions.",
|
115 |
)
|
116 |
except Exception as e:
|
117 |
st.error(f"Error initializing the agent: {e}")
|
|
|
111 |
tools=[YouTubeTools(), DuckDuckGo()],
|
112 |
show_tool_calls=True,
|
113 |
get_video_captions=True,
|
114 |
+
description="You are a YouTube agent. Obtain the captions of a YouTube video, analyze its content and context, provide detailed summaries, key points, conduct web research on similar topics, and answer user questions.",
|
115 |
)
|
116 |
except Exception as e:
|
117 |
st.error(f"Error initializing the agent: {e}")
|