42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
version: "1.0.0"
|
|
name: "RAG Task"
|
|
task_description: >
|
|
Answer the following question (in between triple £):
|
|
|
|
£££
|
|
{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.
|
|
|
|
Best Practices are:
|
|
|
|
- Answer the provided question, combining elements of the provided context.
|
|
- 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.
|
|
|
|
{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.
|
|
expected_output: >
|
|
Your answer.
|
|
metadata:
|
|
author: "Josako"
|
|
date_added: "2025-01-08"
|
|
description: "A Task that gives RAG-based answers"
|
|
changes: "Initial version"
|