Commit b75b68a2 authored by alex yao's avatar alex yao

style: 优化编码

parent 2bece1b0
......@@ -274,7 +274,7 @@ public class AgentApplicationServiceImpl implements AgentApplicationService {
bizAgentApplicationDialoguesRecordService.save(outputRecord);
}
private static List<Tool> buildMemoryConfig(BizAgentApplicationPublishEntity infoEntity) {
private List<Tool> buildMemoryConfig(BizAgentApplicationPublishEntity infoEntity) {
List<Tool> tools = new ArrayList<>();
//开启对话变量
if (ArrayUtils.isNotEmpty(infoEntity.getVariableStructure())) {
......
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