Class FunctionCallingHelper

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

public class FunctionCallingHelper extends AbstractToolCallSupport
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.