make it work
This commit is contained in:
parent
40cb1a012c
commit
ed10ade455
9 changed files with 115 additions and 10 deletions
|
@ -1,7 +1,9 @@
|
|||
package eu.m724.responsesource;
|
||||
|
||||
import eu.m724.chat.Chat;
|
||||
|
||||
public interface ChatResponseSource {
|
||||
ChatResponseSourceInfo info();
|
||||
|
||||
ChatResponse
|
||||
ChatResponse ask(Chat chat);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue