Skip to content
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
merged 16 commits into from
Nov 12, 2024

Commits on Nov 11, 2024

  1. Configuration menu
    Copy the full SHA
    8477b5f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68b6724 View commit details
    Browse the repository at this point in the history
  3. ✨ (youtube-transcripts.spec.ts): add integration test for youtube tra…

    …nscripts component in the frontend to ensure user can interact with it successfully
    Cristhianzl committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    6b79fb6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fb3028 View commit details
    Browse the repository at this point in the history
  5. merge fix

    Cristhianzl committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    d4c6b6a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    92b4982 View commit details
    Browse the repository at this point in the history
  7. 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`.
    ogabrielluiz committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    61b1fa0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8314e35 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a07342 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6e66650 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    97970cf View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b51a76a View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    69b2c4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81cc9b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12bbb6a View commit details
    Browse the repository at this point in the history
  4. ✨ (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
    Cristhianzl committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    fe0cfb0 View commit details
    Browse the repository at this point in the history