From e0b2e5f482693673a9cd9b2c62522930ba8c4aaa Mon Sep 17 00:00:00 2001 From: Dmitriy Kazimirov <dmitriy.kazimirov@viorsan.com> Date: Sat, 5 Apr 2025 06:24:44 +0000 Subject: [PATCH] updated query spec --- plugin/search_books.spec.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/search_books.spec.json b/plugin/search_books.spec.json index 0c5ad6d..86550e8 100644 --- a/plugin/search_books.spec.json +++ b/plugin/search_books.spec.json @@ -1,12 +1,12 @@ { "name": "search_books", - "description": "Search for books by content using the book search API.", + "description": "Search the books, highlights and notes for relevant information. When the user ask you something you don't know, you can use this function to search for relevant information in the local archive of boooks, highlights and notes. Don't use questions as search query, use keywords and phrases instead. The search query should contains the keywords or topics related to the conversation.", "parameters": { "type": "object", "properties": { "query": { "type": "string", - "description": "The search query to find matching book content" + "description": "Search the books, highlights and notes for relevant information. When the user ask you something you don't know, you can use this function to search for relevant information in the local archive of boooks, highlights and notes. Don't use questions as search query, use keywords and phrases instead. The search query should contains the keywords or topics related to the conversation." } }, "required": [