Skip to content

Interface: LogFeedbackParams

Parameters for logFeedback.

optional comment?: string

Freeform comment: the rationale alongside a value, or the value itself when none.


optional name?: string

Assessment name; defaults per whether a value or a comment is sent.


optional sourceId?: string

Identity the feedback is attributed to (user email / id).


traceId: string

MLflow trace id the assessment attaches to (tr-<hex>).


optional value?: string | number | boolean

Thumbs / rating / label value. Omit for a comment-only submission.