IAIConversation

IAIConversation interface

Represents a conversation instance. Unlike regular AI calls, conversations retain the entire context.

public interface IAIConversation

Methods

NameDescription
GetResponseAsync(string)Sends conversation request message including entire context and returns response.

See Also