fix: typo in prompt

Rafael Uzarowski committed Jun 5, 2025 at 17:33 UTC 1785be562a9843990e292c3596c2238dde0f1973
1 file changed +1 -1
prompts/default/agent.system.tool.document_query.md
+1 -1
@@ -7,7 +7,7 @@ It can be used to:
7 By default, when the "queries" argument is empty, this tool returns the text content of the document retrieved using OCR.
8 Additionally, you can pass a list of "queries" - in this case, the tool returns the answers to all the passed queries about the document.
9 !!! This is a universal document reader qnd query tool
10 -!!! Supported document dormats: HTML, PDF, Office Documents (word,excel, powerpoint), Textfiles and many more.
10 +!!! Supported document formats: HTML, PDF, Office Documents (word,excel, powerpoint), Textfiles and many more.
11
12 #### Arguments:
13 * "document" (string) : The web address or local path to the document in question. Webdocuments need "http://" or "https://" protocol prefix. For local files the "file:" protocol prefix is optional. Local files MUST be passed with full filesystem path.