JudgevalConfig
Configuration options for the Judgeval client. Credentials are resolved in order: explicit arguments first, then environment variables `JUDGMENT_API_KEY`, `JUDGMENT_ORG_ID`, and `JUDGMENT_API_URL`.
Configuration options for the Judgeval client.
Credentials are resolved in order: explicit arguments first, then
environment variables JUDGMENT_API_KEY, JUDGMENT_ORG_ID, and
JUDGMENT_API_URL.
Properties
projectName
:string
The project name on the Judgment platform.
apiKey
:string | undefined
Judgment API key. Defaults to JUDGMENT_API_KEY env var.
organizationId
:string | undefined
Judgment organization ID. Defaults to JUDGMENT_ORG_ID env var.
apiUrl
:string | undefined
Judgment API URL. Defaults to JUDGMENT_API_URL env var.
Judgeval
The main entry point for interacting with the Judgment platform. `Judgeval` connects to your Judgment project and gives you access to evaluation, datasets, and monitoring through the Judgment platform.
Tracer
Concrete tracer implementation for Node.js applications. Use `Tracer.init()` to create and activate a new tracer. This sets up OpenTelemetry span processing and export to the Judgment platform.
Last updated on