MCPcopy Create free account
hub / github.com/HKUDS/Paper2Slides / ChatResponse

Class ChatResponse

api/server.py:102–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

100
101
102class ChatResponse(BaseModel):
103 message: str
104 slides: Optional[List[dict]] = None
105 ppt_url: Optional[str] = None
106 poster_url: Optional[str] = None
107 session_id: Optional[str] = None
108 uploaded_files: Optional[List[dict]] = None
109
110
111@app.get("/")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected