Expand video agent API research breadth with parallel analysis - #21
Merged
Conversation
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
Recommendation queries such as “Research the best design skills for frontend developers using Claude Code” previously had a fixed two-video transcript budget. Classification now selects focused research targeting two videos or comparative research targeting four. New classifications use a required structured tool call; older persisted routes retain the two-video behavior.
Selected transcript calls run together with at most two transcript or visual analysts active at once. Queued analyses check cancellation before starting. Research planning uses low reasoning effort to leave more time for evidence collection. The one-search limit, 60-second total deadline, and 20-second finalization reserve remain in place. Answers disclose a
RESEARCH_COVERAGE_SHORTFALLwhen fewer distinct videos provide usable transcript evidence.Live testing also exposed a finalization failure when a comparison block exceeded five evidence references. The bounded limit is now twelve, with persisted-reference validation unchanged. Schema failure logs include validation paths and codes without model text.
Validation
a3d69728-6e34-4f4d-84af-0d6dd28773d8.5568af05-e2d3-4d6f-9ee0-c818093d3970.Limits
Four videos is a target, not a guarantee. Earlier local runs missed the target because provider/model latency consumed the collection budget. The coverage warning reports this explicitly. Earlier testing also caught classifier JSON-output issues and the citation limit failure addressed here. The final smoke run passed both routes; it does not establish a reliability rate.
The non-admin live check was skipped because no non-admin test token was supplied. No production deployment or production test was performed for these changes.