Skip to content

Type Alias: FeedbackSubmission

FeedbackSubmission = object

One feedback action from the user: a thumbs value, a freeform comment, or both. Emitted by ChatViewProps.onFeedback.

optional comment?: string


optional value?: FeedbackValue