ModelMetadata::getSupportedOptions(): WordPressAiClientProvidersModelsDTOlist<SupportedOption>

In this article

Gets the model’s supported configuration options.

Return

WordPressAiClientProvidersModelsDTOlist<SupportedOption> The supported options.

Source

public function getSupportedOptions(): array
{
    return $this->supportedOptions;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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