WordPress\AiClient\Messages\DTO
MessagePart::getThoughtSignature
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() MessagePart::getThoughtSignature code WP 7.0
public function getThoughtSignature(): ?string
{
return $this->thoughtSignature;
}