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
Copy file name to clipboardExpand all lines: src/Everywhere/Chat/Plugins/Impl/FileSystemPlugin.cs
+15-7Lines changed: 15 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -65,15 +65,18 @@ public FileSystemPlugin(ILogger<FileSystemPlugin> logger) : base("file_system")
65
65
66
66
[KernelFunction("search_files")]
67
67
[Description(
68
-
"Search for files and directories in a specified path matching the given search pattern. This tool may slow; avoid using it to enumerate large numbers of files.")]
68
+
"Search for files and directories in a specified path matching the given search pattern. "+
69
+
"This tool may slow; avoid using it to enumerate large numbers of files. "+
70
+
"DO NOT specify the value of `orderBy` when dealing with a large number of files.")]
0 commit comments