Skip to content

Commit 833549f

Browse files
committed
add two dummy user replies depth>1
1 parent 30db725 commit 833549f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

backend/main.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,20 @@ class DummyPost(pydantic.BaseModel):
9696
text="Hello! How can I help you?",
9797
role="assistant",
9898
),
99+
DummyPost(
100+
task_post_id="3d5dc440",
101+
user_post_id="a8c01c04",
102+
parent_post_id="4a24530b",
103+
text="Do you have a recipe for potato soup?",
104+
role="user",
105+
),
106+
DummyPost(
107+
task_post_id="643716c1",
108+
user_post_id="f43a93b7",
109+
parent_post_id="4a24530b",
110+
text="Who were the 8 presidents before George Washington?",
111+
role="user",
112+
),
99113
DummyPost(
100114
task_post_id="2e4e1e6",
101115
user_post_id="c886920",

0 commit comments

Comments
 (0)