Enum ReviewTone
Tone for review feedback.
public enum ReviewTone
Fields
Constructive = 0Balanced and constructive.
Direct = 1Direct and straightforward.
Encouraging = 2Encouraging with positivity.
Strict = 3Strict and rigorous.
Mentoring = 4Educational mentoring approach.
Examples
Constructive tone for a code review template:
using LMKit.Agents.Templates;
var reviewer = new ReviewAgentTemplate { Tone = ReviewTone.Constructive };