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 { ...@@ -41,9 +41,9 @@ public class MemoryVariableWriterFunction extends AbstractLargeModelFunction {
" \"description\": \"内容值\"\n" + " \"description\": \"内容值\"\n" +
" }\n" + " }\n" +
" }\n" + " }\n" +
" }\n" +
" },\n" + " },\n" +
" \"description\": \"" + DESC + "\"\n" + " \"description\": \"" + DESC + "\"\n" +
" },\n" +
" }"; " }";
......
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