MCPcopy Create free account
hub / github.com/ScrapeGraphAI/scrapecraft / MessageResponse

Class MessageResponse

backend/app/api/chat.py:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16 context: Optional[Dict] = None
17
18class MessageResponse(BaseModel):
19 response: str
20 urls: List[str]
21 schema: Dict
22 code: Optional[str]
23 results: List[Dict]
24 status: str
25 timestamp: datetime
26
27@router.post("/message", response_model=MessageResponse)
28async def send_message(request: MessageRequest):

Callers 1

send_messageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected