def openai_new_tag(text: str):
"""create a new openai tag"""
ctx.lists["user.openai_tag"][text] = text
print(ctx.lists["user.openai_tag"])
When I run this action, I can see that an additional entry has been added to the list as expected, but I can't get it to trigger in any rule which uses that new entry. Original entries in that list continue to work fine.
When I run this action, I can see that an additional entry has been added to the list as expected, but I can't get it to trigger in any rule which uses that new entry. Original entries in that list continue to work fine.