Update src/claude_agent_sdk/types.py

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

View file

@ -718,7 +718,7 @@ class SDKControlMcpMessageRequest(TypedDict):
class SDKControlRewindFilesRequest(TypedDict):
subtype: Literal["rewind_code"]
subtype: Literal["rewind_files"]
user_message_id: str