Skip to content

Commit

Permalink
enh: insist that dust answers must be shorter. (#2938)
Browse files Browse the repository at this point in the history
Co-authored-by: Henry Fontanier <[email protected]>
  • Loading branch information
fontanierh and Henry Fontanier authored Dec 19, 2023
1 parent 0f057cd commit 19ead24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/lib/api/assistant/global_agents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ async function _getDustGlobalAgent(
generation: {
id: -1,
prompt:
"Assist the user based on the retrieved data from their workspace. Keep your answers concise and straight to the point.",
"Assist the user based on the retrieved data from their workspace. Keep your answers as concise as possible and straight to the point. Unlesss the user explicitely asks for a detailed answer, you goal is to provide a quick answer to their question.",
model:
plan.code === FREE_TEST_PLAN_CODE
? {
Expand Down

0 comments on commit 19ead24

Please sign in to comment.