mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-06-05 05:16:03 +00:00
style(format): fix ruff formatting issues
This commit is contained in:
@@ -344,10 +344,7 @@ class RuntimeConnectionHandler(handler.Handler):
|
||||
async def _placeholder_func(**kwargs):
|
||||
pass
|
||||
|
||||
funcs_obj = [
|
||||
resource_tool.LLMTool.model_validate({**func, 'func': _placeholder_func})
|
||||
for func in funcs
|
||||
]
|
||||
funcs_obj = [resource_tool.LLMTool.model_validate({**func, 'func': _placeholder_func}) for func in funcs]
|
||||
|
||||
result = await llm_model.provider.invoke_llm(
|
||||
query=None,
|
||||
|
||||
Reference in New Issue
Block a user