Update input_types in DefaultPromptField class

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-03-29 19:00:36 -03:00
commit 0e351231b6

View file

@ -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