|
@@ -30,8 +30,6 @@ class FileSearchTool(BaseTool):
|
|
|
"Can be used to look up knowledge base information that was uploaded to this assistant."
|
|
|
+ "If the user is retrieve specified content from the knowledge base or file system, that is often a good hint that information may be here."
|
|
|
+ "Retrieve content from files or knowledge base (similar to database lookup, document search, or information fetching)"
|
|
|
- + "## Input Requirements:"
|
|
|
- + "The prompt must return a strictly standard JSON object! Absolutely no code blocks, comments, or extra symbols. Example format: {'query': 'query to look up in retrieval'}"
|
|
|
+ "Singleton operation: Strictly 1 invocation per API call"
|
|
|
)
|
|
|
args_schema: Type[BaseModel] = FileSearchToolInput
|