Skip to content

Commit f037503

Browse files
Phase B fixup: re-export TelemetryConfig from copilot package
Test collection broke on CI because e2e/test_telemetry_e2e.py imports it from the top-level package; only the dataclass option types had been re-exported. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent c252a04 commit f037503

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python/copilot/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
RuntimeConnection,
1919
StdioRuntimeConnection,
2020
TcpRuntimeConnection,
21+
TelemetryConfig,
2122
UriRuntimeConnection,
2223
)
2324
from .session import (
@@ -101,6 +102,7 @@
101102
"SessionUiCapabilities",
102103
"StdioRuntimeConnection",
103104
"TcpRuntimeConnection",
105+
"TelemetryConfig",
104106
"Tool",
105107
"ToolBinaryResult",
106108
"ToolInvocation",

0 commit comments

Comments
 (0)