mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
basic challenges, more ChallengeData structure
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
import pytest
|
||||
from agbenchmark.challenges.retrieval.Retrieval import RetrievalChallenge
|
||||
from agbenchmark.challenges.define_task_types import Challenge, Ground
|
||||
from agbenchmark.challenges.define_task_types import ChallengeData, Ground
|
||||
import os
|
||||
|
||||
data = Challenge.deserialize(os.path.join(os.path.dirname(__file__), "r1_data.json"))
|
||||
data = ChallengeData.deserialize(
|
||||
os.path.join(os.path.dirname(__file__), "r1_data.json")
|
||||
)
|
||||
|
||||
|
||||
class TestRetrieval1(RetrievalChallenge):
|
||||
|
||||
Reference in New Issue
Block a user