wp-includes/ai-client/adapters/class-wp-ai-client-http-client.php:53Constructor.
$response_factoryWordPress\AiClientDependencies\Psr\Http\Message\ResponseFactoryInterface$stream_factoryWordPress\AiClientDependencies\Psr\Http\Message\StreamFactoryInterface public function __construct( ResponseFactoryInterface $response_factory, StreamFactoryInterface $stream_factory ) { $this->response_factory = $response_factory; $this->stream_factory = $stream_factory; }Introduced in 7.0.0. Unchanged from 7.0.4 through 7.1.0.
Signature, return type and hooks compared across 2 parsed releases.
src/wp-includes/ai-client/adapters/class-wp-ai-client-http-client.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.