Skip to content

@uservane/langfuse-push: PushPendingScoresOpts

PushPendingScoresOpts = object

Defined in: index.d.ts:51

optional createLangfuse?: (cfg) => LangfuseScoreClient

Defined in: index.d.ts:78

Injected Langfuse client factory (tests). Production builds new Langfuse({ publicKey, secretKey, baseUrl }).

string

string

string

LangfuseScoreClient


optional fetchImpl?: typeof fetch

Defined in: index.d.ts:73

Injected fetch (tests).


optional includeFailed?: boolean

Defined in: index.d.ts:71

When true, also re-poll rows previously acked as failed (?includeFailed=true on the queue).


langfuse: object

Defined in: index.d.ts:58

optional baseUrl?: string

publicKey: string

secretKey: string


optional limit?: number

Defined in: index.d.ts:66

Max scores to pull this run.


optional scoreName?: string

Defined in: index.d.ts:64

Score name. Defaults to uservane.satisfaction (namespaced).


uservane: object

Defined in: index.d.ts:52

optional apiBase?: string

API origin. Defaults to https://api.uservane.com.

secretKey: string

Project secret key (uv_sk_...). NEVER ship to the browser.