We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30db725 commit 833549fCopy full SHA for 833549f
1 file changed
backend/main.py
@@ -96,6 +96,20 @@ class DummyPost(pydantic.BaseModel):
96
text="Hello! How can I help you?",
97
role="assistant",
98
),
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
107
+ task_post_id="643716c1",
108
+ user_post_id="f43a93b7",
109
110
+ text="Who were the 8 presidents before George Washington?",
111
112
113
DummyPost(
114
task_post_id="2e4e1e6",
115
user_post_id="c886920",
0 commit comments