* 获取当前上下文会话ID
()
| 638 | * 获取当前上下文会话ID |
| 639 | */ |
| 640 | public getCurrentSessionId(): string | undefined { |
| 641 | const contextComponent = this.getContextComponent(); |
| 642 | return contextComponent?.getCurrentSessionId(); |
| 643 | } |
| 644 | |
| 645 | /** |
| 646 | * 搜索历史会话 |
no test coverage detected