updated
This commit is contained in:
@@ -198,6 +198,7 @@ class RetrievePage(BaseRouteModel):
|
||||
instructions={},
|
||||
)
|
||||
for key, event_codes in dict(endpoints).items():
|
||||
# Meaning client can reach this endpoint [] & [] intersection
|
||||
if set(event_codes) & set(reachable_codes):
|
||||
language_models = dict(page_info).get("language_models", {})
|
||||
instructions = dict(page_info).get("instructions", {})
|
||||
|
||||
Reference in New Issue
Block a user