Skip to content

Type Alias: MessageFeedback

MessageFeedback = object

Feedback state for a single assistant message. traceId is the MLflow trace the feedback attaches to (captured from the stream response); its presence is what makes a bubble eligible for feedback controls. value mirrors the last thumbs the user chose so the active thumb stays highlighted.

traceId: string


optional value?: FeedbackValue