fix: Prevent MCP responses from reviving past tool calls via previous_response_id
This commit is contained in:
parent
bc4fbf282a
commit
38afdb71ff
@ -655,7 +655,6 @@ class MCPEnhancedStreamingIterator(BaseResponsesAPIStreamingIterator):
|
||||
follow_up_params.update(
|
||||
{
|
||||
"input": follow_up_input,
|
||||
"previous_response_id": self.collected_response.id, # type: ignore[attr-defined]
|
||||
"stream": True,
|
||||
}
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user