wp-includes/php-ai-client/src/Tools/DTO/FunctionCall.php:47Constructor.
$idstring|nulloptionalnull$namestring|nulloptionalnull$argsmixedoptionalnull public function __construct(?string $id = null, ?string $name = null, $args = null) { 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->args = $args; }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/FunctionCall.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.