- Start Dev of User Action Agent. TBC

This commit is contained in:
Josako
2025-11-20 11:13:41 +01:00
parent f2604db5a9
commit 443104dfc7
5 changed files with 29 additions and 26 deletions

View 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"