fix issue w/ enforcing api

This commit is contained in:
Xi Yan 2024-10-23 15:15:52 -07:00
parent 21f2e9adf5
commit 07d45f2af3
3 changed files with 14 additions and 7 deletions

View file

@ -35,6 +35,7 @@ def builtin_automatically_routed_apis() -> List[AutoRoutedApiInfo]:
routing_table_api=Api.memory_banks,
router_api=Api.memory,
),
# TODO: re-enable once we have proper checking on builtin routing: Issue #297
AutoRoutedApiInfo(
routing_table_api=Api.datasets,
router_api=Api.datasetio,