perf: 中断打字

This commit is contained in:
rd
2025-08-28 14:46:57 +08:00
parent 6074f716ef
commit cdda8ffba7
4 changed files with 121 additions and 82 deletions

View File

@ -5,6 +5,7 @@ declare global {
interface Answer {
message?: string;
role?: string;
node?: string;
output?: string;
run_id?: string;
@ -20,6 +21,7 @@ declare global {
type: string;
data: Record<string, any>;
};
[key: string]: any;
}
}
}