functionCalls

public abstract LiveServerToolCall.Builder functionCalls(List<FunctionCall> functionCalls)
@CanIgnoreReturnValue()
public LiveServerToolCall.Builder functionCalls(Array<FunctionCall> functionCalls)

Setter for functionCalls.

functionCalls: The function call to be executed.


@CanIgnoreReturnValue()
public LiveServerToolCall.Builder functionCalls(Array<FunctionCall.Builder> functionCallsBuilders)

Setter for functionCalls builder.

functionCalls: The function call to be executed.