Skip to main content

Interface: FeedbackBase

schemas.FeedbackBase

Hierarchy

Properties

comment

comment: null | string

Defined in

schemas.ts:289


correction

correction: null | string | object

Defined in

schemas.ts:290


created_at

created_at: string

Defined in

schemas.ts:283


feedback_source

feedback_source: null | KVMap | APIFeedbackSource | ModelFeedbackSource

Defined in

schemas.ts:291


key

key: string

Defined in

schemas.ts:286


modified_at

modified_at: string

Defined in

schemas.ts:284


run_id

run_id: string

Defined in

schemas.ts:285


score

score: ScoreType

Defined in

schemas.ts:287


value

value: ValueType

Defined in

schemas.ts:288


Was this page helpful?