WordPress\AiClient\Providers\Models\DTO
ModelConfig::getSystemInstruction
Gets the system instruction.
Method of the class: ModelConfig{}
No Hooks.
Returns
String|null. The system instruction.
Usage
$ModelConfig = new ModelConfig(); $ModelConfig->getSystemInstruction(): ?string;
Changelog
| Since 0.1.0 | Introduced. |
ModelConfig::getSystemInstruction() ModelConfig::getSystemInstruction code WP 7.0
public function getSystemInstruction(): ?string
{
return $this->systemInstruction;
}