Research-Flowstream / api /models.py
github-actions[bot]
Deploy backend with correct structure
099df87
Raw
History Blame Contribute Delete
149 Bytes
# Pydantic schemas
from pydantic import BaseModel
class ResearchRequest(BaseModel):
topic: str
class SearchRequest(BaseModel):
query: str