ModelConfig::getCustomOptions(): WordPressAiClientProvidersModelsDTOarray<string,

In this article

Gets the custom options.

Return

WordPressAiClientProvidersModelsDTOarray<string, mixed> The custom options.

Source

public function getCustomOptions(): array
{
    return $this->customOptions;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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