refactor: 修复预热编排器竞态条件添加 runToken 机制
This commit is contained in:
@@ -73,6 +73,7 @@ class _FakeChatApi implements ChatApi {
|
||||
@override
|
||||
Future<Stream<String>> streamRunEvents(
|
||||
String threadId, {
|
||||
required String runId,
|
||||
String? lastEventId,
|
||||
}) {
|
||||
throw UnimplementedError();
|
||||
|
||||
Reference in New Issue
Block a user