We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dfb971 commit 0ddd149Copy full SHA for 0ddd149
src/core/prompts/tools/update-todo-list.ts
@@ -4,13 +4,6 @@ import { ToolArgs } from "./types"
4
* Get the description for the update_todo_list tool.
5
*/
6
export function getUpdateTodoListDescription(args?: ToolArgs): string {
7
- // Check if the todo list feature is enabled
8
- const isEnabled = args?.settings?.alwaysAllowUpdateTodoList !== false
9
-
10
- if (!isEnabled) {
11
- return "" // Return empty string if feature is disabled
12
- }
13
14
return `## update_todo_list
15
16
**Description:**
0 commit comments