Chat utilities provide you with chat UI, triggers and actions useful for building conversational workflows and AI agents.
Changelog
8 versions
v2.1.1Latest
Output examples for ChatTrigger. Its message id option pointed at messageId and now reads id, the key the stored message carries.
v2.1.0
ChatTrigger: Flow Test Mode throws a clear CancelError (a chat message can only come from a real conversation; no API to fetch a representative sample).
v2.0.2
Replaced direct Redis pub/sub with tenant-isolated context pubSub methods. SSE clients now subscribe to exact channels per connection, removing the need for psubscribe ACL permissions.
v2.0.1
Fixed ioredis sentinel connection configuration to properly parse sentinel hosts and handle password authentication.