WordPress\AiClient\Providers\Models\DTO

ModelConfig::getOutputSchemapublicWP 0.1.0

Gets the output schema.

Method of the class: ModelConfig{}

No Hooks.

Returns

Array. mixed>|null The output schema.

Usage

$ModelConfig = new ModelConfig();
$ModelConfig->getOutputSchema(): ?array;

Changelog

Since 0.1.0 Introduced.

ModelConfig::getOutputSchema() code WP 7.0

public function getOutputSchema(): ?array
{
    return $this->outputSchema;
}