🐛 fix(chains.py): set prompt field as required when value is None
The prompt field was previously set as not required when no value was provided, but this is not the intended behavior. The prompt field should always be required, even if the default prompt is used. This commit fixes the issue by setting the required attribute to True when the value is None.
G
Gabriel Almeida committed
a758f48b88aa4f1df94570c4c794a32d6d860c0b
Parent: f0503d2