@uservane/langfuse-push: PushPendingScoresOpts
Type Alias: PushPendingScoresOpts
Section titled “Type Alias: PushPendingScoresOpts”PushPendingScoresOpts =
object
Defined in: index.ts:59
Properties
Section titled “Properties”createLangfuse?
Section titled “createLangfuse?”
optionalcreateLangfuse?: (cfg) =>LangfuseScoreClient
Defined in: index.ts:86
Injected Langfuse client factory (tests). Production builds
new Langfuse({ publicKey, secretKey, baseUrl }).
Parameters
Section titled “Parameters”baseUrl?
Section titled “baseUrl?”string
publicKey
Section titled “publicKey”string
secretKey
Section titled “secretKey”string
Returns
Section titled “Returns”fetchImpl?
Section titled “fetchImpl?”
optionalfetchImpl?: typeoffetch
Defined in: index.ts:81
Injected fetch (tests).
includeFailed?
Section titled “includeFailed?”
optionalincludeFailed?:boolean
Defined in: index.ts:79
When true, also re-poll rows previously acked as failed
(?includeFailed=true on the queue).
langfuse
Section titled “langfuse”langfuse:
object
Defined in: index.ts:66
baseUrl?
Section titled “baseUrl?”
optionalbaseUrl?:string
publicKey
Section titled “publicKey”publicKey:
string
secretKey
Section titled “secretKey”secretKey:
string
limit?
Section titled “limit?”
optionallimit?:number
Defined in: index.ts:74
Max scores to pull this run.
scoreName?
Section titled “scoreName?”
optionalscoreName?:string
Defined in: index.ts:72
Score name. Defaults to uservane.satisfaction (namespaced).
uservane
Section titled “uservane”uservane:
object
Defined in: index.ts:60
apiBase?
Section titled “apiBase?”
optionalapiBase?:string
API origin. Defaults to https://api.uservane.com.
secretKey
Section titled “secretKey”secretKey:
string
Project secret key (uv_sk_...). NEVER ship to the browser.