BidiGenerateContentToolCall

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

Represents the bidi generate content tool call.

Constructors

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

Properties

Link copied to clipboard

The function calls.