mirror of
https://github.com/langgenius/dify.git
synced 2026-09-21 13:20:52 +08:00
docs: fix typos in api comments and prompt example (#39838)
This commit is contained in:
@@ -15,8 +15,8 @@ class DifyHITLEventType(StrEnum):
|
||||
|
||||
"""
|
||||
|
||||
# Ideally this should be a string constaint. However, we cannot put
|
||||
# string constant into Literal type cosntructor. We have to warp it as a
|
||||
# Ideally this should be a string constraint. However, we cannot put
|
||||
# string constant into Literal type constructor. We have to wrap it as a
|
||||
# string enumeration.
|
||||
HUMAN_INPUT_REQUIRED = PauseReasonType.LEGACY_HUMAN_INPUT_REQUIRED.value
|
||||
|
||||
|
||||
Reference in New Issue
Block a user