Spaces:
Running
Running
Update tools.py
Browse files
tools.py
CHANGED
@@ -11,7 +11,7 @@ from app import INDEX_PATH
|
|
11 |
|
12 |
|
13 |
class ReadTextArgs(BaseModel):
|
14 |
-
reference: str = Field(description="The reference to retrieve the text for. examples: 讘专讗砖讬转 讗 驻专拽
|
15 |
|
16 |
class SearchArgs(BaseModel):
|
17 |
query: str = Field(description="""the query for the search.
|
|
|
11 |
|
12 |
|
13 |
class ReadTextArgs(BaseModel):
|
14 |
+
reference: str = Field(description="The reference to retrieve the text for. examples: 讘专讗砖讬转 讗 驻专拽 讗; 砖讜诇讞谉 注专讜讱 讞讜砖谉 诪砖驻讟 住讬诪谉 砖诪讟 住注讬祝 讗")
|
15 |
|
16 |
class SearchArgs(BaseModel):
|
17 |
query: str = Field(description="""the query for the search.
|