Chats

class Chats

A factory for multi-turn Chat sessions.

Functions

Link copied to clipboard
fun create(model: String, config: GenerateContentConfig? = null, history: List<Content> = emptyList(), automaticFunctionCalling: AutomaticFunctionCalling? = null): Chat

Creates a chat session.