WordPress\AiClient\Providers\Models\DTO
ModelConfig::getCandidateCount
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() ModelConfig::getCandidateCount code WP 7.0
public function getCandidateCount(): ?int
{
return $this->candidateCount;
}