deepgram/deepgram-python-sdk

`endpointing` attribute in `LiveOptions` should be a union integer and a generic false.

digitaldojoai opened this issue · 1 comments

endpointing attribute in LiveOptions should be a union integer and a generic false, not a string [ref]

However in the SDK, it is a string.

endpointing: Optional[str] = field( default=None, metadata=dataclass_config(exclude=lambda f: f is None) )