Skip to content

Commit

Permalink
add two dummy user replies depth>1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaskoepf committed Dec 29, 2022
1 parent 30db725 commit 833549f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions backend/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,20 @@ class DummyPost(pydantic.BaseModel):
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",
Expand Down

0 comments on commit 833549f

Please sign in to comment.