diff --git a/metagpt/tools/libs/index_repo.py b/metagpt/tools/libs/index_repo.py index 0f730246b..5944b5cfc 100644 --- a/metagpt/tools/libs/index_repo.py +++ b/metagpt/tools/libs/index_repo.py @@ -26,7 +26,7 @@ class TextScore(BaseModel): class IndexRepo(BaseModel): - filename: str + filename: str # The filename of the index repo, {DEFAULT_WORKSPACE_ROOT}/.index/{chat_id or 'uploads'}/ root_path: str # `/data/uploads` or r`/data/chats/\d+`, the root path of files indexed by the index repo. fingerprint_filename: str = "fingerprint.json" model: Optional[str] = None