-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Improve a TODO comment and remove unused comments.
- Loading branch information
1 parent
96995aa
commit 10d484e
Showing
1 changed file
with
1 addition
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -276,7 +276,7 @@ async def initialize_tools(client: aiohttp.ClientSession): | |
BASE_URL, | ||
client, | ||
) | ||
# TODO: Remove the hardcoded values and replace with actual values on successful login. | ||
# TODO: Remove the hardcoded bounded values with actual user data on successful login. | ||
toolbox_client.set_bounded_params( | ||
{ | ||
"user_id": "12345678900", | ||
|
@@ -286,48 +286,6 @@ async def initialize_tools(client: aiohttp.ClientSession): | |
) | ||
return await toolbox_client.load_toolset() | ||
|
||
# toolbox_client = ToolboxClient( | ||
# BASE_URL, | ||
# client, | ||
# ) | ||
# # TODO: Remove the hardcoded values and replace with actual values on successful login. | ||
# # toolbox_client.set_bounded_params( | ||
# # { | ||
# # "user_id": "12345678900", | ||
# # "user_name": "Someone", | ||
# # "user_email": "[email protected]", | ||
# # } | ||
# # ) | ||
# return await toolbox_client.load_toolset() | ||
|
||
# toolbox_client = ToolboxClient( | ||
# BASE_URL, | ||
# client, | ||
# ) | ||
# # TODO: Remove the hardcoded values and replace with actual values on successful login. | ||
# # toolbox_client.set_bounded_params( | ||
# # { | ||
# # "user_id": "12345678900", | ||
# # "user_name": "Someone", | ||
# # "user_email": "[email protected]", | ||
# # } | ||
# # ) | ||
# return await toolbox_client.load_toolset() | ||
|
||
# toolbox_client = ToolboxClient( | ||
# BASE_URL, | ||
# client, | ||
# ) | ||
# # TODO: Remove the hardcoded values and replace with actual values on successful login. | ||
# # toolbox_client.set_bounded_params( | ||
# # { | ||
# # "user_id": "12345678900", | ||
# # "user_name": "Someone", | ||
# # "user_email": "[email protected]", | ||
# # } | ||
# # ) | ||
# return await toolbox_client.load_toolset() | ||
|
||
|
||
def get_confirmation_needing_tools(): | ||
return ["Insert Ticket"] |