PromptBuilder::isSupportedForImageGeneration(): bool

In this article

Checks if the prompt is supported for image generation.

Return

bool True if image generation is supported.

Source

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

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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