generateContent
fun generateContent(name: String? = null, block: Consumer<GeminiContentRequestSpecification>): GeminiContentBuildingStep(source)
Java-friendly overload that accepts a Consumer for configuring the chat request.
fun generateContent(name: String? = null, block: GeminiContentRequestSpecification.() -> Unit): GeminiContentBuildingStep(source)