Update youtube_utils.py
Browse files- youtube_utils.py +2 -2
youtube_utils.py
CHANGED
|
@@ -40,13 +40,13 @@ class YouTubeTranscriptTool(Tool):
|
|
| 40 |
"include_timestamps": {
|
| 41 |
"type": "boolean",
|
| 42 |
"description": "Whether to include timestamps in the output",
|
| 43 |
-
"default": False
|
| 44 |
"nullable": True,
|
| 45 |
},
|
| 46 |
"clean_text": {
|
| 47 |
"type": "boolean",
|
| 48 |
"description": "Whether to clean and format the text (remove extra spaces, fix punctuation)",
|
| 49 |
-
"default": True
|
| 50 |
"nullable": True,
|
| 51 |
}
|
| 52 |
}
|
|
|
|
| 40 |
"include_timestamps": {
|
| 41 |
"type": "boolean",
|
| 42 |
"description": "Whether to include timestamps in the output",
|
| 43 |
+
"default": False,
|
| 44 |
"nullable": True,
|
| 45 |
},
|
| 46 |
"clean_text": {
|
| 47 |
"type": "boolean",
|
| 48 |
"description": "Whether to clean and format the text (remove extra spaces, fix punctuation)",
|
| 49 |
+
"default": True,
|
| 50 |
"nullable": True,
|
| 51 |
}
|
| 52 |
}
|