Update input_types in DefaultPromptField class
This commit is contained in:
parent
1ccfb7908f
commit
0e351231b6
1 changed files with 1 additions and 1 deletions
|
|
@ -10,5 +10,5 @@ class DefaultPromptField(TemplateField):
|
|||
|
||||
advanced: bool = False
|
||||
multiline: bool = True
|
||||
input_types: list[str] = ["Document", "BaseOutputParser", "Text", "Record"]
|
||||
input_types: list[str] = ["Document", "BaseOutputParser", "Record", "Text"]
|
||||
value: str = "" # Set the value to empty string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue