WordPress\AiClient\Tools\DTO
FunctionResponse::getId
Gets the function call ID.
Method of the class: FunctionResponse{}
No Hooks.
Returns
String|null. The function call ID.
Usage
$FunctionResponse = new FunctionResponse(); $FunctionResponse->getId(): ?string;
Changelog
| Since 0.1.0 | Introduced. |
FunctionResponse::getId() FunctionResponse::getId code WP 7.0.2
public function getId(): ?string
{
return $this->id;
}