mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 18:08:07 +08:00
http request node support template variable
This commit is contained in:
@ -59,4 +59,4 @@ def load_single_subclass_from_source(
|
||||
case 0:
|
||||
raise Exception(f'Missing subclass of {parent_type.__name__} in {script_path}')
|
||||
case _:
|
||||
raise Exception(f'Multiple subclasses of {parent_type.__name__} in {script_path}')
|
||||
raise Exception(f'Multiple subclasses of {parent_type.__name__} in {script_path}')
|
||||
Reference in New Issue
Block a user