mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-24 16:34:24 +01:00
8 lines
139 B
Python
8 lines
139 B
Python
from agbenchmark.Challenge import Challenge
|
|
|
|
|
|
class RetrievalChallenge(Challenge):
|
|
"""Challenge for information-retrieval"""
|
|
|
|
pass
|