From fdf18dc94bf89d799433e25c3a62e90bb972ab46 Mon Sep 17 00:00:00 2001 From: Bagatur Date: Mon, 3 Jun 2024 17:18:38 -0700 Subject: [PATCH] fmt --- .../langchain_community/agents/openai_assistant/base.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/community/langchain_community/agents/openai_assistant/base.py b/libs/community/langchain_community/agents/openai_assistant/base.py index 754ffc720506d..7b2bfd81c40ae 100644 --- a/libs/community/langchain_community/agents/openai_assistant/base.py +++ b/libs/community/langchain_community/agents/openai_assistant/base.py @@ -88,7 +88,8 @@ def _is_assistants_builtin_tool( Args: tool : Tool that needs to be determined Returns: - A boolean response of true or false indicating if the tool corresponds to OpenAI Assistants built-in. + A boolean response of true or false indicating if the tool corresponds to + OpenAI Assistants built-in. """ assistants_builtin_tools = ("code_interpreter", "retrieval") return (