parent
9f8fef15c7
commit
d40a16a1b6
@ -1,5 +1,9 @@
|
||||
|
||||
|
||||
package com.learning.newdemo.service;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
public interface WxDebateService {
|
||||
String GetDebate(String history, String userMessage);
|
||||
Map<String, Object> GetDebate(String history, String userMessage, int currentRound, int maxRounds);
|
||||
}
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in new issue