@bdky/aaas-pilot-kit 1.1.2 → 1.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -58,6 +58,8 @@ export declare class AaaSPilotKitController<AS extends BaseAgentService = BaseAg
|
|
|
58
58
|
private playWaitForListener;
|
|
59
59
|
/** 记录每次 query 的开始时间,用于计算 TTFT */
|
|
60
60
|
private queryStartTime;
|
|
61
|
+
/** 标记 render_start 是否已经触发过 */
|
|
62
|
+
private hasRenderStartTriggered;
|
|
61
63
|
private readonly weirwood;
|
|
62
64
|
constructor(opts: IResolvedOptions, errorManager: ErrorManager, agentService: AS, asrService: BaseAsrService, digitalHumanService: BaseDigitalHumanService, conversationService: ConversationService);
|
|
63
65
|
mount: ($container?: HTMLElement) => Promise<void>;
|