Argument of type '{ score: ScoreType | undefined; value: ValueType | undefined; comment: string | undefined; correction: object | undefined; sourceInfo: KVMap; feedbackSourceType: "model"; }' is not assignable to parameter of type '{ score?: ScoreType | undefined; value?: ValueType | undefined; correction?: object | undefined; comment?: string | undefined; sourceInfo?: object | undefined; feedbackSourceType?: FeedbackSourceType | undefined; sourceRunId?: string | undefined; feedbackId?: string | undefined; eager: boolean; }'.