@openkaiden/api 0.1.1 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/src/extension-api.d.ts +1 -0
package/package.json
CHANGED
package/src/extension-api.d.ts
CHANGED
|
@@ -761,6 +761,7 @@ declare module '@openkaiden/api' {
|
|
|
761
761
|
|
|
762
762
|
// create programmatically a InferenceProviderConnection
|
|
763
763
|
export interface InferenceProviderConnectionFactory extends ProviderConnectionFactory {
|
|
764
|
+
connectionTypes: InferenceProviderConnectionType[];
|
|
764
765
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
765
766
|
create(params: { [key: string]: any }, logger?: Logger, token?: CancellationToken): Promise<void>;
|
|
766
767
|
}
|