Просмотр исходного кода

docs: Move tip to correct tool (#4891)

Justin Vogt 2 месяцев назад
Родитель
Сommit
087479d459
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      packages/web/src/content/docs/tools.mdx

+ 5 - 5
packages/web/src/content/docs/tools.mdx

@@ -228,10 +228,6 @@ Apply patches to files.
 
 
 This tool applies patch files to your codebase. Useful for applying diffs and patches from various sources.
 This tool applies patch files to your codebase. Useful for applying diffs and patches from various sources.
 
 
-:::tip
-This tool is disabled for subagents by default, but you can enable it manually. [Learn more](/docs/agents/#tools)
-:::
-
 ---
 ---
 
 
 ### todowrite
 ### todowrite
@@ -249,7 +245,7 @@ Manage todo lists during coding sessions.
 
 
 Creates and updates task lists to track progress during complex operations. The LLM uses this to organize multi-step tasks.
 Creates and updates task lists to track progress during complex operations. The LLM uses this to organize multi-step tasks.
 
 
-:::tip
+:::note
 This tool is disabled for subagents by default, but you can enable it manually. [Learn more](/docs/agents/#tools)
 This tool is disabled for subagents by default, but you can enable it manually. [Learn more](/docs/agents/#tools)
 :::
 :::
 
 
@@ -270,6 +266,10 @@ Read existing todo lists.
 
 
 Reads the current todo list state. Used by the LLM to track what tasks are pending or completed.
 Reads the current todo list state. Used by the LLM to track what tasks are pending or completed.
 
 
+:::note
+This tool is disabled for subagents by default, but you can enable it manually. [Learn more](/docs/agents/#tools)
+:::
+
 ---
 ---
 
 
 ### webfetch
 ### webfetch