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/types.py
Co-authored-by: Ashwin Bhat <ashwin@anthropic.com>
This commit is contained in:
parent
0e8753f0db
commit
0884dfc0ab
1 changed files with 1 additions and 1 deletions
|
|
@ -718,7 +718,7 @@ class SDKControlMcpMessageRequest(TypedDict):
|
|||
|
||||
|
||||
class SDKControlRewindFilesRequest(TypedDict):
|
||||
subtype: Literal["rewind_code"]
|
||||
subtype: Literal["rewind_files"]
|
||||
user_message_id: str
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue