zmiana stylu rozmowy na bardziej naturalny
This commit is contained in:
parent
3316917d47
commit
78f01cb165
@ -199,7 +199,7 @@ class DialogStateMonitor:
|
|||||||
for o in self.state['belief_state']['order']:
|
for o in self.state['belief_state']['order']:
|
||||||
print(o)
|
print(o)
|
||||||
print("Adres dostawy: ")
|
print("Adres dostawy: ")
|
||||||
print(self.state['belief_state']['order'])
|
print(self.state['belief_state']['address'])
|
||||||
print("Numer telefonu: ")
|
print("Numer telefonu: ")
|
||||||
print(self.state['belief_state']['phone'])
|
print(self.state['belief_state']['phone'])
|
||||||
print(f"Czy zostało pomyślnie zrealizowane: {self.state['belief_state']['order-complete']}")
|
print(f"Czy zostało pomyślnie zrealizowane: {self.state['belief_state']['order-complete']}")
|
@ -54,9 +54,9 @@ def generate_drinks_response(slots, act):
|
|||||||
return response
|
return response
|
||||||
else:
|
else:
|
||||||
if len(drink_details) > 1:
|
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:
|
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 response
|
||||||
return "Nie podano napojów."
|
return "Nie podano napojów."
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ templates = {
|
|||||||
"Oferujemy następujące pizze: {menu}.",
|
"Oferujemy następujące pizze: {menu}.",
|
||||||
],
|
],
|
||||||
"inform/menu-more": [
|
"inform/menu-more": [
|
||||||
"Czy chcesz jeszcze jakąś pizzę? Dla przypomnienia w menu mamy {menu}.",
|
"Czy chcesz jeszcze jakąś pizzę?",
|
||||||
],
|
],
|
||||||
"inform/name": [
|
"inform/name": [
|
||||||
"Twoje imię to {name}.",
|
"Twoje imię to {name}.",
|
||||||
|
Loading…
Reference in New Issue
Block a user