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(tracing): enable custom inferenceId for trace decorator
- Add dedicated inference_id field to Trace class instead of storing in metadata
- Allow users to set custom inference ID via update_current_trace(inferenceId=...)
- Maintain backward compatibility with auto-generated UUID fallback
- Simplify post_process_trace logic by removing special metadata filtering
- Update examples to demonstrate custom inference ID usage patterns
BREAKING CHANGE: None - fully backward compatible
Closes: #OPEN-7312
0 commit comments