Contact Details
No response
π¦ Package Version
0.3.18
ποΈ Framework Version
No response
π Describe the Bug
If I do something like
@agentops.record_action("Action")
def some_action():
return 0, 1
then the output becomes the list [0, 1].
This is an issue because I'm using a repository where they check whether the output from a function is a specific subclass of tuple, so when I added the decorator to the function the code broke.
π€ Contribution