I created a run with max_prompt_tokens 500 and max_completion_tokens 500. When the run exceeds the limit of 500, it gives thread.run.incomplete but the message is always completed. Does this mean that the thread.message will always be completed even if the thread.run is incomplete?
Is there a documentation which has better explanation of various thread status and what to expect from it?