ModelConfig::getFunctionDeclarations(): WordPressAiClientProvidersModelsDTOlist<FunctionDeclaration>|null

In this article

Gets the function declarations.

Return

WordPressAiClientProvidersModelsDTOlist<FunctionDeclaration>|null The function declarations.

Source

public function getFunctionDeclarations(): ?array
{
    return $this->functionDeclarations;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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