You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have set up an example repo to display the error I am facing. Essentially when I add the traceable decorator to a function, I lose the ability to patch functions called inside the decorated function when tests are run with trio. Tests pass with asyncio.
This has caused us to rewrite our logic so that the only thing that happens in our decorated function is the call to the LLM. This has increased the number of traces required on our service and added extra development time.
Suggestion:
No response
The text was updated successfully, but these errors were encountered:
Issue you'd like to raise.
I have set up an example repo to display the error I am facing. Essentially when I add the traceable decorator to a function, I lose the ability to patch functions called inside the decorated function when tests are run with
trio
. Tests pass withasyncio
.This has caused us to rewrite our logic so that the only thing that happens in our decorated function is the call to the LLM. This has increased the number of traces required on our service and added extra development time.
Suggestion:
No response
The text was updated successfully, but these errors were encountered: