davidmigloz / langchain_dart

Build LLM-powered Dart/Flutter applications.
https://langchaindart.dev
MIT License
426 stars 75 forks source link

feat: Deprecate OpenAIToolsAgent in favour of ToolsAgent #532

Closed davidmigloz closed 2 months ago

davidmigloz commented 2 months ago

Relates to #530

The following classes are deprecated and should be replaced by their successors:

Their API is exactly the same, so it shouldn't break anything.

You can run dart fix --apply to run the migration automatically.