HanLee commited on
Commit
1c76923
·
1 Parent(s): 845ed2b

feat: 01_06b

Browse files
Files changed (1) hide show
  1. app/app.py +1 -4
app/app.py CHANGED
@@ -12,8 +12,5 @@ async def main(message: cl.Message):
12
  # Exercise 1b:
13
  # Please get the content of the chainlit Message and send it back as a
14
  # response
15
- #
16
  ##############################################################################
17
- response = message.content
18
-
19
- await cl.Message(content=response).send()
 
12
  # Exercise 1b:
13
  # Please get the content of the chainlit Message and send it back as a
14
  # response
 
15
  ##############################################################################
16
+ await cl.Message().send()