|
|
|
|
|
by datpuz
421 days ago
|
|
Here's qwen-30b-a3b's response to your prompt when I worded it better: The prompt was: "Create a Python decorator that registers functions as handlers for MQTT topic patterns (including + and # wildcards). Internally, use a trie to store the topic patterns and match incoming topic strings to the correct handlers. Provide an example showing how to register multiple handlers and dispatch a message to the correct one based on an incoming topic." https://pastebin.com/wefw7X2h |
|
https://pastebin.com/VfmhCTFm