()
| 48 | |
| 49 | @extension.extensible |
| 50 | def initialize_chats(): |
| 51 | from helpers import persist_chat |
| 52 | async def initialize_chats_async(): |
| 53 | persist_chat.load_tmp_chats() |
| 54 | return defer.DeferredTask().start_task(initialize_chats_async) |
| 55 | |
| 56 | @extension.extensible |
| 57 | def initialize_mcp(): |
nothing calls this directly
no test coverage detected