Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ReasoningToken ¶
type ReasoningTracker ¶
type ReasoningTracker struct {
// contains filtered or unexported fields
}
func NewReasoningTracker ¶
func NewReasoningTracker() *ReasoningTracker
func (*ReasoningTracker) GetAll ¶
func (t *ReasoningTracker) GetAll() map[string]int64
func (*ReasoningTracker) GetTotal ¶
func (t *ReasoningTracker) GetTotal(model string) int64
func (*ReasoningTracker) Record ¶
func (t *ReasoningTracker) Record(model string, tokens int64)
Click to show internal directories.
Click to hide internal directories.