1,065
edits
m (Text replacement - "|Updated = ↵" to "|Updated = ") |
Beetlejuice (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
{{Agent infobox | {{Agent infobox | ||
|image = Video Insights Summaries-Vision-Transcription (GPT).png | |image = Video Insights: Summaries-Vision-Transcription (GPT).png | ||
|Name = Video Insights: Summaries/Vision/Transcription | |Name = Video Insights: Summaries/Vision/Transcription | ||
|Platform = ChatGPT | |Platform = ChatGPT | ||
Line 12: | Line 12: | ||
|Website = | |Website = | ||
|Link = https://chat.openai.com//g/g-HXZv0dg8w-video-insights-summaries-vision-transcription | |Link = https://chat.openai.com//g/g-HXZv0dg8w-video-insights-summaries-vision-transcription | ||
|Chats = | |Chats = 19K | ||
|Knowledge = | |||
|Actions = Yes | |||
|Web Browsing = Yes | |||
|DALL·E Image Generation = Yes | |||
|Code Interpreter = Yes | |||
|Free = Yes | |Free = Yes | ||
|Price = | |Price = | ||
|Available = Yes | |Available = Yes | ||
|Working = | |Working = | ||
|Hidden = | |Hidden = | ||
|Updated = 2024-01- | |Updated = 2024-01-23 | ||
}} | }} | ||
==Instructions (System Prompt)== | ==Instructions (System Prompt)== | ||
Line 45: | Line 50: | ||
When the users sends the following message. Get the details necessary to send the feedback to the submit_feedback action: "Submit feedback or feature request to Video Insights" | When the users sends the following message. Get the details necessary to send the feedback to the submit_feedback action: "Submit feedback or feature request to Video Insights" | ||
</pre> | </pre> | ||
==Conversation Starters== | ==Conversation Starters== | ||
* What can Video Insights do? | |||
* What are the best prompts for Video Insights? | |||
* Surprise me. | |||
* Submit feedback or feature request to Video Insights | |||
==Knowledge (Uploaded Files)== | ==Knowledge (Uploaded Files)== | ||
==Actions== | ==Actions== | ||
===Website=== | |||
actions.videoinsights.ai | |||
===Privacy Policy=== | |||
https://videoinsights.ai/privacy | |||
===Auth=== | |||
<pre> | |||
{"type":"none"} | |||
</pre> | |||
===Code=== | |||
<pre> | |||
{"openapi":"3.0.1","info":{"title":"Video Insights","description":"Get high-quality and flexible youtube transcripts, metadata, and insights.","version":"v0.0.1"},"servers":[{"url":"https://actions.videoinsights.ai"}],"paths":{"/youtube/{videoId}/transcript":{"get":{"description":"Get youtube video transcript","operationId":"get_youtube_video_transcript","parameters":[{"name":"videoId","in":"path","required":true,"schema":{"type":"string"}}]}},"/youtube/search":{"get":{"description":"Search for youtube data with a string. It returns the top 25 results sorted by most relevant.","operationId":"search_youtube","parameters":[{"name":"q","in":"query","required":true,"description":"The search query term","schema":{"type":"string"}}]}},"/feedback":{"post":{"description":"Submit feedback to Video Insights","operationId":"submit_feedback","requestBody":{"description":"Video Insights feedback details","required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"message":{"type":"string","description":"The feedback from the user. This should be verbatim to what was submitted ideally."},"type":{"type":"string","description":"The type of feedback. This should be a general category like feature request, bug, etc. Doesn't have to be restricted to a specific set of values. Use your best judgement."},"sentiment":{"type":"string","description":"The sentiment of the feedback. This should be generated based on an analysis of the message submitted."},"name":{"type":"string","description":"The name of the person submitting feedback. Not necessary but great to have."},"email":{"type":"string","format":"email","description":"The email address of the person submitting feedback. Not necessary but great to have."}},"required":["message","type","sentiment"]}}}},"responses":{"200":{"description":"Feedback submitted successfully"},"400":{"description":"Invalid input"},"500":{"description":"Internal server error"}}}},"/youtube/{videoId}/metadata":{"get":{"description":"Get youtube video metadata","operationId":"get_youtube_video_metadata","parameters":[{"name":"videoId","in":"path","required":true,"schema":{"type":"string"}}]}},"/youtube/{videoId}/comments":{"get":{"description":"Get youtube video comments","operationId":"get_youtube_video_comments","parameters":[{"name":"videoId","in":"path","required":true,"schema":{"type":"string"}}]}}},"components":{"schemas":{}}} | |||
</pre> | |||
==Guide== | ==Guide== |
edits