mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:58:04 +08:00
add to http request node convert tests
This commit is contained in:
@ -94,6 +94,7 @@ class VariableEntity(BaseModel):
|
||||
TEXT_INPUT = 'text-input'
|
||||
SELECT = 'select'
|
||||
PARAGRAPH = 'paragraph'
|
||||
NUMBER = 'number'
|
||||
|
||||
@classmethod
|
||||
def value_of(cls, value: str) -> 'VariableEntity.Type':
|
||||
|
||||
Reference in New Issue
Block a user