feat: add AI related user events #1405
Annotations
3 errors
lint:
src/channel.ts#L799
Property 'ai_message' is missing in type '{}' but required in type '{ ai_message: string; }'.
|
lint:
src/channel.ts#L800
Conversion of type '{ type: "ai_indicator.update"; message_id: string; ai_state: AIState; ai_message: string; }' to type 'Event<StreamChatGenerics>' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|
lint
Process completed with exit code 2.
|