RequiredOption::getValue(): mixed In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Gets the value that the model must support for this option. Return mixed The value that the model must support. Source public function getValue() { return $this->value; } View all references View on Trac View on GitHub Related Used byDescriptionModelRequirements::areMetBy()wp-includes/php-ai-client/src/Providers/Models/DTO/ModelRequirements.phpChecks whether the given model metadata meets these requirements. 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.