WordPress\AiClient\Providers\Models\DTO
ModelMetadata::getSupportedOptions
Gets the model's supported configuration options.
Method of the class: ModelMetadata{}
No Hooks.
Returns
list
Usage
$ModelMetadata = new ModelMetadata(); $ModelMetadata->getSupportedOptions(): array;
Changelog
| Since 0.1.0 | Introduced. |
ModelMetadata::getSupportedOptions() ModelMetadata::getSupportedOptions code WP 7.0
public function getSupportedOptions(): array
{
return $this->supportedOptions;
}