mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
Update src/claude_agent_sdk/_internal/query.py
Co-authored-by: Ashwin Bhat <ashwin@anthropic.com>
This commit is contained in:
parent
0884dfc0ab
commit
bdf55fb900
1 changed files with 1 additions and 1 deletions
|
|
@ -549,7 +549,7 @@ class Query:
|
|||
"""
|
||||
await self._send_control_request(
|
||||
{
|
||||
"subtype": "rewind_code",
|
||||
"subtype": "rewind_files",
|
||||
"user_message_id": user_message_id,
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue