Skip to content

typing get_tts_model_voices #175

@cqjjjzr

Description

@cqjjjzr

Currently, TTSModel.get_tts_model_voices returns Any and I didn't find any clues indicating the concrete code producing the return value of get_tts_model_voices.

def get_tts_model_voices(
self,
*,
provider: str,
model: str,
credentials: dict[str, Any],
language: str | None,
) -> Any: ...

How should we type this function's return value?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions