ModelConfig::setSystemInstruction( string $systemInstruction )

In this article

Sets the system instruction.

Parameters

$systemInstructionstringrequired
The system instruction.

Source

public function setSystemInstruction(string $systemInstruction): void
{
    $this->systemInstruction = $systemInstruction;
}

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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