getsentry / getsentry/sentry-python
Deduplicate in AI integrations
Open
Improvement
Python
Spans
- Dominant language
- Python
- Stars
- 2.2k
- Forks
- 669
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 213
Description
LangChain is agnostic about input message format:
https://docs.langchain.com/oss/python/langchain/messages#message-content
LiteLLM follows the OpenAI Responses schema for input messages:
https://docs.litellm.ai/docs/completion/input#common-params
Investigate output formats and see if we can deduplicate there as well.
Contributor guide
Assessment
This issue has not been assessed yet.