refactor: Add TextInput and MessageInput to InputTypes in inputs.py
This commit is contained in:
parent
10496003ae
commit
ba2331ba77
1 changed files with 2 additions and 0 deletions
|
|
@ -140,4 +140,6 @@ InputTypes = Union[
|
|||
PromptInput,
|
||||
SecretStrInput,
|
||||
StrInput,
|
||||
TextInput,
|
||||
MessageInput,
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue