Interface Chat


public interface Chat
The Chat interface represents a basic contract for interaction between the user and an AI system through text-based communication. It provides a method to ask a question or send a message to the system, receiving a response asynchronously.
Author:
Syam