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
@@ -108,7 +121,9 @@ export function getToolResult(
108
121
109
122
exportconstspec: Anthropic.Anthropic.Tool={
110
123
name: "list_buffers",
111
-
description: `List the file paths of all the buffers the user currently has open. This can be useful to understand the context of what the user is trying to do.`,
124
+
description: `List all the buffers the user currently has open.
125
+
This will be similar to the output of :buffers in neovim, so buffers will be listed in the order they were opened, with the most recent buffers last.
126
+
This can be useful to understand the context of what the user is trying to do.`,
0 commit comments