Skip to content
This repository was archived by the owner on Jul 16, 2025. It is now read-only.

0.19.0

Compare
Choose a tag to compare
@chr-hertel chr-hertel released this 20 Mar 21:53
· 91 commits to main since this release
a588afe

What's Changed

Breaking Changes

  • ToolBox renamed to Toolbox in corresponding namespace, classes and variables, see #258
  • Tool's Metadata introduced a new ExecutionReference object instead $className and $method properties/arguments
  • Tool's interface MetadataFactory::getMetadata changed argument type from mixed to string
  • PhpLlm\LlmChain\Chain\ToolBox\ToolResultConverter::convert(...) type declaration was narrowed down from mixed to \JsonSerializable|\Stringable|array|float|string|null, see #254

Full Changelog: 0.18.0...0.19.0