WordPress\AiClient\Providers\Models\DTO

ModelConfig::getOutputMimeTypepublicWP 0.1.0

Gets the output MIME type.

Method of the class: ModelConfig{}

No Hooks.

Returns

String|null. The output MIME type.

Usage

$ModelConfig = new ModelConfig();
$ModelConfig->getOutputMimeType(): ?string;

Changelog

Since 0.1.0 Introduced.

ModelConfig::getOutputMimeType() code WP 7.0

public function getOutputMimeType(): ?string
{
    return $this->outputMimeType;
}