- Refinement of the chat client to have better visible clues for user vs chatbot messages
- Introduction of interview_phase and normal phase in TRAICIE_SELECTION_SPECIALIST to make interaction with bot more human. - More and random humanised messages to TRAICIE_SELECTION_SPECIALIST
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
version: "1.0.0"
|
||||
name: "Traicie Determine Interview Mode"
|
||||
task_description: >
|
||||
you are provided with the following user input (in between triple backquotes):
|
||||
|
||||
```{question}```
|
||||
|
||||
If this user input contains one or more questions, your answer is simply 'RAG'. In all other cases, your answer is
|
||||
'CHECK'.
|
||||
|
||||
Best practices to be applied:
|
||||
- A question doesn't always have an ending question mark. It can be a query for more information, such as 'I'd like
|
||||
to understand ...', 'I'd like to know more about...'. Or it is possible the user didn't enter a question mark. Take
|
||||
into account the user might be working on a mobile device like a phone, making typing not as obvious.
|
||||
- If there is a question mark, then normally you are provided with a question of course.
|
||||
|
||||
expected_output: >
|
||||
Your Answer.
|
||||
metadata:
|
||||
author: "Josako"
|
||||
date_added: "2025-07-30"
|
||||
description: "A Task to determine the interview mode based on the last user input"
|
||||
changes: "Initial version"
|
||||
Reference in New Issue
Block a user