WP_AI_Client_HTTP_Client::__construct( WordPressAiClientDependenciesPsrHttpMessageResponseFactoryInterface $response_factory, WordPressAiClientDependenciesPsrHttpMessageStreamFactoryInterface $stream_factory )

In this article

Constructor.

Parameters

$response_factoryWordPressAiClientDependenciesPsrHttpMessageResponseFactoryInterfacerequired
PSR-17 Response factory.
$stream_factoryWordPressAiClientDependenciesPsrHttpMessageStreamFactoryInterfacerequired
PSR-17 Stream factory.

Source

public function __construct( ResponseFactoryInterface $response_factory, StreamFactoryInterface $stream_factory ) {
	$this->response_factory = $response_factory;
	$this->stream_factory   = $stream_factory;
}

Changelog

VersionDescription
7.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.