When the user asks a safety-blocked question (e.g., “how to make a bomb”), the model correctly responds with a refusal message.
However, if any subsequent request is made within the same thread, the following error is thrown:
(None) Cannot cancel run with status 'incomplete'.
Code: None
Message: Cannot cancel run with status 'incomplete'.
This seems to indicate that the thread/run becomes stuck in an incomplete state after the safety violation, preventing any further operations.
Expected behavior:
Subsequent messages in the same thread should continue normally or should at least return a clear recovery method.
Actual behavior:
The run cannot be continued or canceled, blocking all further operations in that thread.
Please provide guidance on how to recover or handle this state.
Using: agent-framework 1.0.0b251114
