[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/elisa c050a9c987 42/98: Improve prompt rewrite template
From: |
ELPA Syncer |
Subject: |
[elpa] externals/elisa c050a9c987 42/98: Improve prompt rewrite template |
Date: |
Wed, 17 Jul 2024 18:58:03 -0400 (EDT) |
branch: externals/elisa
commit c050a9c9871b1117aa8219dc63101e2f1748eb3a
Author: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Commit: Sergey Kostyaev <kostyaev.sergey2@wb.ru>
Improve prompt rewrite template
---
elisa.el | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/elisa.el b/elisa.el
index d6e4564006..483a426d7e 100644
--- a/elisa.el
+++ b/elisa.el
@@ -111,9 +111,10 @@
:type 'boolean)
(defcustom elisa-rewrite-prompt-template
- "With given context rewrite next user prompt to be understandable
-without context. Don't answer to prompt itself. Be short and
-concise. Act like user. Prompt:
+ "You are professional search agent. With given context and user
+prompt you need to create new prompt for search. It should be
+concise and useful without additional context. Response with
+prompt only. User prompt:
%s"
"Prompt template for prompt rewriting."
:group 'tools
- [elpa] externals/elisa 8251bfb4ed 05/98: Fix async commands, (continued)
- [elpa] externals/elisa 8251bfb4ed 05/98: Fix async commands, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 36ea38a574 08/98: Add elisa-chat-provider custom variable, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 8c5d28ffea 01/98: Add ELISA implementation, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 921e815d89 06/98: Reopen elisa db on async parsing done, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa cb57cf3001 09/98: Improve docs, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 61bc97993e 16/98: Exclude load-file check not working in CI, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa ad67b47b50 10/98: Improve docs, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa de9fa3c1a4 28/98: Fix docs, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 1f5a462be4 34/98: Add search duckduckgo function, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 3324a2e68d 41/98: Use plz to get web requests. Add optional search with searxng., ELPA Syncer, 2024/07/17
- [elpa] externals/elisa c050a9c987 42/98: Improve prompt rewrite template,
ELPA Syncer <=
- [elpa] externals/elisa 50d7fa5963 43/98: Improve error handling, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa e50570e2ee 49/98: Inject missing variables for async execution, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa acf2521ad3 59/98: Add functions to prepare file list for parsing, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa f3bb796a65 64/98: Implement collection management, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa af9da0b561 68/98: Refactor prompt rewriting, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 252ba926f9 73/98: Add ability to customize extensions path, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 35f6e3dbd1 75/98: Disable reranker by default, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 7d8da4cd04 79/98: Fix checkdoc warning, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa 539b2ab04c 03/98: Add readme skeleton, ELPA Syncer, 2024/07/17
- [elpa] externals/elisa fc5f9cae2a 45/98: Fix semantic split, ELPA Syncer, 2024/07/17