search_pt / data_models /models.py
Last commit not found
raw
history blame
87 Bytes
from pydantic import BaseModel
class SearchQuery(BaseModel):
user_search_query: str