Skip to content

Commit

Permalink
Remove the remote storage tool registry file (#895)
Browse files Browse the repository at this point in the history
* Roll to latest SDK

* Commit pdm.lock changes

* Remove pandoc and tessaract

* Revert change

* Roll tool versions

* Roll tool versions

* Roll version

* Commit pdm.lock changes

* Remove reote storage tool registry

---------

Co-authored-by: gaya3-zipstack <[email protected]>
Co-authored-by: Ritwik G <[email protected]>
  • Loading branch information
3 people authored Dec 13, 2024
1 parent b33268e commit a079a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 204 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,8 @@

class ToolRegistry:
REGISTRY_FILE = "registry.yaml"
if check_feature_flag_status(FeatureFlag.REMOTE_FILE_STORAGE):
PRIVATE_TOOL_CONFIG_FILE = "private_tools_remote_storage.json"
PUBLIC_TOOL_CONFIG_FILE = "public_tools_remote_storage.json"
else:
PRIVATE_TOOL_CONFIG_FILE = "private_tools.json"
PUBLIC_TOOL_CONFIG_FILE = "public_tools.json"
PRIVATE_TOOL_CONFIG_FILE = "private_tools.json"
PUBLIC_TOOL_CONFIG_FILE = "public_tools.json"

def __init__(
self,
Expand Down

This file was deleted.

0 comments on commit a079a9f

Please sign in to comment.