- Full implementation of Traicie Selection Specialist - VA version
- Improvements to CrewAI specialists and Specialists in general - Addition of reusable components to check or get answers to questions from the full Human Message - HumanAnswerServices
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
version: "1.0.0"
|
||||
content: >
|
||||
Check if additional information or questions are available in the answer (answer in {language}), additional to the
|
||||
following question:
|
||||
Check if additional information or questions are available in the following answer (answer in between triple
|
||||
backquotes):
|
||||
|
||||
```{answer}```
|
||||
|
||||
in addition to answers to the following question (in between triple backquotes):
|
||||
|
||||
"{question}"
|
||||
```{question}```
|
||||
|
||||
Answer with True or False, without additional information.
|
||||
llm_model: "mistral.mistral-medium-latest"
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
version: "1.0.0"
|
||||
content: >
|
||||
Determine if there is an affirmative answer on the following question in the provided answer (answer in {language}):
|
||||
Determine if there is an affirmative answer on the following question (in between triple backquotes):
|
||||
|
||||
{question}
|
||||
```{question}```
|
||||
|
||||
in the provided answer (in between triple backquotes):
|
||||
|
||||
```{answer}```
|
||||
|
||||
Answer with True or False, without additional information.
|
||||
llm_model: "mistral.mistral-medium-latest"
|
||||
|
||||
16
config/prompts/globals/get_answer_to_question/1.0.0.yaml
Normal file
16
config/prompts/globals/get_answer_to_question/1.0.0.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
version: "1.0.0"
|
||||
content: >
|
||||
Provide us with the answer to the following question (in between triple backquotes) from the text provided to you:
|
||||
|
||||
```{question}````
|
||||
|
||||
Reply in exact wordings and in the same language. If no answer can be found, reply with "No answer provided"
|
||||
|
||||
Text provided to you:
|
||||
```{answer}```
|
||||
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"
|
||||
@@ -14,7 +14,7 @@ content: >
|
||||
|
||||
I only want you to return the translation. No explanation, no options. I need to be able to directly use your answer
|
||||
without further interpretation. If more than one option is available, present me with the most probable one.
|
||||
llm_model: "mistral.ministral-8b-latest"
|
||||
llm_model: "mistral.mistral-medium-latest"
|
||||
metadata:
|
||||
author: "Josako"
|
||||
date_added: "2025-06-23"
|
||||
|
||||
@@ -11,7 +11,7 @@ content: >
|
||||
|
||||
I only want you to return the translation. No explanation, no options. I need to be able to directly use your answer
|
||||
without further interpretation. If more than one option is available, present me with the most probable one.
|
||||
llm_model: "mistral.ministral-8b-latest"
|
||||
llm_model: "mistral.mistral-medium-latest"
|
||||
metadata:
|
||||
author: "Josako"
|
||||
date_added: "2025-06-23"
|
||||
|
||||
Reference in New Issue
Block a user