Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/showlab/Code2Video
/ VideoFeedback
Class
VideoFeedback
src/agent.py:35–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
34
@dataclass
35
class
VideoFeedback:
36
section_id: str
37
video_path: str
38
has_issues: bool
39
suggested_improvements: List[str]
40
raw_response: Optional[str] = None
41
42
43
@dataclass
Callers
1
get_mllm_feedback
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected