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
Running an experiment using Github Action, Typescript SDK. In the Experiment view, Evaluation Task durations and metric scores are seen on the UI, but the task object output is not found.
In Project > Span, the llm_task object could be found, yet in its corresponding trace in Project > Trace, the output cannot be found.
This issue only appears when evaluation function is called from a Github Action. All outputs can be seen if experiment is ran locally (calling the same function)