(id: string)
| 155 | } |
| 156 | |
| 157 | if (!db.data.aiConfig.providers) { |
| 158 | db.data.aiConfig.providers = {}; |
| 159 | } |
| 160 | if (!db.data.aiConfig.default_prompt) { |
| 161 | db.data.aiConfig.default_prompt = DEFAULT_PROMPT; |
| 162 | } |
no outgoing calls
no test coverage detected