chore(dev): fixed data provider tool view

This commit is contained in:
Soumyadas15 2025-05-26 11:25:46 +05:30
parent d73bd87495
commit 545df8118f
1 changed files with 3 additions and 3 deletions

View File

@ -281,9 +281,9 @@ const TOOL_DISPLAY_NAMES = new Map([
['browser-switch-tab', 'Switching Tab'],
['browser-wait', 'Waiting'],
['execute-data-provider-call', 'Executing data provider call'],
['execute_data_provider_call', 'Executing data provider call'],
['get-data-provider-endpoints', 'Getting data provider endpoints'],
['execute-data-provider-call', 'Calling data provider'],
['execute_data_provider_call', 'Calling data provider'],
['get-data-provider-endpoints', 'Getting endpoints'],
['deploy', 'Deploying'],
['ask', 'Ask'],