BidiGenerateContentToolResponse

@Serializable
data class BidiGenerateContentToolResponse(val functionResponses: List<FunctionResponse>? = null)

Client generated response to a ToolCall received from the server.

Constructors

Link copied to clipboard
constructor(functionResponses: List<FunctionResponse>? = null)

Properties

Link copied to clipboard