Class LegacyToolCallingManager

java.lang.Object
org.springframework.ai.model.tool.LegacyToolCallingManager
All Implemented Interfaces:
ToolCallingManager

@Deprecated public class LegacyToolCallingManager extends Object implements ToolCallingManager
Deprecated.
Only to help moving away from AbstractToolCallSupport. It will be removed in the next milestone.
Implementation of ToolCallingManager supporting the migration from AbstractToolCallSupport to ToolCallingManager and ensuring AI compatibility for all the ChatModel implementations.
Since:
1.0.0
Author:
Thomas Vitale