AsposeLLMApi.SaveChatSession

AsposeLLMApi.SaveChatSession method

Saves a chat session to a file

public void SaveChatSession(string sessionId, string? filePath = null)
ParameterTypeDescription
sessionIdStringSession identifier
filePathStringOptional path to save the session state. If null, will use session ID as filename

See Also