Skip to content

Commit

Permalink
fix dto
Browse files Browse the repository at this point in the history
  • Loading branch information
alnutile committed Jul 3, 2024
1 parent f1c2286 commit c82315b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
6 changes: 3 additions & 3 deletions app/Domains/Chat/MetaDataDto.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ public function __construct(
public mixed $persona = '',
public mixed $filter = '',
public bool $completion = false,
public string $tool = '',
public string $date_range = '',
public string $input = '',
public mixed $tool = '',
public mixed $date_range = '',
public mixed $input = '',
) {

}
Expand Down
Loading

0 comments on commit c82315b

Please sign in to comment.