Commit 2c822fd6 authored by alex yao's avatar alex yao

feat(dbChain): 新增上下文内容

parent 802b8915
......@@ -1182,7 +1182,7 @@ public class AgentApplicationServiceImpl implements AgentApplicationService {
context.append(message.getRole()).append(":").append(message.getContent()).append(StringUtils.LF);
}
}
return context.toString();
return "";
}
/**
......
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