UpdateSessionTokens updates token counts for a session
(ctx context.Context, sessionID string, inputTokens, outputTokens int64, cost float64)
| 101 | |
| 102 | // UpdateSessionTokens updates token counts for a session |
| 103 | UpdateSessionTokens(ctx context.Context, sessionID string, inputTokens, outputTokens int64, cost float64) error |
| 104 | |
| 105 | // SetSessionStarred sets the starred status for a session |
| 106 | SetSessionStarred(ctx context.Context, sessionID string, starred bool) error |
no outgoing calls
no test coverage detected