Commit 0d05fe25 authored by alex yao's avatar alex yao

修改memory_variable_writer 函数描述

parent 29697fc3
...@@ -22,10 +22,10 @@ import java.util.Map; ...@@ -22,10 +22,10 @@ import java.util.Map;
public class MemoryVariableWriterFunction extends AbstractLargeModelFunction { public class MemoryVariableWriterFunction extends AbstractLargeModelFunction {
private final String DESC = "该方法仅用enum给定的内容名来保存用户想记录的内容值,不可使用该方法进行查询"; private final String DESC = "该方法参考key字段给出的内容键,来保存对应的内容值,该方法不可进行查询";
private final String LLM_JSON_SCHEMA = "{\n" + private final String LLM_JSON_SCHEMA = "{\n" +
" \"description\": \"" + DESC + "\"\n," + " \"description\": \"" + DESC + "\",\n" +
" \"type\": \"function\",\n" + " \"type\": \"function\",\n" +
" \"function\": {\n" + " \"function\": {\n" +
" \"name\": \"memory_variable_writer\",\n" + " \"name\": \"memory_variable_writer\",\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