Skip to content

feat: add AI related user events #1405

feat: add AI related user events

feat: add AI related user events #1405

Triggered via pull request November 27, 2024 18:56
@kanatkanat
synchronize #1400
ai-events
Status Failure
Total duration 28s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.