MCPcopy Create free account
hub / github.com/OpenPipe/OpenPipe / CachedResponse

Interface CachedResponse

app/src/types/kysely-codegen.types.ts:80–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78}
79
80export interface CachedResponse {
81 id: string;
82 cacheKey: string;
83 modelId: string;
84 completionId: string;
85 respPayload: Json;
86 inputTokens: number;
87 outputTokens: number;
88 projectId: string;
89 createdAt: Generated<Timestamp>;
90}
91
92export interface CreditAdjustment {
93 id: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected