Conversation
| | `ZEROEVAL_DEBUG` | boolean | `"false"` | Enable debug logging | | ||
|
|
||
| ```bash | ||
| export ZEROEVAL_API_KEY="ze_1234567890abcdef" |
There was a problem hiding this comment.
🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit ea007b8.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.
echo ea007b82a454e354a4db6b13c4cc7c218d8a6b60:tracing/sdks/python/reference.mdx:generic-api-key:838 >> .gitleaksignore
| | `ZEROEVAL_DEBUG` | boolean | `"false"` | Enable debug logging | | ||
|
|
||
| ```bash | ||
| export ZEROEVAL_API_KEY="ze_1234567890abcdef" |
There was a problem hiding this comment.
🛑 Gitleaks has detected a secret with rule-id generic-api-key in commit ea007b8.
If this secret is a true positive, please rotate the secret ASAP.
If this secret is a false positive, you can add the fingerprint below to your .gitleaksignore file and commit the change to this branch.
echo ea007b82a454e354a4db6b13c4cc7c218d8a6b60:tracing/sdks/typescript/reference.mdx:generic-api-key:505 >> .gitleaksignore
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix prepared a fix for the issue found in the latest run.
- ✅ Fixed: New text links to page deleted in same PR
- Updated the broken link in autotune/introduction.mdx to point to /judges/introduction, an existing page.
…ion) [bug: 77f47714-f7b0-4204-8804-5c357be07b49]
Note
Low Risk
Low risk because changes are documentation-only, but the navigation shuffle and page deletions could introduce broken links or orphaned content if paths aren’t updated everywhere.
Overview
Reorganizes the docs IA in
docs.json: replacestracing/quickstartwith a newtracing/introduction, collapses the old Tracing Advanced section into a simpler set (tracing/api-reference,tracing/opentelemetry), and reshapes top-level groups into Prompts, Feedback (split into Human vs Judges), Optimization, and Helpers.Prompts docs are rewritten and expanded:
autotune/introductionis reframed around prompt versioning/deployments,autotune/referencebecomes a much more complete REST API Reference for prompts/versions/tags, and new SDK pages are added forautotune/sdks/pythonandautotune/sdks/typescript; older pages likeautotune/setupandautotune/prompts/modelsare removed.Adds new Feedback and Tracing API documentation: introduces
feedback/*pages including a REST API reference, addstracing/api-referencefor spans/traces/sessions/OTLP ingestion, and updatestracing/opentelemetrywith clearer endpoint/config guidance plus direct-export examples.Judges content is refreshed and consolidated: expands
judges/introduction, adds a newjudges/calibrationguide, and removes olderjudges/setupandjudges/submit-feedbackpages; Python tracing SDK reference is updated to reflect newerinit()/config parameters and expanded configuration sections.Written by Cursor Bugbot for commit fac5c29. This will update automatically on new commits. Configure here.