AsposeLLMApi.LoadChatSession

AsposeLLMApi.LoadChatSession method

Loads a chat session from a file

public Task<string> LoadChatSession(string filePath)
ParameterTypeDescription
filePathStringPath to load the session state from

Return Value

Session identifier

See Also