You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
confidence_threshold: Optional[Union[Annotated[float, Field(le=1.0, strict=True, ge=0.0)], Annotated[int, Field(le=1, strict=True, ge=0)]]] =Field(default=0.9, description="Confidence threshold for applying function names, default is 0.9")
32
+
min_group_size: Optional[Annotated[int, Field(le=20, strict=True, ge=1)]] =Field(default=10, description="Minimum number of matching functions required to consider for a match, default is 10")
0 commit comments