mirror of
https://github.com/anthropics/claude-code-sdk-python.git
synced 2025-12-23 09:19:52 +00:00
Merge 74f73b073c into 3eb12c5a37
This commit is contained in:
commit
2da1d21e69
1 changed files with 3 additions and 1 deletions
|
|
@ -467,7 +467,9 @@ class Query:
|
|||
call_request = CallToolRequest(
|
||||
method=method,
|
||||
params=CallToolRequestParams(
|
||||
name=params.get("name"), arguments=params.get("arguments", {})
|
||||
name=params.get("name"),
|
||||
arguments=params.get("arguments", {}),
|
||||
_meta=params.get("_meta"),
|
||||
),
|
||||
)
|
||||
handler = server.request_handlers.get(CallToolRequest)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue