minor fix: add parameters in error msg of Plugin service returned no options (#21662)

This commit is contained in:
NeatGuyCoding 2025-07-01 22:58:59 +08:00 committed by GitHub
parent 9a4c1fe834
commit a82943a83d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,4 +42,4 @@ class DynamicSelectClient(BasePluginClient):
for options in response:
return options
raise ValueError("Plugin service returned no options")
raise ValueError(f"Plugin service returned no options for parameter '{parameter}' in provider '{provider}'")