The official docs give guidance to handle actions by overriding ChatKitServer.action with an async def:
But in the actual code it's just a normal def:
This causes errors if you try to follow the docs. Should either update the docs or else change the action to an async def