WordPress\AiClient\Providers\Models\DTO
ModelConfig::getOutputSchema
Gets the output schema.
Method of the class: ModelConfig{}
No Hooks.
Returns
Array
Usage
$ModelConfig = new ModelConfig(); $ModelConfig->getOutputSchema(): ?array;
Changelog
| Since 0.1.0 | Introduced. |
ModelConfig::getOutputSchema() ModelConfig::getOutputSchema code WP 7.0
public function getOutputSchema(): ?array
{
return $this->outputSchema;
}