diff --git a/internal/entitys/types.go b/internal/entitys/types.go index 51030f2..40d6c89 100644 --- a/internal/entitys/types.go +++ b/internal/entitys/types.go @@ -111,7 +111,7 @@ type ConfigParam struct { Type string `json:"type"` } type Match struct { - Confidence string `json:"confidence"` + Confidence any `json:"confidence"` Index string `json:"index"` IsMatch bool `json:"is_match"` Parameters string `json:"parameters"`