Feat: Store the dialogue reasoning level on the client side. (#17530)

### Summary

Feat: Store the dialogue reasoning level on the client side.
This commit is contained in:
balibabu
2026-07-29 18:40:12 +08:00
committed by GitHub
parent 48a3280eac
commit 2a4e77c5ae
3 changed files with 18 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
export const Authorization = 'Authorization';
export const Token = 'token';
export const UserInfo = 'userInfo';
export const ThinkingLevel = 'thinkingLevel';