Class FunctionCallingHelper

java.lang.Object
org.springframework.ai.chat.model.AbstractToolCallSupport
org.springframework.ai.model.function.FunctionCallingHelper

@Deprecated public class FunctionCallingHelper extends AbstractToolCallSupport
Deprecated.
Use ToolCallingManager instead.
Helper class that reuses the AbstractToolCallSupport to implement the function call handling logic on the client side. Used when the withProxyToolCalls(true) option is enabled.