mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +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
|