mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
Improve types of control request and response
This commit is contained in:
parent
a774031c34
commit
f8bf1a4cbb
1 changed files with 0 additions and 1 deletions
|
|
@ -213,7 +213,6 @@ class SDKControlPermissionRequest(TypedDict):
|
|||
permission_suggestions: list[Any] | None
|
||||
blocked_path: str | None
|
||||
|
||||
|
||||
class SDKControlInitializeRequest(TypedDict):
|
||||
subtype: Literal["initialize"]
|
||||
# TODO: Use HookEvent names as the key.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue