Open
Description
Proposal
Enhance the tracing functionality by logging raw HTTP requests and responses sent to and received from LLMs. This would aid in debugging issues related to prompt input, model responses, and integration errors.
Rationale
- Debugging LLM interactions is challenging when only high-level errors or summaries are available.
- Capturing the full raw request and response enables developers to reproduce issues, inspect prompt formatting, and analyze model behavior.
- Tracing raw data helps identify encoding issues, unintentional prompt modifications, or unexpected output formats.
Metadata
Metadata
Assignees
Labels
No labels