Sets the output file type.
Parameters
$fileTypeWordPressAiClientFilesEnumsFileTypeEnumrequired- The output file type.
Source
public function asOutputFileType(FileTypeEnum $fileType): self
{
$this->modelConfig->setOutputFileType($fileType);
return $this;
}
Changelog
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.