fix: update the requestId when switch model

This commit is contained in:
jialin
2025-07-09 16:03:07 +08:00
parent b167170aa9
commit af0aaddbfd
14 changed files with 116 additions and 27 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ declare namespace Global {
interface HintOptions {
label: string;
value: string;
opts?: Array<BaseOption<string>>;
opts?: Array<BaseOption<string | number>>;
}
type SearchParams = Pagination & { search?: string };