WordPress\AiClient\Messages\DTO

MessagePart::getThoughtSignaturepublicWP 1.3.0

Gets the thought signature.

Method of the class: MessagePart{}

No Hooks.

Returns

String|null. The thought signature or null if not set.

Usage

$MessagePart = new MessagePart();
$MessagePart->getThoughtSignature(): ?string;

Changelog

Since 1.3.0 Introduced.

MessagePart::getThoughtSignature() code WP 7.0

public function getThoughtSignature(): ?string
{
    return $this->thoughtSignature;
}