feat: 根据是否有附件和是否自动,自动选择模型并且获取服务;

This commit is contained in:
likunlong
2025-08-19 10:32:17 +08:00
committed by Administrator
parent 330bdc3761
commit 6ce52befe2
2 changed files with 16 additions and 9 deletions

View File

@@ -67,4 +67,14 @@ public class ChatRequest {
*/
private Long uuid;
/**
* 是否有附件
*/
private Boolean hasAttachment;
/**
* 是否自动切换模型
*/
private Boolean autoSelectModel;
}