fix: fix linting error
This commit is contained in:
parent
1019355527
commit
22bcbac9ea
@ -422,7 +422,7 @@ class AnthropicConfig:
|
||||
AnthropicResponseContentBlockToolUse(
|
||||
type="tool_use",
|
||||
id=tool_call.id,
|
||||
name=tool_call.function.name,
|
||||
name=tool_call.function.name or "",
|
||||
input=json.loads(tool_call.function.arguments),
|
||||
)
|
||||
)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user