Help understanding incomplete status for run #1229
Unanswered
V (vasanth-asokan)
asked this question in
Q&A
Replies: 4 comments
|
Has anyone figured out why this happens? |
0 replies
|
I want to know what this status means too! |
0 replies
|
This happens to some of my langgraph too, any idea why? |
0 replies
|
Had this problem with basic implementation in a Cloudflare Worker... Still can't find this in the docs, but appears to be explained/solved |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I have a langsmith trace that shows a streaming OpenAI call (via langchain) get logged in langsmith as incomplete. On my server, the call never completed, there were no timeouts, exceptions as far as we can tell. I do have timeouts set on the langchain call (90 seconds).
Does anyone know what INCOMPLETE means in langsmith parlance? I did a quick search on the langsmith docs and did not see run statuses being cataloged anywhere. I don't see any additional info that's illustrative in the
Metadatatab in the langsmith UI for this run.All reactions