/** * RUN_EVENT 未识别观测兜底:summary 用此前缀,避免与 thinking 魔串冲突。 * IM 可用此前缀弱展示或仅日志;通道保证有包口。 */ export declare const RUN_EVENT_UNMAPPED_SUMMARY_PREFIX = "unmapped:"; /** thinking 专用 summary,勿用于兜底。 */ export declare const RUN_EVENT_THINKING_SUMMARY = "thinking"; export declare function buildUnmappedRunEventSummary(source: string): string; export declare function isUnmappedRunEventSummary(summary: string | undefined): boolean; //# sourceMappingURL=ws-run-event-unmapped.d.ts.map