IChatCopilot.SaveContextAsync

IChatCopilot.SaveContextAsync-Methode

Speichert den Kontext asynchron in einer JSON-Datei.

public Task SaveContextAsync(string jsonFilePath, CancellationToken? cancellationToken = default)
ParameterTypBeschreibung
jsonFilePathStringDer Dateipfad, um den Kontext-JSON zu speichern.
cancellationTokenNullable`1Das Abbruchtoken (optional).

Rückgabewert

Eine Aufgabe, die die asynchrone Operation darstellt.

Siehe auch