mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 19:24:27 +00:00
fix: fix linting error
This commit is contained in:
parent
af1064941a
commit
c46e3ce590
1 changed files with 1 additions and 1 deletions
|
@ -422,7 +422,7 @@ class AnthropicConfig:
|
||||||
AnthropicResponseContentBlockToolUse(
|
AnthropicResponseContentBlockToolUse(
|
||||||
type="tool_use",
|
type="tool_use",
|
||||||
id=tool_call.id,
|
id=tool_call.id,
|
||||||
name=tool_call.function.name,
|
name=tool_call.function.name or "",
|
||||||
input=json.loads(tool_call.function.arguments),
|
input=json.loads(tool_call.function.arguments),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue