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
@@ -48,11 +44,9 @@ class TrendingFacetsQuery(BaseModel):
48
44
""" Minimum score a recommendation must have to be included in the response. """
49
45
max_recommendations: Optional[int] =None
50
46
""" Maximum number of recommendations to retrieve. By default, all recommendations are returned and no fallback request is made. Depending on the available recommendations and the other request parameters, the actual number of recommendations may be lower than this value. """
0 commit comments