ModelConfig::getSystemInstruction(): string|null

In this article

Gets the system instruction.

Return

string|null The system instruction.

Source

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

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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