zinoubm's picture
initial commit
66340f1
raw
history blame
72 Bytes
from pydantic import BaseModel
class Query(BaseModel):
query: str