Replies: 1 comment
-
|
Thanks for the details! The youtube transcription tool used to be agent callable before, but then we decided to trigger it only when youtube urls are explicitly in the chat input. This was to avoid mistriggers if a note contains a long list of youtube urls and the agent decides to call the youtube tool on every one of them (youtube transcript calls are expensive). That said, I do see the need to make youtube transcription more agentic as you've made the case. The middle ground could be to let the agent ask for permission if there are 2 or more videos involved. For a single video transcription the mistrigger shouldn't be a huge deal. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I watch youtube videos, sometimes I save (more like create a note about) them to Obsidian. I use obsidian web clipper with a youtube template.
I want to add a short AI generated summary of the video as the note is being created. These are my goals:
This is what I have tried so far:
Copilot web clipper has a native integration with AI. Unfortunately, that AI can only be asked about the HTML content of the page you are trying to save. I tried a template with a prompt like "Give me a summary of youtube video {{url}}", got an error that use of external sources is forbidden.
Once there is a note in Obsidian about the youtube video, I tried copilot with prompts like this:
And got a response:
Well, currently that plan does not work, if fails during the web search phase.
I can get a summary if I manually paste youtube URL into the prompt, but that means that I can't create a custom prompt for this...
Beta Was this translation helpful? Give feedback.
All reactions