Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
pablonyx committed Jan 7, 2025
1 parent 2d94881 commit ec5b8b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/onyx/tools/built_in_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def refresh_built_in_tools_cache(db_session: Session) -> None:
),
None,
)
if tool_info:
if tool_info and tool.in_code_tool_id:
_built_in_tools_cache[tool.in_code_tool_id] = tool_info["cls"]


Expand Down

0 comments on commit ec5b8b2

Please sign in to comment.