custom feedback

This commit is contained in:
2026-02-27 21:48:16 +10:00
parent 00a44191df
commit 1116134e84
7 changed files with 69 additions and 17 deletions

View File

@@ -21,7 +21,7 @@ export interface ChatMessage {
attachments?: AttachmentMeta[] // metadata only — stored in history for display
}
export type AnnotationType = 'passive_voice' | 'consistency' | 'style' | 'critique'
export type AnnotationType = 'passive_voice' | 'consistency' | 'style' | 'critique' | 'custom'
export interface TextAnnotation {
id: string