feat: expose the telemetry schema SQL to downstreams

This commit is contained in:
2026-08-19 12:31:19 -04:00
parent e17e1067a1
commit 7b49e580c0
2 changed files with 14 additions and 0 deletions
+2
View File
@@ -23,6 +23,7 @@ from polygateway.errors import (
from polygateway.ocr import OcrClient
from polygateway.pricing import ModelPrice, PricingTable
from polygateway.providers import DEFAULT_PROFILES, ProviderProfile, register_provider
from polygateway.telemetry.schema import telemetry_schema_sql
from polygateway.types import (
EmbeddingResponse,
LLMResponse,
@@ -64,4 +65,5 @@ __all__ = [
"__version__",
"gather_bounded",
"register_provider",
"telemetry_schema_sql",
]