Class AICopilotFactory

AICopilotFactory-Klasse

Fabrikklasse zur Erstellung verschiedener Arten von Copiloten.

public static class AICopilotFactory

Methoden

NameBeschreibung
static CreateChatCopilot<TOptions>(IChatClient<TOptions>, IChatCopilotOptions<TOptions>)Erstellt einen Chat-Copiloten basierend auf dem Client und den Optionen.
static CreateImageDescriptionCopilot<TOptions>(IImageDescriptionClient<TOptions>, IImageDescriptionCopilotOptions<TOptions>)Erstellt einen Bildbeschreibungs-Copiloten basierend auf dem Client und den Optionen.
static CreateSummaryCopilot<TOptions>(ISummaryClient<TOptions>, ISummaryCopilotOptions<TOptions>)Erstellt einen Zusammenfassungs-Copiloten basierend auf dem Client und den Optionen.

Siehe auch