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

Struct AILogItem

module/service/dto/output.go:240–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240type AILogItem struct {
241 Id string `json:"id"`
242 API auto.Label `json:"api" aolabel:"api"`
243 Status int64 `json:"status"`
244 LogTime auto.TimeLabel `json:"log_time"`
245 Ip string `json:"ip"`
246 Token int64 `json:"token"`
247 TokenPerSecond int64 `json:"token_per_second"`
248 Consumer auto.Label `json:"consumer" aolabel:"service"`
249 Provider auto.Label `json:"provider" aolabel:"ai_provider"`
250 Model string `json:"model"`
251}
252type RestLogItem struct {
253 Id string `json:"id"`
254 API auto.Label `json:"api" aolabel:"api"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected