Open kasium opened 1 year ago
The types of context.config is dict[str, str], but should at least also support nested dicts in multiple levels. Also it can support any type as the value, so might just want to use Any
dict[str, str]
Any
@kuwv @bitprophet any update?
Still waiting on Jeff. I need to make an update though. I'll take a look tonight.
The types of context.config is
dict[str, str]
, but should at least also support nested dicts in multiple levels. Also it can support any type as the value, so might just want to useAny