Skip to content

Commit

Permalink
fix: delint
Browse files Browse the repository at this point in the history
  • Loading branch information
anubhav756 committed Nov 15, 2024
1 parent ad79e6c commit edeb6de
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions llm_demo/orchestrator/langchain_tools/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,11 +278,13 @@ async def initialize_tools(client: aiohttp.ClientSession):
client,
)
# TODO: Remove the hardcoded values and replace with actual values on successful login.
toolbox_client.set_bounded_params({
toolbox_client.set_bounded_params(
{
"user_id": "12345678900",
"user_name": "Someone",
"user_email": "something@somewhere.com",
})
}
)
return await toolbox_client.load_toolset()


Expand Down

0 comments on commit edeb6de

Please sign in to comment.