mirror of
https://github.com/HKUDS/nanobot.git
synced 2026-04-16 16:09:47 +00:00
style: remove trailing whitespace
This commit is contained in:
parent
ef5792162f
commit
dcebb94b01
@ -298,7 +298,7 @@ class LiteLLMProvider(LLMProvider):
|
|||||||
|
|
||||||
reasoning_content = getattr(message, "reasoning_content", None) or None
|
reasoning_content = getattr(message, "reasoning_content", None) or None
|
||||||
thinking_blocks = getattr(message, "thinking_blocks", None) or None
|
thinking_blocks = getattr(message, "thinking_blocks", None) or None
|
||||||
|
|
||||||
return LLMResponse(
|
return LLMResponse(
|
||||||
content=content,
|
content=content,
|
||||||
tool_calls=tool_calls,
|
tool_calls=tool_calls,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user