Create run_task python hook to interface with benchmarks (#4778)

Signed-off-by: Merwane Hamadi <merwanehamadi@gmail.com>
This commit is contained in:
merwanehamadi
2023-06-23 21:15:20 -07:00
committed by GitHub
parent 15ff666d3f
commit 222101b30e
21 changed files with 150 additions and 197 deletions

View File

@@ -0,0 +1,7 @@
from pydantic import BaseModel
class Task(BaseModel):
"""Jsonifiable representation of a task"""
user_input: str