Pushing custom information to the InferenceResult #216
Labels
documentation
Improvements or additions to documentation
enhancement
New feature or request
good first issue
Good for newcomers
Milestone
I'm looking for a way to insert "probes" into update rules such that custom information can be passed back to the
InferenceResult
object. This would allow for a user to inspect (and visualize) information on the rule/message level, which would be helpful when developing custom rule implementations.I currently have two use-cases in mind:
In a similar way that
Meta
andPipeline
objects offer context for inbounds collection and rule computation, a probe might be passed to an update rule. Custom information can then be written to the probe, which is returned to theInferenceResult
object (perhaps similar to how posteriors are returned).The text was updated successfully, but these errors were encountered: