Closed davidmigloz closed 2 months ago
Relates to #530
The following classes are deprecated and should be replaced by their successors:
OpenAIToolsAgent
ToolsAgent
OpenAIToolsAgentOutputParser
ToolsAgentOutputParser
Their API is exactly the same, so it shouldn't break anything.
You can run dart fix --apply to run the migration automatically.
dart fix --apply
Relates to #530
The following classes are deprecated and should be replaced by their successors:
OpenAIToolsAgent
->ToolsAgent
OpenAIToolsAgentOutputParser
->ToolsAgentOutputParser
Their API is exactly the same, so it shouldn't break anything.
You can run
dart fix --apply
to run the migration automatically.