feat: make tracking works

This commit is contained in:
ziesorx 2025-09-23 20:32:08 +07:00
parent 255be78d43
commit 4619c122f1
4 changed files with 70 additions and 8 deletions

View file

@ -304,9 +304,9 @@ class WebSocketHandler:
# Get pipeline configuration for this model
pipeline_parser = model_manager.get_pipeline_config(model_id)
if pipeline_parser:
# Create tracking integration
# Create tracking integration with message sender
tracking_integration = TrackingPipelineIntegration(
pipeline_parser, model_manager
pipeline_parser, model_manager, self._send_message
)
# Initialize tracking model