Request::getOptions(): WordPressAiClientProvidersHttpDTORequestOptions|null

In this article

Gets the request options.

Return

WordPressAiClientProvidersHttpDTORequestOptions|null Request transport options when configured.

Source

public function getOptions(): ?\WordPress\AiClient\Providers\Http\DTO\RequestOptions
{
    return $this->options;
}

Changelog

VersionDescription
0.2.0Introduced.

User Contributed Notes

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