analyze_youtube_video
Fetch a YouTube transcript and apply a selected Fabric pattern (e.g., summarize, extract_wisdom) in one call, processing the complete video content without truncation.
Instructions
Fetch a YouTube transcript and analyze it with a Fabric pattern in one step. This ensures the complete transcript is processed without truncation. Use this instead of calling get_youtube_transcript and then a pattern separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | The YouTube video URL | |
| pattern | Yes | The Fabric pattern to apply (e.g., 'extract_wisdom', 'summarize', 'analyze_claims', 'create_quiz', etc.) |