Manasa1 commited on
Commit
a8ec7dd
·
verified ·
1 Parent(s): c1c212c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}")