WordPress\AiClient\Providers\Models\DTO

ModelConfig::getSystemInstructionpublicWP 0.1.0

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() code WP 7.0

public function getSystemInstruction(): ?string
{
    return $this->systemInstruction;
}