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
In the SDK, these runs don't appear as child runs at all.
Reproduction repo
not available
To reproduce
not at the moment
Additional information
How can I reliably show my users, how many of their sub tasks failed, while in progress/before I get the final output? Without idempotency I can check the status of the run.relatedRuns.children, but tasks that are cached do not appear in this array.
The text was updated successfully, but these errors were encountered:
as far as I can tell, the run object returned by runs.retrieve contains no info about any cached child runs. So there's no way to show progress until it's completed and you can validate the output.
Provide environment information
System:
OS: Linux 5.15 Ubuntu 20.04.6 LTS (Focal Fossa)
CPU: (12) x64 AMD Ryzen 5 5600X 6-Core Processor
Memory: 6.49 GB / 15.59 GB
Container: Yes
Shell: 3.7.1 - /usr/bin/fish
Binaries:
Node: 18.20.8 - ~/.local/share/nvm/v18.20.8/bin/node
npm: 10.8.2 - ~/.local/share/nvm/v18.20.8/bin/npm
pnpm: 8.6.3 - ~/.local/share/pnpm/pnpm
Describe the bug
In the SDK, these runs don't appear as child runs at all.
Reproduction repo
not available
To reproduce
not at the moment
Additional information
How can I reliably show my users, how many of their sub tasks failed, while in progress/before I get the final output? Without idempotency I can check the status of the
run.relatedRuns.children
, but tasks that are cached do not appear in this array.The text was updated successfully, but these errors were encountered: