- Introduction of TRACIE_KO_INTERVIEW_DEFINITION_SPECIALIST

- Re-introduction of EveAIAsset
- Make translation services resistent for situation with and without current_event defined.
- Ensure first question is asked in eveai_chat_client
- Start of version 1.4.0 of TRAICIE_SELECTION_SPECIALIST
This commit is contained in:
Josako
2025-07-02 16:58:43 +02:00
parent fbc9f44ac8
commit 51d029d960
34 changed files with 1292 additions and 302 deletions

View File

@@ -11,7 +11,7 @@ task_description: >
Apply the following tone of voice in both questions and answers: {tone_of_voice}
Apply the following language level in both questions and answers: {language_level}
Use {language} as language for both questions and answers.
Respect the language of the competencies, and return all output in the same language.
```{competencies}```

View File

@@ -17,7 +17,7 @@ task_description: >
Apply the following language level in both questions and answers: {language_level}, i.e. {language_level_context}
Use {language} as language for both questions and answers.
Use the language used in the competencies as language for your answer / output. We call this the original language.
```{ko_criteria}```
@@ -26,9 +26,9 @@ task_description: >
expected_output: >
For each of the ko criteria, you provide:
- the exact title as specified in the original language
- the question in {language}
- a positive answer, resulting in a positive evaluation of the criterium. In {language}.
- a negative answer, resulting in a negative evaluation of the criterium. In {language}.
- the question in the original language
- a positive answer, resulting in a positive evaluation of the criterium, in the original language.
- a negative answer, resulting in a negative evaluation of the criterium, in the original langauge.
{custom_expected_output}
metadata:
author: "Josako"