{"library":"chainlit","install":[{"cmd":"pip install chainlit","imports":["import chainlit as cl","@cl.on_chat_start","@cl.on_message","await cl.Message(content='Hello!').send()"]}]}