Class ToolCallHelper

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

public class ToolCallHelper 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.