vlapparov commited on
Commit
9ffb7e0
·
verified ·
1 Parent(s): d3616c3

Update youtube_utils.py

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