- cleanup of old TASKs, AGENTs and SPECIALISTs
- Add additional configuration options to agent (temperature and model choice) - Define new PROOFREADING Agents and Tasks
This commit is contained in:
@@ -7,19 +7,9 @@ task_description: >
|
||||
{question}
|
||||
£££
|
||||
|
||||
Base your answer on the following context (in between triple $):
|
||||
|
||||
$$$
|
||||
{context}
|
||||
$$$
|
||||
|
||||
Take into account the following history of the conversation (in between triple €):
|
||||
|
||||
€€€
|
||||
{history}
|
||||
€€€
|
||||
|
||||
The HUMAN parts indicate the interactions by the end user, the AI parts are your interactions.
|
||||
Base your answer on the context below, in between triple '$'.
|
||||
Take into account the history of the conversion , in between triple '€'. The parts in the history preceded by 'HUMAN'
|
||||
indicate the interactions by the end user, the parts preceded with 'AI' are your interactions.
|
||||
|
||||
Best Practices are:
|
||||
|
||||
@@ -27,11 +17,29 @@ task_description: >
|
||||
- Always focus your answer on the actual question.
|
||||
- Try not to repeat your historic answers, unless absolutely necessary.
|
||||
- Always be friendly and helpful for the end user.
|
||||
|
||||
Tune your answer with the following:
|
||||
|
||||
- You use the following Tone of Voice for your answer: {tone_of_voice}, i.e. {tone_of_voice_context}
|
||||
- You use the following Language Level for your answer: {language_level}, i.e. {language_level_context}
|
||||
- The purpose of the conversation is to be {conversation_purpose}, i.e. {conversation_purpose_context}
|
||||
- We expect you to answer with the following depth: {response_depth}, i.e. {response_depth_context}
|
||||
|
||||
{custom_description}
|
||||
|
||||
Use the following {language} in your communication.
|
||||
If the question cannot be answered using the given context, answer "I have insufficient information to answer this
|
||||
question." and give the appropriate indication.
|
||||
|
||||
Context:
|
||||
$$$
|
||||
{context}
|
||||
$$$
|
||||
|
||||
History:
|
||||
€€€
|
||||
{history}
|
||||
€€€
|
||||
expected_output: >
|
||||
Your answer.
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user