Package-level declarations
Types
Link copied to clipboard
open class LangfuseClient(secretKey: String = SystemPropertyUtils.resolvePlaceholders(
"\${LANGFUSE_SECRET_KEY}",
), publicKey: String = SystemPropertyUtils.resolvePlaceholders(
"\${LANGFUSE_PUBLIC_KEY}",
), host: String = SystemPropertyUtils.resolvePlaceholders(
"\${LANGFUSE_HOST}",
))
LangfuseClient is a client library for interacting with the Langfuse API. It provides various APIs for accessing and managing resources within the Langfuse platform.
Functions
Link copied to clipboard
suspend fun <Error class: unknown class>.awaitPromptGet(promptName: String, label: String? = null, version: Int? = null): PromptResult
Link copied to clipboard
suspend fun <Error class: unknown class>.awaitPromptsList(name: String? = null, label: String? = null, tag: String? = null, page: Int? = 1, limit: Int? = DEFAULT_PAGE_SIZE, fromUpdatedAt: OffsetDateTime? = null, toUpdatedAt: OffsetDateTime? = null): <Error class: unknown class>
Link copied to clipboard