Update src/claude_agent_sdk/_internal/query.py

Co-authored-by: Ashwin Bhat <ashwin@anthropic.com>
This commit is contained in:
Noah Zweben 2025-12-09 10:15:16 -08:00 committed by GitHub
parent 0884dfc0ab
commit bdf55fb900
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -549,7 +549,7 @@ class Query:
"""
await self._send_control_request(
{
"subtype": "rewind_code",
"subtype": "rewind_files",
"user_message_id": user_message_id,
}
)