zmiana stylu rozmowy na bardziej naturalny

This commit is contained in:
s495727 2024-06-13 17:08:43 +02:00
parent 3316917d47
commit 78f01cb165
3 changed files with 4 additions and 4 deletions

View File

@ -199,7 +199,7 @@ class DialogStateMonitor:
for o in self.state['belief_state']['order']:
print(o)
print("Adres dostawy: ")
print(self.state['belief_state']['order'])
print(self.state['belief_state']['address'])
print("Numer telefonu: ")
print(self.state['belief_state']['phone'])
print(f"Czy zostało pomyślnie zrealizowane: {self.state['belief_state']['order-complete']}")

View File

@ -54,9 +54,9 @@ def generate_drinks_response(slots, act):
return response
else:
if len(drink_details) > 1:
response = f"Czy chcesz coś jeszcze picia? Dostępne napoje to: {', '.join(drink_details[:-1])} oraz {drink_details[-1]}."
response = f"Czy chcesz coś jeszcze picia?"
else:
response = f"Czy chcesz coś jeszcze picia? Dostępne napoje to: {drink_details[0]}."
response = f"Czy chcesz coś jeszcze picia?"
return response
return "Nie podano napojów."

View File

@ -10,7 +10,7 @@ templates = {
"Oferujemy następujące pizze: {menu}.",
],
"inform/menu-more": [
"Czy chcesz jeszcze jakąś pizzę? Dla przypomnienia w menu mamy {menu}.",
"Czy chcesz jeszcze jakąś pizzę?",
],
"inform/name": [
"Twoje imię to {name}.",