make it work

This commit is contained in:
Minecon724 2024-08-28 15:09:38 +02:00
parent 40cb1a012c
commit ed10ade455
Signed by untrusted user who does not match committer: Minecon724
GPG key ID: 3CCC4D267742C8E8
9 changed files with 115 additions and 10 deletions

View file

@ -1,7 +1,9 @@
package eu.m724.responsesource;
import eu.m724.chat.Chat;
public interface ChatResponseSource {
ChatResponseSourceInfo info();
ChatResponse
ChatResponse ask(Chat chat);
}