-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add YouTube transcript extraction component and frontend integration #4502
Merged
Commits on Nov 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8477b5f - Browse repository at this point
Copy the full SHA 8477b5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68b6724 - Browse repository at this point
Copy the full SHA 68b6724View commit details -
✨ (youtube-transcripts.spec.ts): add integration test for youtube tra…
…nscripts component in the frontend to ensure user can interact with it successfully
Configuration menu - View commit details
-
Copy full SHA for 6b79fb6 - Browse repository at this point
Copy the full SHA 6b79fb6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2fb3028 - Browse repository at this point
Copy the full SHA 2fb3028View commit details -
Configuration menu - View commit details
-
Copy full SHA for d4c6b6a - Browse repository at this point
Copy the full SHA d4c6b6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92b4982 - Browse repository at this point
Copy the full SHA 92b4982View commit details -
Add YouTube transcript component with enhanced schema and error handling
- Introduced `YoutubeApiSchema` for structured input validation. - Updated `youtube_transcripts` method to use `TranscriptFormat` enum. - Improved error handling by raising `ToolException` for transcript retrieval failures. - Removed redundant `YoutubeApiSchema` class definition within `YouTubeTranscriptsComponent`.
Configuration menu - View commit details
-
Copy full SHA for 61b1fa0 - Browse repository at this point
Copy the full SHA 61b1fa0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8314e35 - Browse repository at this point
Copy the full SHA 8314e35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a07342 - Browse repository at this point
Copy the full SHA 1a07342View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e66650 - Browse repository at this point
Copy the full SHA 6e66650View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97970cf - Browse repository at this point
Copy the full SHA 97970cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for b51a76a - Browse repository at this point
Copy the full SHA b51a76aView commit details
Commits on Nov 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 69b2c4d - Browse repository at this point
Copy the full SHA 69b2c4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 81cc9b2 - Browse repository at this point
Copy the full SHA 81cc9b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 12bbb6a - Browse repository at this point
Copy the full SHA 12bbb6aView commit details -
✨ (codeAreaModalComponent.spec.ts): add a delay of 1000ms to ensure p…
…roper execution of drag and drop action in the test 🔧 (youtube-transcripts.spec.ts): introduce a loop to handle multiple instances of outdated components before proceeding with the test execution
Configuration menu - View commit details
-
Copy full SHA for fe0cfb0 - Browse repository at this point
Copy the full SHA fe0cfb0View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.