Skip to content

Commit

Permalink
Update toolkit.py
Browse files Browse the repository at this point in the history
  • Loading branch information
luciferlinx101 authored Aug 29, 2023
1 parent c50e2de commit c3b5b6d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions superagi/controllers/toolkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def install_toolkit_from_marketplace(toolkit_name: str,
toolkit_id=db_toolkit.id)
for config in toolkit['configs']:
ToolConfig.add_or_update(session=db.session, toolkit_id=db_toolkit.id, key=config['key'], value=config['value'], key_type = config['key_type'], is_secret = config['is_secret'], is_required = config['is_required'])

return {"message": "ToolKit installed successfully"}


Expand Down

0 comments on commit c3b5b6d

Please sign in to comment.