mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-07 00:04:26 +01:00
Create run_task python hook to interface with benchmarks (#4778)
Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
7
tests/challenges/schema.py
Normal file
7
tests/challenges/schema.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from pydantic import BaseModel
|
||||
|
||||
|
||||
class Task(BaseModel):
|
||||
"""Jsonifiable representation of a task"""
|
||||
|
||||
user_input: str
|
||||
Reference in New Issue
Block a user