You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Context
I frequently run numerous jobs through llama-parse and am working on establishing unified traceability across all my prompts.
Current Behavior
Currently, the job_id is only displayed within the output verbiage, making it inaccessible for programmatic logging or integration with traceability tools.
Proposed Enhancement
Expose the job_id as a returnable value alongside the output, so it can be directly logged or utilized by a tracer. This would significantly enhance the ability to track and manage prompts across workflows.
The text was updated successfully, but these errors were encountered:
Context
I frequently run numerous jobs through
llama-parse
and am working on establishing unified traceability across all my prompts.Current Behavior
Currently, the
job_id
is only displayed within the output verbiage, making it inaccessible for programmatic logging or integration with traceability tools.Proposed Enhancement
Expose the
job_id
as a returnable value alongside the output, so it can be directly logged or utilized by a tracer. This would significantly enhance the ability to track and manage prompts across workflows.The text was updated successfully, but these errors were encountered: