Interface IChatClientTOptions

IChatClient<TOptions> arayüzü

Belirli seçeneklere sahip bir sohbet istemcisi için bir arayüzü temsil eder.

public interface IChatClient<in TOptions> : IAIClient
ParametreAçıklama
TOptionsSohbet istemcisi için seçeneklerin türü.

Yöntemler

İsimAçıklama
GetChatCopilot(IChatCopilotOptions<TOptions>)Belirtilen seçeneklerle IChatCopilot örneğini alır.

Ayrıca Bakınız