ModelConfig::getStopSequences(): WordPressAiClientProvidersModelsDTOlist<string>|null

In this article

Gets the stop sequences.

Return

WordPressAiClientProvidersModelsDTOlist<string>|null The stop sequences.

Source

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

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.