- Start Dev of User Action Agent. TBC
This commit is contained in:
15
config/prompts/globals/user_action_classifier/1.0.0.yaml
Normal file
15
config/prompts/globals/user_action_classifier/1.0.0.yaml
Normal file
@@ -0,0 +1,15 @@
|
||||
version: "1.0.0"
|
||||
content: |
|
||||
Classify the prompt you receive from an end user, according to the following information:
|
||||
|
||||
{user_action_classes}
|
||||
|
||||
Use the CLASS DESCRIPTION to identify the CLASS of the question asked. Return the value of CLASS. If the prompt doesn't correspond to any CLASS DESCRIPTION, return NONE. No layout is required.
|
||||
|
||||
llm_model: "mistral.mistral-small-latest"
|
||||
temperature: 0.7
|
||||
metadata:
|
||||
author: "Josako"
|
||||
date_added: "2025-11-14"
|
||||
description: "Assistant to classify user intent"
|
||||
changes: "Initial version"
|
||||
Reference in New Issue
Block a user