CriticResult

data class CriticResult<T>(val successful: Boolean, val feedback: String, val input: T)(source)

Represents the result of a critique or feedback process.

Constructors

Link copied to clipboard
constructor(successful: Boolean, feedback: String, input: T)

Properties

Link copied to clipboard

A textual message providing details about the

Link copied to clipboard
val input: T
Link copied to clipboard

Indicates whether the critique operation was successful.