Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan committed Jun 4, 2024
1 parent 9d27fbd commit fdf18dc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit fdf18dc

Please sign in to comment.