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

Class MessageRequest

backend/app/api/chat.py:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11router = APIRouter()
12
13class MessageRequest(BaseModel):
14 message: str
15 pipeline_id: str
16 context: Optional[Dict] = None
17
18class MessageResponse(BaseModel):
19 response: str

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected