public ChatSession(
List<Content>? history,
IPlatformAdapter platform,
string model,
GenerationConfig config = null,
ICollection<SafetySetting>? safetySettings = null,
string? systemInstruction = null,
HttpClient? httpClient = null,
ILogger? logger = null
)
[Missing <param name="history"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},GenerativeAI.Core.IPlatformAdapter,System.String,GenerativeAI.Types.GenerationConfig,System.Collections.Generic.ICollection{GenerativeAI.Types.SafetySetting},System.String,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="platform"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},GenerativeAI.Core.IPlatformAdapter,System.String,GenerativeAI.Types.GenerationConfig,System.Collections.Generic.ICollection{GenerativeAI.Types.SafetySetting},System.String,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="model"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},GenerativeAI.Core.IPlatformAdapter,System.String,GenerativeAI.Types.GenerationConfig,System.Collections.Generic.ICollection{GenerativeAI.Types.SafetySetting},System.String,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="config"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},GenerativeAI.Core.IPlatformAdapter,System.String,GenerativeAI.Types.GenerationConfig,System.Collections.Generic.ICollection{GenerativeAI.Types.SafetySetting},System.String,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="safetySettings"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},GenerativeAI.Core.IPlatformAdapter,System.String,GenerativeAI.Types.GenerationConfig,System.Collections.Generic.ICollection{GenerativeAI.Types.SafetySetting},System.String,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="systemInstruction"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},GenerativeAI.Core.IPlatformAdapter,System.String,GenerativeAI.Types.GenerationConfig,System.Collections.Generic.ICollection{GenerativeAI.Types.SafetySetting},System.String,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]
[Missing <param name="httpClient"/> documentation for "M:GenerativeAI.ChatSession.#ctor(System.Collections.Generic.List{GenerativeAI.Types.Content},GenerativeAI.Core.IPlatformAdapter,System.String,GenerativeAI.Types.GenerationConfig,System.Collections.Generic.ICollection{GenerativeAI.Types.SafetySetting},System.String,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},GenerativeAI.Core.IPlatformAdapter,System.String,GenerativeAI.Types.GenerationConfig,System.Collections.Generic.ICollection{GenerativeAI.Types.SafetySetting},System.String,System.Net.Http.HttpClient,Microsoft.Extensions.Logging.ILogger)"]