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

Struct AIInfo

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

Source from the content-addressed store, hash-verified

41}
42
43type AIInfo struct {
44 Model string `json:"ai_model"`
45 Cost interface{} `json:"ai_model_cost"`
46 InputToken interface{} `json:"ai_model_input_token"`
47 OutputToken interface{} `json:"ai_model_output_token"`
48 TotalToken interface{} `json:"ai_model_total_token"`
49 Provider string `json:"ai_provider"`
50 ProviderStats []AIProviderStatus `json:"ai_provider_statuses"`
51}
52
53type NSQMessage struct {
54 AI AIInfo `json:"ai"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected