WordPress\AiClient\Providers\Models\DTO
ModelConfig::getCustomOptions
Gets the custom options.
Method of the class: ModelConfig{}
No Hooks.
Returns
Array
Usage
$ModelConfig = new ModelConfig(); $ModelConfig->getCustomOptions(): array;
Changelog
| Since 0.1.0 | Introduced. |
ModelConfig::getCustomOptions() ModelConfig::getCustomOptions code WP 7.0
public function getCustomOptions(): array
{
return $this->customOptions;
}