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
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
:I have
@restackio/integrations-azurespeech
installed at version0.0.7