* 检查上下文组件是否已准备就绪
()
| 381 | * 检查上下文组件是否已准备就绪 |
| 382 | */ |
| 383 | public isContextReady(): boolean { |
| 384 | return this.isReady && !!this.contextManager && !!this.currentSessionId; |
| 385 | } |
| 386 | |
| 387 | /** |
| 388 | * 获取上下文管理器实例(用于高级操作) |
no outgoing calls
no test coverage detected