PromptBuilder::isSupportedForImageGeneration(): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top 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()); } View all references View on Trac View on GitHub Related UsesDescriptionPromptBuilder::isSupported()wp-includes/php-ai-client/src/Builders/PromptBuilder.phpChecks if the current prompt is supported by the selected model. Changelog VersionDescription0.1.0Introduced. User Contributed Notes You must log in before being able to contribute a note or feedback.
User Contributed Notes
You must log in before being able to contribute a note or feedback.