()
| 396 | } |
| 397 | |
| 398 | private async getCurrentPrompts() { |
| 399 | const template = |
| 400 | (await PromptStateManager.getInstance().getActivePromptContent()) ?? |
| 401 | PromptStateManager.getInstance().getDefaultPromptContent() |
| 402 | |
| 403 | return await buildPromptFromTemplate(template) |
| 404 | } |
| 405 | |
| 406 | /** |
| 407 | * Handles stream errors |
no test coverage detected