ReflectorResponse

@Serializable
data class ReflectorResponse(val insights: List<ACEOptimizer.TrajectoryInsight>)

Structured reflector output: the TrajectoryInsights diagnosed from a single agent trajectory.

Constructors

Link copied to clipboard
constructor(insights: List<ACEOptimizer.TrajectoryInsight>)

Properties

Link copied to clipboard

One or more insights extracted from the trajectory.