- Selection Specialist - VA version - fully implemented - Correction of TRAICIE_ROLE_DEFINITION_SPECIALIST - adaptation to new style - Removal of 'debug' statements
22 lines
544 B
YAML
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" |