接口 Feedback

接口 Feedback {
    comment: null | 字符串;
    correction: null | 字符串 | 对象;
    created_at: 字符串;
    feedback_source: null | KVMap | APIFeedbackSource | ModelFeedbackSource;
    id: 字符串;
    key: 字符串;
    modified_at: 字符串;
    run_id: 字符串;
    score: ScoreType;
    value: ValueType;
}

层级 (查看摘要)

属性

comment: null | 字符串
correction: null | 字符串 | 对象
created_at: 字符串
feedback_source: null | KVMap | APIFeedbackSource | ModelFeedbackSource
id: 字符串
key: 字符串
modified_at: 字符串
run_id: 字符串
score: ScoreType
value: ValueType