🔄 Big News! bazed.ai is now sagentic.ai. Same vision, new name!

Skip to content

@sagentic-ai/sagentic-af / LedgerEntry

LedgerEntry ​

LedgerEntry represents a single LLM invocation

Properties ​

callerID ​

ts
callerID: string;

Source ​

src/ledger.ts:49


cost ​

ts
cost: PCT;

Source ​

src/ledger.ts:53


model ​

ts
model: ModelType;

Source ​

src/ledger.ts:51


timing ​

ts
timing: Timing;

Source ​

src/ledger.ts:50


tokens ​

ts
tokens: PCT;

Source ​

src/ledger.ts:52