mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-03 14:24:24 +01:00
10 lines
176 B
Python
10 lines
176 B
Python
from agbenchmark.Challenge import Challenge
|
|
import pytest
|
|
|
|
|
|
@pytest.mark.retrieval
|
|
class RetrievalChallenge(Challenge):
|
|
"""Challenge for information-retrieval"""
|
|
|
|
pass
|