MCPcopy Create free account
hub / github.com/APIParkLab/APIPark / AIProviderStatus

Struct AIProviderStatus

app/ai-event-handler/nsq.go:36–41  ·  view source on GitHub ↗

定义 NSQ 消息结构

Source from the content-addressed store, hash-verified

34
35// 定义 NSQ 消息结构
36type AIProviderStatus struct {
37 Provider string `json:"provider"`
38 Model string `json:"model"`
39 Key string `json:"key"`
40 Status string `json:"status"`
41}
42
43type AIInfo struct {
44 Model string `json:"ai_model"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected