Class ToolCallAdvisor

java.lang.Object
org.springframework.ai.chat.client.advisor.ToolCallingAdvisor
org.springframework.ai.chat.client.advisor.ToolCallAdvisor
All Implemented Interfaces:
Advisor, CallAdvisor, StreamAdvisor, ToolAdvisor, org.springframework.core.Ordered

@Deprecated(since="2.0.0", forRemoval=true) public class ToolCallAdvisor extends ToolCallingAdvisor
Deprecated, for removal: This API element is subject to removal in a future version.
since 2.0.0 in favor of ToolCallingAdvisor. This is kept for backward compatibility and will be removed in a future release.
Author:
Christian Tzolov
  • Constructor Details

    • ToolCallAdvisor

      protected ToolCallAdvisor(org.springframework.ai.model.tool.ToolCallingManager toolCallingManager, org.springframework.ai.model.tool.ToolExecutionEligibilityChecker toolExecutionEligibilityChecker, int advisorOrder, boolean conversationHistoryEnabled)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details