Skip to content

Commit ad187f7

Browse files
committed
feat(api): add cognima provider to webview message handler
1 parent 253cbb1 commit ad187f7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/core/webview/webviewMessageHandler.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -817,6 +817,13 @@ export const webviewMessageHandler = async (
817817
: undefined,
818818
},
819819
},
820+
{
821+
key: "cognima",
822+
options: {
823+
provider: "cognima",
824+
apiKey: apiConfiguration.cognimaApiKey,
825+
},
826+
},
820827
]
821828

822829
// Add IO Intelligence if API key is provided.

0 commit comments

Comments
 (0)