fix(gateway): expose comprehendmedical passthrough routes on the gateway component

This commit is contained in:
mateo-berri 2026-08-17 16:34:08 -07:00
parent 915a1cabcd
commit d9bd678f64

View file

@ -83,6 +83,7 @@ GATEWAY_PATH_PREFIXES: tuple[str, ...] = (
"/azure_ai/",
"/aws/",
"/bedrock/",
"/comprehendmedical",
"/cohere/",
"/gemini/",
"/google/",