Use ControlFlow to efficiently standardize multiple place names into consistent postal addresses.
StandardAddress
) to define the structure of our standardized addresses. This ensures that the standardization task returns well-structured, consistent results.
List[StandardAddress]
as the result_type
.
cf.run()
to create and execute a task in a single step, simplifying our code.