| 56 | } |
| 57 | |
| 58 | type rawMessage struct { |
| 59 | Usage *rawUsage `json:"usage"` |
| 60 | Content json.RawMessage `json:"content"` |
| 61 | } |
| 62 | |
| 63 | type rawUsage struct { |
| 64 | Input int64 `json:"input_tokens"` |
nothing calls this directly
no outgoing calls
no test coverage detected