mirror of
https://github.com/langgenius/dify.git
synced 2026-01-19 11:45:05 +08:00
minor fix: add parameters in error msg of Plugin service returned no options (#21662)
This commit is contained in:
@ -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}'")
|
||||
|
||||
Reference in New Issue
Block a user