LiveServerToolCall

@Serializable
data class LiveServerToolCall(val functionCalls: List<FunctionCall>? = null)

Request for the client to execute the function_calls and return the responses with the matching ids.

Constructors

Link copied to clipboard
constructor(functionCalls: List<FunctionCall>? = null)

Properties

Link copied to clipboard

The function call to be executed.