package xx.xxxx.openaiaveclangchain.gpt;

public interface Assistant {
    String chat(String prompt);
}