sendClientContent

suspend fun sendClientContent(turns: List<Content>? = null, turnComplete: Boolean = true)

Sends standard client content (text, blobs) to the model.

Parameters

turns

The client content to send.

turnComplete

Indicates whether the turn is complete. Defaults to true.