Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,6 +47,7 @@ def initialize_youtube_agent():
|
|
47 |
name="YouTube Summarizer",
|
48 |
model=Gemini(id="gemini-2.0-flash-exp"),
|
49 |
tools=[YouTubeTools()],
|
|
|
50 |
show_tool_calls=True,
|
51 |
description="You are a YouTube agent. Obtain the captions of a YouTube video and answer questions.",
|
52 |
markdown=True,
|
|
|
47 |
name="YouTube Summarizer",
|
48 |
model=Gemini(id="gemini-2.0-flash-exp"),
|
49 |
tools=[YouTubeTools()],
|
50 |
+
get_youtube_video_captions = True,
|
51 |
show_tool_calls=True,
|
52 |
description="You are a YouTube agent. Obtain the captions of a YouTube video and answer questions.",
|
53 |
markdown=True,
|