Skip to content

Commit

Permalink
Update ResponseModel.php
Browse files Browse the repository at this point in the history
  • Loading branch information
ddebowczyk authored Mar 10, 2024
1 parent 50b1317 commit 8bbf7d6
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/Core/ResponseModel.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,12 @@

class ResponseModel
{
public mixed $instance; // calculated
public ?string $class; // calculated
public ?array $functionCall; // calculated
public Schema $schema; // calculated
public mixed $instance;
public ?string $class;
public Schema $schema;
public array $jsonSchema;
public ?array $functionCall;

public bool $receivesEvents = false;

public string $functionName = 'extract_data';
Expand Down

0 comments on commit 8bbf7d6

Please sign in to comment.