Chainlit / docs

9 stars 72 forks source link

ValueError: Module should at least expose one of on_message, on_chat_start functionIssue on docs #29

Closed Egency closed 1 year ago

Egency commented 1 year ago

Path: /api-reference/on-message

willydouhard commented 1 year ago

Not sure I understand the issue. This error message basically says that a chainlit app needs at least one of on_chat_start or on_message decorated function to start.