Sets the output schema.
Parameters
- mixed> $schema The output schema.
Source
public function asOutputSchema(array $schema): self
{
$this->modelConfig->setOutputSchema($schema);
return $this;
}
Changelog
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
Sets the output schema.
public function asOutputSchema(array $schema): self
{
$this->modelConfig->setOutputSchema($schema);
return $this;
}
| Version | Description |
|---|---|
| 0.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.