@uservane/langfuse-push: PushPendingScoresOpts
Type Alias: PushPendingScoresOpts
Section titled “Type Alias: PushPendingScoresOpts”PushPendingScoresOpts =
object
Defined in: index.d.ts:51
Properties
Section titled “Properties”createLangfuse?
Section titled “createLangfuse?”
optionalcreateLangfuse?: (cfg) =>LangfuseScoreClient
Defined in: index.d.ts:78
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.d.ts:73
Injected fetch (tests).
includeFailed?
Section titled “includeFailed?”
optionalincludeFailed?:boolean
Defined in: index.d.ts:71
When true, also re-poll rows previously acked as failed
(?includeFailed=true on the queue).
langfuse
Section titled “langfuse”langfuse:
object
Defined in: index.d.ts:58
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.d.ts:66
Max scores to pull this run.
scoreName?
Section titled “scoreName?”
optionalscoreName?:string
Defined in: index.d.ts:64
Score name. Defaults to uservane.satisfaction (namespaced).
uservane
Section titled “uservane”uservane:
object
Defined in: index.d.ts:52
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.