interrupting a conversation with the API?

If I abort an http call and send a new one immediately after, like if a user asked a question and then asked another question before the previous request resolved, i get:
{"message": "Error code: 400 - {'error': {'message': \"Can't add messages to thread_eq8ykreRioe2KOYOnG2vTpPa while a run run_cz2j2AdAu3W5nWxooChIVdEY is active.\", 'type': 'invalid_request_error', 'param': None, 'code': None}}",}

is there a way to send a "stop" command or something before sending the users message that they interrupted with?
Was this page helpful?