zebra-doom
Results
2
comments of
zebra-doom
Thanks for raising @PlebeiusGaragicus Actually there's a workaround for you - you would not find the chat_id in in the def pipe() body object, but you will find it in...
@tcgumus hi 1. You set it in your init: ``` def __init__(self): self.name = "Dream Pipeline" self.valves = self.Valves() self.chat_id = None ``` 2. You store it in your inlet:...