Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fahmiaziz
/
ai-agent-prototype
like
1
Running
App
Files
Files
Community
84c30b3
ai-agent-prototype
/
apps
/
models.py
fahmiaziz98
init
2a51e7d
2 months ago
raw
Copy download link
history
blame
Safe
75 Bytes
from
pydantic
import
BaseModel
class
QueryInput
(
BaseModel
):
query:
str