Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
nfcampos committed Jan 30, 2024
1 parent bfd6092 commit 3f5899a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/app/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,11 @@ def _get_tavily_answer():
tavily_search = TavilySearchAPIWrapper()
return TavilyAnswer(api_wrapper=tavily_search)


def _get_action_server():
toolkit = ActionServerToolkit(
url=os.environ.get("ROBOCORP_ACTION_SERVER_URL"),
api_key=os.environ.get("ROBOCORP_ACTION_SERVER_KEY")
api_key=os.environ.get("ROBOCORP_ACTION_SERVER_KEY"),
)
tools = toolkit.get_tools()
return tools
Expand Down

0 comments on commit 3f5899a

Please sign in to comment.