feat: make tracking works
This commit is contained in:
parent
255be78d43
commit
4619c122f1
4 changed files with 70 additions and 8 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue