v0.2.0
- chunk streaming (ChunkStream, new) and message gathering (Chat) separated; removed ChatEvent
- hooks are now standardised: someResource.hook().someFilter(...).someOtherFiler(...).do(yourHandler)
- added timestamps to ChatMessage and optional timestamp injection in OpenAIService messages
- systemMessage deduplicated and now systemMessage is singular, meaning every chat.system(...) call override the singular systemMessage that is always prepended to all other messages
Full Changelog: v0.1.2...v0.2.0