Type Alias: SessionUsage
Makaio Framework / contracts/adapter / SessionUsage
Type Alias: SessionUsage
Section titled “Type Alias: SessionUsage”SessionUsage =
z.infer<typeofSessionUsageSchema>
Defined in: ../../../packages/contracts/src/adapter/schemas/session-usage.ts:22
Type Composition
Section titled “Type Composition”SessionUsagez.infer<typeof SessionUsageSchema>typeof SessionUsageSchema
Resolved Shape
Section titled “Resolved Shape”type SessionUsage = { adapterId: string; adapterName: string; sessionId: string; adapterSessionId: string; totalInputTokens: number; totalOutputTokens: number; totalCalls: number;};