From 833549f212f0b794891e7d91205ee52f3cf8ccfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20K=C3=B6pf?= Date: Thu, 29 Dec 2022 15:49:21 +0100 Subject: [PATCH] add two dummy user replies depth>1 --- backend/main.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/backend/main.py b/backend/main.py index 251813bf..bb33a5e5 100644 --- a/backend/main.py +++ b/backend/main.py @@ -96,6 +96,20 @@ if settings.DEBUG_USE_SEED_DATA: text="Hello! How can I help you?", role="assistant", ), + DummyPost( + task_post_id="3d5dc440", + user_post_id="a8c01c04", + parent_post_id="4a24530b", + text="Do you have a recipe for potato soup?", + role="user", + ), + DummyPost( + task_post_id="643716c1", + user_post_id="f43a93b7", + parent_post_id="4a24530b", + text="Who were the 8 presidents before George Washington?", + role="user", + ), DummyPost( task_post_id="2e4e1e6", user_post_id="c886920",