Click or drag to resize

AIAgentSaveToFile Method

Saves the current conversation to a JSON file.

Namespace: Seal.AI
Assembly: SealLibrary (in SealLibrary.dll) Version: 10.0.1.0+a44cd3a7f03c2bf3cdbd971a878c679e40bed08a
Syntax
C#
public void SaveToFile(
	string path,
	List<StringPair> infos = null
)

Parameters

path  String
Full file-system path (including file name and extension).
infos  ListStringPair  (Optional)
Session metadata to embed in the file.
See Also