You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
'Disabling tools as this model does not support them. If you want to use tools, please select a different model. If you want to retrieve from your knowledge base, select "make initial search" option.',
118
+
<div>
119
+
This model does not support tool calling. To use tool calling, please download a model from this page:{' '}
Copy file name to clipboardExpand all lines: src/lib/llm/tools/tool-definitions.ts
+14-8Lines changed: 14 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,8 @@ import { retreiveFromVectorDB } from '@/lib/db'
4
4
exportconstsearchToolDefinition: ToolDefinition={
5
5
name: 'search',
6
6
displayName: 'Search',
7
-
description: "Semantically search the user's personal knowledge base",
7
+
description:
8
+
'The search tool allows the LLM to automatically search your knowledge base. It is the most powerful tool because it can do things like filter by date & time which means you can ask things like "what did I work on last week?"',
description: "Create a new directory in the user's personal knowledge base",
59
+
description:
60
+
'The create directory tool allows the LLM to automatically create new directories for you. It will ask you to confirm before creating a new directory.',
description: "Append to a note in the user's personal knowledge base",
120
+
description:
121
+
'The append to note tool allows the LLM to automatically append to notes in your knowledge base. It will ask you to confirm before appending to a note.',
0 commit comments