WordPress\AiClient\Providers\Models\DTO

ModelConfig::getStopSequencespublicWP 0.1.0

Gets the stop sequences.

Method of the class: ModelConfig{}

No Hooks.

Returns

list|null. The stop sequences.

Usage

$ModelConfig = new ModelConfig();
$ModelConfig->getStopSequences(): ?array;

Changelog

Since 0.1.0 Introduced.

ModelConfig::getStopSequences() code WP 7.0

public function getStopSequences(): ?array
{
    return $this->stopSequences;
}