Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Agents-MCP-Hackathon
/
GALITA2
like
0
Configuration error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
GALITA2
/
task_prompt.py
ALag
Upload 10 files
d4ea4e5
verified
5 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
227 Bytes
from
dataclasses
import
dataclass
@dataclass
class
TaskPrompt
:
"""
Represents the initial user query or task description.
"""
text:
str
# Potentially add other fields like context, constraints, etc.