Separate debug_data from metadata #102
workbench-app.yml
on: pull_request
build-main
0s
build
25s
deploy
0s
Annotations
3 errors
build
Type 'ConversationMessage | { id: string; sender: { participantId: string; participantRole: string; }; timestamp: string; messageType: "command" | "chat"; content: string; contentType: string; filenames: never[]; metadata: Record<...> | undefined; }' is not assignable to type 'ConversationMessage'.
|
build
Property 'hasDebugData' is missing in type '{ id: string; sender: { participantId: string; participantRole: string; }; timestamp: string; messageType: "command" | "chat"; content: string; contentType: string; filenames: never[]; metadata: Record<...> | undefined; }' but required in type 'ConversationMessage'.
|
build
Process completed with exit code 2.
|