public ChatSession(
List<Content>? history,
string apiKey,
ModelParams modelParams,
HttpClient? client = null,
ILogger? logger = null
)
[Missing <param name="history"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},System.String,GenerativeAI.Core.ModelParams,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="apiKey"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},System.String,GenerativeAI.Core.ModelParams,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="modelParams"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},System.String,GenerativeAI.Core.ModelParams,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="client"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},System.String,GenerativeAI.Core.ModelParams,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="logger"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},System.String,GenerativeAI.Core.ModelParams,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]