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
feat(llmobs): add prompt tracking telemetry tags for OpenAI (#7106)
* feat(llmobs): add prompt tracking telemetry tags for OpenAI
- Add prompt_tracking_source:auto tag for auto-instrumented prompts
- Add prompt_multimodal:true tag for prompts with image/file inputs
- Add hasMultimodalInputs helper function in utils
- Note: LangChain prompt tracking deferred to separate PR
* docs :docstrings
* refactor(llmobs): rename prompt tracking source tag to instrumentation method
- Update prompt tracking source to prompt_tracking_instrumentation_method in OpenAI plugin
- Adjust related documentation and test assertions to reflect the new naming convention
* refactor tagging logic
* refactor constant logic
* re-organize constants
0 commit comments