PromptBuilder::isSupportedForMusicGeneration(): bool

In this article

Checks if the prompt is supported for music generation.

Return

bool True if music generation is supported.

Source

public function isSupportedForMusicGeneration(): bool
{
    return $this->isSupported(CapabilityEnum::musicGeneration());
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.