From 8776c8ac900195da2b8174201c81dba6cee9c093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Mu=C5=A1tar?= Date: Mon, 9 Dec 2024 17:34:36 +0100 Subject: [PATCH] Update default-widget-inputs.ts (#1070) --- packages/tasks/src/default-widget-inputs.ts | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/packages/tasks/src/default-widget-inputs.ts b/packages/tasks/src/default-widget-inputs.ts index 906a0dcc0..220911e69 100644 --- a/packages/tasks/src/default-widget-inputs.ts +++ b/packages/tasks/src/default-widget-inputs.ts @@ -69,7 +69,7 @@ const MAPPING_EN: PerLanguageMapping = new Map([ "zero-shot-classification", [ { - text: "I have a problem with my iphone that needs to be resolved asap!!", + text: "I have a problem with my iphone that needs to be resolved asap!", candidate_labels: "urgent, not urgent, phone, tablet, computer", multi_class: true, }, @@ -95,24 +95,18 @@ const MAPPING_EN: PerLanguageMapping = new Map([ [ "conversational", [ - `Hey my name is Julien! How are you?`, - `Hey my name is Thomas! How are you?`, - `Hey my name is Mariama! How are you?`, + `Hi, what can you help me with?`, + `Hey, let's have a conversation!`, + `Hello there!`, `Hey my name is Clara! How are you?`, - `Hey my name is Julien! How are you?`, - `Hi.`, ], ], [ "text-generation", [ `My name is Julien and I like to`, - `My name is Thomas and my main`, - `My name is Mariama, my favorite`, - `My name is Clara and I am`, - `My name is Lewis and I like to`, - `My name is Merve and my favorite`, - `My name is Teven and I am`, + `I like traveling by train because`, + `Paris is an amazing place to visit,`, `Once upon a time,`, ], ],