wp-includes/php-ai-client/src/Tools/DTO/FunctionResponse.php:47Constructor.
$idstring|null$namestring|null$responsemixed public function __construct(?string $id, ?string $name, $response) { if ($id === null && $name === null) { throw new InvalidArgumentException('At least one of id or name must be provided.'); } $this->id = $id; $this->name = $name; $this->response = $response; }Introduced in 0.1.0. Unchanged from 7.0.4 through 7.1.0.
Signature, return type and hooks compared across 2 parsed releases.
src/wp-includes/php-ai-client/src/Tools/DTO/FunctionResponse.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.