balena-io-modules / mahler

A automated task composer and HTN based planner for building autonomous system agents.
Apache License 2.0
7 stars 1 forks source link

Fix bug with Context type inference #29

Closed pipex closed 1 year ago

pipex commented 1 year ago

Type inference for the task Context was not working properly when the base object was a simple dictionary. This was due to a validation for empty string that was never triggered.

Change-type: patch

pipex commented 1 year ago

I self-certify!