refactor: Add TextInput and MessageInput to InputTypes in inputs.py

This commit is contained in:
ogabrielluiz 2024-06-17 14:58:05 -03:00
commit ba2331ba77

View file

@ -140,4 +140,6 @@ InputTypes = Union[
PromptInput,
SecretStrInput,
StrInput,
TextInput,
MessageInput,
]