mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
9 lines
167 B
Python
9 lines
167 B
Python
import pytest
|
|
|
|
from agbenchmark.challenge import Challenge
|
|
|
|
|
|
@pytest.mark.retrieval
|
|
class RetrievalChallenge(Challenge):
|
|
"""Challenge for information-retrieval"""
|