diff --git a/src/semantic-router/pkg/utils/classification/classifier.go b/src/semantic-router/pkg/utils/classification/classifier.go index e288cac2..c0eb7d0e 100644 --- a/src/semantic-router/pkg/utils/classification/classifier.go +++ b/src/semantic-router/pkg/utils/classification/classifier.go @@ -497,7 +497,7 @@ func (c *Classifier) SelectBestModelForCategory(categoryName string) string { return bestModel } -// forEachModelScore traverses the ModelScores document of the category and executes the callback for each element。 +// forEachModelScore traverses the ModelScores document of the category and executes the callback for each element. func (c *Classifier) forEachModelScore(cat *config.Category, fn func(modelScore config.ModelScore)) { for _, modelScore := range cat.ModelScores { fn(modelScore)