Config

data class Config(val heuristicOnly: Boolean = false)

Behavior toggles for the escalating resolver.

Constructors

Link copied to clipboard
constructor(heuristicOnly: Boolean = false)

Properties

Link copied to clipboard
val heuristicOnly: Boolean = false

When true, the LLM bakeoff is never called — resolution stops at the searcher tier.