feat: 处理在非Web线程中获取Request中token失败的问题;

This commit is contained in:
likunlong
2025-08-19 17:39:20 +08:00
parent 1638b9dd75
commit c3ab13ae67
4 changed files with 15 additions and 3 deletions

View File

@@ -77,4 +77,9 @@ public class ChatRequest {
*/
private Boolean autoSelectModel;
/**
* 会话令牌为避免在非Web线程中获取Request入口处注入
*/
private String token;
}