Yun Kim
Results
12
issues of
Yun Kim
This PR captures more model/input parameters in OpenAI chat/completion spans. Currently we only capture `temperature` and `max_tokens`, but there are plenty of other [parameters](https://platform.openai.com/docs/api-reference/completions/create) that we can capture as part...
## Summary Public facing changes: - Adds `LLMObs.current_span()` to API, returns the current active LLMObs-generated (integration, SDK) span. - Adds `LLMObs.current_trace_context()` to API, returns current LLMObs context (which can represent...