接口 ModelFeedbackSource

interface ModelFeedbackSource {
    type: "model";
    metadata?: KVMap;
}

层次结构 (查看摘要)

属性

type: "model"
metadata?: KVMap