Hi I just wondering, is it the right approach to modify a Thread while a Run on that Thread is currently on required_action state?
The Problem is as following. Some tool outputs are far to large, I would like to upload them first to the API then refer the fileId to the Thread via the modify Thread interface, while the Run is still in required_action state.
Is that ok or should I avoid it, somehow I have the feeling, that causes the tool_calling to triggered again. Not sure, if thats the case. Thanks for your answer.