fix: Prevent MCP responses from reviving past tool calls via previous_response_id

This commit is contained in:
Yuta Saito 2026-01-19 06:03:10 +09:00
parent bc4fbf282a
commit 38afdb71ff

View file

@ -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,
}
)