PromptBuilder::isSupportedForTextGeneration(): bool In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Checks if the prompt is supported for text generation. Return bool True if text generation is supported. Source public function isSupportedForTextGeneration(): bool { return $this->isSupported(CapabilityEnum::textGeneration()); } 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.