restackio / integrations-typescript

Restack AI integrations for TypeScript
2 stars 5 forks source link

[integrations-azurespeech] azureSpeechService function uses Restack class from different package #27

Open venerjoel99 opened 3 weeks ago

venerjoel99 commented 3 weeks ago

According to the README for the Azure speech integration, the azureSpeechService uses a client instantiated by the Restack class imported from @restackio/ai. However, the correct Restack class needs to be imported from @restackio/restack-sdk-ts:

Type 'import("node_modules/@restackio/ai/dist/index").default' is not assignable to type 'import("node_modules/@restackio/restack-sdk-ts/dist/index").default'

I have @restackio/integrations-azurespeech installed at version 0.0.7

martinibach commented 2 weeks ago

@leawn can you take a look please and resolve the issue?