fahmiaziz98
init
2a51e7d
raw
history blame
75 Bytes
from pydantic import BaseModel
class QueryInput(BaseModel):
query: str