Skip to content

@uservane/langfuse-push: PushPendingScoresOpts

PushPendingScoresOpts = object

Defined in: index.ts:59

optional createLangfuse?: (cfg) => LangfuseScoreClient

Defined in: index.ts:86

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

string

string

string

LangfuseScoreClient


optional fetchImpl?: typeof fetch

Defined in: index.ts:81

Injected fetch (tests).


optional includeFailed?: boolean

Defined in: index.ts:79

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


langfuse: object

Defined in: index.ts:66

optional baseUrl?: string

publicKey: string

secretKey: string


optional limit?: number

Defined in: index.ts:74

Max scores to pull this run.


optional scoreName?: string

Defined in: index.ts:72

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


uservane: object

Defined in: index.ts:60

optional apiBase?: string

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

secretKey: string

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