Chainlet-Traceback (most recent call last):
File "/packages/itest_chain.py", line 132, in run_remote
value = self._accumulate_parts(text_parts.parts)
File "/packages/itest_chain.py", line 144, in _accumulate_parts
value += self._text_to_num.run_remote(part)
ValueError: (showing chained remote errors, root error at the bottom)
├─ Error in dependency Chainlet `TextToNum`:
│ Chainlet-Traceback (most recent call last):
│ File "/packages/itest_chain.py", line 87, in run_remote
│ generated_text = self._replicator.run_remote(data)
│ ValueError: (showing chained remote errors, root error at the bottom)
│ ├─ Error in dependency Chainlet `TextReplicator`:
│ │ Chainlet-Traceback (most recent call last):
│ │ File "/packages/itest_chain.py", line 52, in run_remote
│ │ validate_data(data)
│ │ File "/packages/itest_chain.py", line 36, in validate_data
│ │ raise ValueError(f"This input is too long: {len(data)}.")
╰ ╰ ValueError: This input is too long: 100.