initial commit

sorry for no commit yesterday
This commit is contained in:
Minecon724 2024-08-27 14:05:52 +02:00
commit 6abcd39837
Signed by untrusted user who does not match committer: Minecon724
GPG key ID: 3CCC4D267742C8E8
13 changed files with 159 additions and 0 deletions

View file

@ -0,0 +1,7 @@
package eu.m724.responsesource;
public interface ChatResponseSource {
ChatResponseSourceInfo info();
ChatResponse
}