LiveServerToolCall

@PublicPreviewAPI
public final class LiveServerToolCall implements LiveServerMessage


Request for the client to execute the provided functionCalls.

The client should return matching FunctionResponsePart, where the id fields correspond to individual FunctionCallParts.

Summary

Public fields

final @NonNull List<@NonNull FunctionCallPart>

A list of FunctionCallPart to run and return responses for.

Public constructors

Public fields

functionCalls

public final @NonNull List<@NonNull FunctionCallPartfunctionCalls

A list of FunctionCallPart to run and return responses for.

Public constructors

LiveServerToolCall

public LiveServerToolCall(@NonNull List<@NonNull FunctionCallPart> functionCalls)