StartTemplateChatExtension extension

An extension on TemplateGenerativeModel that provides a startChat method.

on

Methods

startChat(String templateId, {required Map<String, Object?> inputs, List<Content>? history, List<TemplateTool>? tools, TemplateToolConfig? toolConfig, int? maxTurns}) TemplateChatSession

Available on TemplateGenerativeModel, provided by the StartTemplateChatExtension extension

Starts a TemplateChatSession that will use this model to respond to messages.