lookup_documents_by_name
Search for documents by name using keywords, with optional filtering by document class.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | Up to 3 words from the user's message that might contain the document's name. Avoid using very common words such as "and", "or", "the", etc. | |
| class_symbolic_name | No | If specified, a specific document class to look in for matching documents. The root Document class is used by default. Specify a class only if the user indicates that the documents should belong to a specific class. Use the determine_class tool to lookup the class symbolic name based on the user's message. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |