TASK:cloud;
This commit is contained in:
@@ -300,8 +300,10 @@ public class LLMServiceImpl implements LLMService {
|
|||||||
if ("text".equals(type) || "think".equals(type)) {
|
if ("text".equals(type) || "think".equals(type)) {
|
||||||
if (StringUtils.isEmpty(contentType) || !contentType.equals(type)) {
|
if (StringUtils.isEmpty(contentType) || !contentType.equals(type)) {
|
||||||
if ("text".equals(type)) {
|
if ("text".equals(type)) {
|
||||||
|
contentType = "text";
|
||||||
responseContentBuilder.append("[TEXT]");
|
responseContentBuilder.append("[TEXT]");
|
||||||
}else {
|
}else {
|
||||||
|
contentType = "think";
|
||||||
responseContentBuilder.append("[THINK]");
|
responseContentBuilder.append("[THINK]");
|
||||||
}
|
}
|
||||||
// systemMessage.setSeq(getNextSeq(projectId));
|
// systemMessage.setSeq(getNextSeq(projectId));
|
||||||
|
|||||||
Reference in New Issue
Block a user