| 238 | } |
| 239 | |
| 240 | type 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 | } |
| 252 | type RestLogItem struct { |
| 253 | Id string `json:"id"` |
| 254 | API auto.Label `json:"api" aolabel:"api"` |
nothing calls this directly
no outgoing calls
no test coverage detected