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
-- NOTE: deduplication in summary mode prevents the model from requesting
421
430
-- the same content without summarysation.
422
431
result=filter_results(result, agent.chat)
@@ -496,8 +505,22 @@ Leave this to `true` by default.
496
505
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.
497
506
]],
498
507
},
508
+
deduplicate= {
509
+
type="boolean",
510
+
description=[[
511
+
Set this to `false` to deduplicate the search results with references in the chat context.
512
+
Default to `true`.
513
+
DO NOT MODIFY UNLESS INSTRUCTED BY THE USER, OR A PREVIOUS QUERY RETURNED NO RESULTS.
0 commit comments