Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Result ¶
type Result struct {
Confidence float64 `json:"confidence"`
Intent string `json:"intent"`
Complexity string `json:"complexity"`
}
Result represents the parsed confidence result.
type Scorer ¶
type Scorer struct {
// contains filtered or unexported fields
}
ConfidenceScorer handles extracting and tracking confidence scores from LLM responses.
func (*Scorer) GetMetrics ¶
GetMetrics returns confidence distribution metrics.
Click to show internal directories.
Click to hide internal directories.