mirror of
https://github.com/FoundationAgents/MetaGPT.git
synced 2026-06-11 15:15:18 +02:00
rename
This commit is contained in:
parent
d8ede20235
commit
872ac85de5
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@ class ExpRetriever(BaseModel):
|
|||
raise NotImplementedError
|
||||
|
||||
|
||||
class SimplePlanningExpRetriever(ExpRetriever):
|
||||
"""A simple experience retriever that returns manually crafted planning examples."""
|
||||
class SimpleExpRetriever(ExpRetriever):
|
||||
"""A simple experience retriever that returns manually crafted examples."""
|
||||
|
||||
EXAMPLE: str = """
|
||||
## example 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue