LiveServerToolCall

@PublicPreviewAPI
class LiveServerToolCall : 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 constructors

Public properties

List<FunctionCallPart>

A list of FunctionCallPart to run and return responses for.

Public constructors

LiveServerToolCall

LiveServerToolCall(functionCalls: List<FunctionCallPart>)

Public properties

functionCalls

val functionCallsList<FunctionCallPart>

A list of FunctionCallPart to run and return responses for.