From ca27a16a40c1ecc409cdd69ed9884d59a53c9ee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miko=C5=82aj=20Gawron?= Date: Tue, 7 May 2024 22:18:00 +0200 Subject: [PATCH] feat: add more data --- chatbot/data/intents.json | 9 ++++++++- chatbot/data/response.json | 10 +++++++++- 2 files changed, 17 insertions(+), 2 deletions(-) diff --git a/chatbot/data/intents.json b/chatbot/data/intents.json index ffdeea1..7544c12 100644 --- a/chatbot/data/intents.json +++ b/chatbot/data/intents.json @@ -7,6 +7,13 @@ "jak do ciebie mówić", "jak cię zwać", "jak cię nazywać", - "jak masz na imie" + "jak masz na imie", + "kim jesteś", + "czym jesteś", + "hej", + "siema", + "witaj", + "witam", + "cześć" ] } \ No newline at end of file diff --git a/chatbot/data/response.json b/chatbot/data/response.json index a138516..407c32f 100644 --- a/chatbot/data/response.json +++ b/chatbot/data/response.json @@ -2,10 +2,18 @@ "ask_name": [ "Witaj, nazywam się Dia.", "Cześć! Jestem Dia.", - "Hej, jestem Dia." + "Hej, jestem Dia.", + "Witaj! Nazywam się Dia.", + "Cześć, jestem Dia.", + "Hej! Jestem Dia.", + "Jestem Dia. Miło mi Cię poznać.", + "Witaj, jestem chatbot Dia." ], "unknown": [ "Przepraszam, nie rozumiem. Możesz to powtórzyć?", + "Nie jestem pewien, co masz na myśli. Czy możesz to wyjaśnić?", + "Nie rozumiem. Możesz to powtórzyć?", + "Nie jestem pewien, co masz na myśli. Możesz to wyjaśnić?", "Nie jestem pewien, co masz na myśli. Czy możesz to wyjaśnić?" ] }