From 727cdcb0c1552005a9df52d9c0e1f54116248709 Mon Sep 17 00:00:00 2001 From: yuni Date: Wed, 12 Jun 2024 01:23:31 +0200 Subject: [PATCH] better conversation flow for Chef --- src/chats/serenity.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/chats/serenity.yaml b/src/chats/serenity.yaml index 8ce6785..278f1d5 100644 --- a/src/chats/serenity.yaml +++ b/src/chats/serenity.yaml @@ -292,12 +292,12 @@ - But of course! I take care of my guests. - script: refilloxygen 1 - system: Oxygen refilled - - goto: served + - goto: anythingelse - Could you patch up my space suit?: - Right on. - script: repairsuit - system: SuitPatchâ„¢ SuperGlueâ„¢ applied. - - goto: served + - goto: anythingelse - Got any coffee?: - Your suit should have a coffee dispenser built right into it. - Naturally, it's not as good as my legendary Old Earth Soykaf! @@ -316,6 +316,11 @@ - label: not hungry - Feel free to hang out as long as you like. - goto: EXIT + +- label: anythingelse +- Anything else? +- goto: eat + - label: served - Come back any time! - goto: EXIT