Skip to content

v2.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 18 May 12:53
· 5 commits to main since this release

2.0.0 (2024-05-18)

Code Refactoring

  • graphrunner: now requires ChatModel, previously was BaseLanguageModel (cf19dc7)

BREAKING CHANGES

  • graphrunner: GraphRunner now requires a ChatModel passed, as opposed to a LanguageModel