WordPress\AiClient\Providers\Models\DTO
ModelConfig::getOutputFileType
Gets the output file type.
Method of the class: ModelConfig{}
No Hooks.
Returns
FileTypeEnum|null. The output file type.
Usage
$ModelConfig = new ModelConfig(); $ModelConfig->getOutputFileType(): ?FileTypeEnum;
Changelog
| Since 0.1.0 | Introduced. |
ModelConfig::getOutputFileType() ModelConfig::getOutputFileType code WP 7.0
public function getOutputFileType(): ?FileTypeEnum
{
return $this->outputFileType;
}