refactor: 修复预热编排器竞态条件添加 runToken 机制

This commit is contained in:
zl-q
2026-03-30 09:06:38 +08:00
parent 41f35d6e22
commit bd7ac6285c
3 changed files with 44 additions and 6 deletions
@@ -73,6 +73,7 @@ class _FakeChatApi implements ChatApi {
@override
Future<Stream<String>> streamRunEvents(
String threadId, {
required String runId,
String? lastEventId,
}) {
throw UnimplementedError();