style(llm): apply ruff formatting

This commit is contained in:
Sundaram Kumar Jha
2026-03-18 10:54:06 +05:30
parent 4e2951854b
commit acf0f804c5
+1 -5
View File
@@ -1468,11 +1468,7 @@ class LiteLLMProvider(LLMProvider):
yield event
return
if (
tools
and self._is_openrouter_model()
and _is_openrouter_tool_compat_cached(self.model)
):
if tools and self._is_openrouter_model() and _is_openrouter_tool_compat_cached(self.model):
async for event in self._stream_via_openrouter_tool_compat(
messages=messages,
system=system,