ModelConfig::getFunctionDeclarations(): WordPressAiClientProvidersModelsDTOlist<FunctionDeclaration>|null In this article Table of ContentsReturn Source Related Changelog ↑ Back to top Gets the function declarations. Return WordPressAiClientProvidersModelsDTOlist<FunctionDeclaration>|null The function declarations. Source public function getFunctionDeclarations(): ?array { return $this->functionDeclarations; } View all references View on Trac View on GitHub Related Used byDescriptionModelRequirements::toRequiredOptions()wp-includes/php-ai-client/src/Providers/Models/DTO/ModelRequirements.phpConverts ModelConfig to an array of RequiredOptions. 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.