Update main.py
Browse files
main.py
CHANGED
@@ -131,7 +131,8 @@ async def on_message(message: cl.Message):
|
|
131 |
if cl.context.session.client_type == "copilot":
|
132 |
if message.type == "system_message":
|
133 |
# do something with the message
|
134 |
-
await cl.Message(f"
|
|
|
135 |
return
|
136 |
|
137 |
|
|
|
131 |
if cl.context.session.client_type == "copilot":
|
132 |
if message.type == "system_message":
|
133 |
# do something with the message
|
134 |
+
await cl.Message(f"Lien : ").send()
|
135 |
+
await cl.Message(content=message.output).send()
|
136 |
return
|
137 |
|
138 |
|