Is it possible to call a gpt assistant via api but not send a thread id? I want to call the assistant for relevant response, but I dont want to create a thread threading is only minorly beneficial in my app vs the amount of $$ it ends up costing to retrieve the tokens every time. I’d rather just call it new each time with no thread/context. Is it possible? What’s best practice? Thanks!