Files
eveAI/config/prompts/globals/check_additional_information/1.0.0.yaml
Josako 51fd16bcc6 - RAG Specialist fully implemented new style
- Selection Specialist - VA version - fully implemented
- Correction of TRAICIE_ROLE_DEFINITION_SPECIALIST - adaptation to new style
- Removal of 'debug' statements
2025-07-10 10:39:42 +02:00

22 lines
544 B
YAML

version: "1.0.0"
content: >
Check if there are other elements available in the provided text (in between triple $) than answers to the
following question (in between triple €):
€€€
{question}
€€€
Provided text:
$$$
{answer}
$$$
Answer with True or False, without additional information.
llm_model: "mistral.mistral-medium-latest"
metadata:
author: "Josako"
date_added: "2025-06-23"
description: "An assistant to check if the answer to a question is affirmative."
changes: "Initial version"