WordPress\AiClient\Providers\Models\DTO

ModelConfig::getCandidateCountpublicWP 0.1.0

Gets the candidate count.

Method of the class: ModelConfig{}

No Hooks.

Returns

Int|null. The candidate count.

Usage

$ModelConfig = new ModelConfig();
$ModelConfig->getCandidateCount(): ?int;

Changelog

Since 0.1.0 Introduced.

ModelConfig::getCandidateCount() code WP 7.0

public function getCandidateCount(): ?int
{
    return $this->candidateCount;
}