# Stop Stop sequences (up to 4) ## Supported Types ### `str` ```python value: str = /* values here */ ``` ### `List[str]` ```python value: List[str] = /* values here */ ``` ### `Any` ```python value: Any = /* values here */ ```