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