Commit d1c508bf authored by alex yao's avatar alex yao

feat:Agent应用 追问接口调整

parent 6b57c794
package cn.com.poc.expose.aggregate; package cn.com.poc.expose.aggregate;
import cn.com.yict.framemax.core.exception.BusinessException;
import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpServletResponse;
import java.util.List; import java.util.List;
...@@ -15,7 +13,7 @@ public interface AgentApplicationService { ...@@ -15,7 +13,7 @@ public interface AgentApplicationService {
/** /**
* 追问AI生成 * 追问AI生成
* *
* @param input 问题输入 * @param input 问题输入
* @return * @return
*/ */
List<String> createContinueQuestions(String input); List<String> createContinueQuestions(String input);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment