In the early design of breakpoints, we had discussions about adding callback_fun in save_state while breaking the pipeline. This would provide the users a hook to inject custom behavior—for instance, to propagate the pipeline_snapshot externally via a RESTful API or HTTP request.
Related discussion: deepset-ai/haystack-experimental#317 (comment)
In the early design of breakpoints, we had discussions about adding
callback_funinsave_statewhile breaking the pipeline. This would provide the users a hook to inject custom behavior—for instance, to propagate thepipeline_snapshotexternally via a RESTful API or HTTP request.Related discussion: deepset-ai/haystack-experimental#317 (comment)