fix(nodes): enable number to string coercion

This commit is contained in:
psychedelicious 2023-10-18 21:40:34 +11:00
parent fdf02c33d0
commit a459786d73

View File

@ -693,6 +693,7 @@ class BaseInvocation(ABC, BaseModel):
validate_assignment=True,
json_schema_extra=json_schema_extra,
json_schema_serialization_defaults_required=True,
coerce_numbers_to_str=True,
)