Commit db5114aa authored by alex yao's avatar alex yao

fix:memory_variable_writer 函数描述

parent 6d6ab71f
......@@ -41,9 +41,9 @@ public class MemoryVariableWriterFunction extends AbstractLargeModelFunction {
" \"description\": \"内容值\"\n" +
" }\n" +
" }\n" +
" }\n" +
" },\n" +
" },\n" +
" \"description\": \"" + DESC + "\"\n" +
" },\n" +
" }";
......@@ -53,7 +53,7 @@ public class MemoryVariableWriterFunction extends AbstractLargeModelFunction {
private RedisService redisService;
@Override
public String doFunction(String content, String identifier) {
public String doFunction(String content, String identifier) {
if (StringUtils.isBlank(content) || StringUtils.isBlank(identifier)) {
return "FAIL";
}
......
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