Niels Swimberghe
Niels Swimberghe
Now that we have the `AssemblyAIAudioToTextService` and `AssemblyAIFileService` in, I think we can release the initial version of this connector. What would the next steps be?
This PR uses the AssemblyAI SDK: https://github.com/microsoft/semantic-kernel/pull/8556
> So it seems like implementing this in `deno lint --fix` would be the best option If the `jsr publish` command does linting, there should also be a `jsr lint`...
I tried fixing this the way AWS SDK does: https://github.com/aws/aws-sdk-js-v3/pull/3889/files Unfortunately, not all types in the error are interfaces, and the fix only works for interfaces. For now, I suggest...
Thanks, that works! Still may be helpful to have a separate command that doesn't include the actual dry-run aspect.
@Madajevas are you referring to this callback request? https://www.twilio.com/docs/voice/answering-machine-detection#asyncamdstatuscallback Feel free to contribute the class.
> This part of the description is no longer accurate, correct? > > > This will also XML encode other characters which aren't really necessary, like ", but IDEs continue...
This is an issue for us too. We'd rather update cosmetics like name and description in Postman and not have Fern update it, but if not possible, we can configure...
I did use automatic setup. I'm using Deno, not NodeJS.
You can make a copy of the class locally and fix it as a temporary fix. Feel free to make a PR here too. For now, making that field nullable...