Commit c2a6835
Export ProviderConfig from Node.js and Python SDKs (#1048)
ProviderConfig was defined in both SDKs but not re-exported from
their public API entry points. Consumers had to duplicate the type
locally to use it for Responses API configuration (wireApi: 'responses').
- Node.js: add ProviderConfig to the type re-exports in src/index.ts
- Python: import ProviderConfig in copilot/__init__.py and add to __all__
Fixes github/copilot-sdk-partners#7
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 7fc03d2 commit c2a6835
2 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
| 53 | + | |
52 | 54 | | |
53 | 55 | | |
54 | 56 | | |
| |||
0 commit comments