MCPcopy Create free account
hub / github.com/Facets-cloud/flow / rawMessage

Struct rawMessage

internal/stats/scan.go:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56}
57
58type rawMessage struct {
59 Usage *rawUsage `json:"usage"`
60 Content json.RawMessage `json:"content"`
61}
62
63type rawUsage struct {
64 Input int64 `json:"input_tokens"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected