定义 NSQ 消息结构
| 34 | |
| 35 | // 定义 NSQ 消息结构 |
| 36 | type AIProviderStatus struct { |
| 37 | Provider string `json:"provider"` |
| 38 | Model string `json:"model"` |
| 39 | Key string `json:"key"` |
| 40 | Status string `json:"status"` |
| 41 | } |
| 42 | |
| 43 | type AIInfo struct { |
| 44 | Model string `json:"ai_model"` |
nothing calls this directly
no outgoing calls
no test coverage detected