Skip to content

Commit

Permalink
Merge pull request #13 from llm-agents-php/feature/solution-metadata
Browse files Browse the repository at this point in the history
Unfinal SolutionMetadata class
  • Loading branch information
butschster authored Sep 5, 2024
2 parents 2c153a5 + d1d5f0a commit 37b1ba9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Solution/SolutionMetadata.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace LLM\Agents\Solution;

final readonly class SolutionMetadata
readonly class SolutionMetadata
{
public function __construct(
public MetadataType $type,
Expand Down

0 comments on commit 37b1ba9

Please sign in to comment.