Files
Auto-GPT/tests/challenges/schema.py
2023-06-23 21:15:20 -07:00

8 lines
124 B
Python

from pydantic import BaseModel
class Task(BaseModel):
"""Jsonifiable representation of a task"""
user_input: str