ModelConfig::getOutputSchema(): WordPressAiClientProvidersModelsDTOarray<string,

In this article

Gets the output schema.

Return

WordPressAiClientProvidersModelsDTOarray<string, mixed>|null The output schema.

Source

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

Changelog

VersionDescription
0.1.0Introduced.

User Contributed Notes

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