mirror of
https://github.com/langgenius/dify.git
synced 2025-08-31 21:03:27 +00:00
minor fix: add parameters in error msg of Plugin service returned no options (#21662)
This commit is contained in:
parent
9a4c1fe834
commit
a82943a83d
@ -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}'")
|
||||
|
Loading…
x
Reference in New Issue
Block a user