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
@@ -342,8 +342,16 @@ If a query returned empty or repeated results, you should avoid using these quer
342
342
type="string",
343
343
description="Project path to search within (must be from 'ls' results or user instructions). Use empty string for the current project. If the user did not specify a project, assume that they're referring to the current project and use an empty string for this parameter. If this fails, use the `vectorcode_ls` tool and ask the user to clarify the project.",
344
344
},
345
+
allow_summary= {
346
+
type="boolean",
347
+
description=[[
348
+
When this option is set to `true`, you're allowing the retrieval results to be summarised.
349
+
Leave this to `true` by default.
350
+
Set this to `false` only if you've been instructed by the user to not enable summarisation, or if the summary is missing information that you'd need for the current task.
0 commit comments