trip-planner / config /address_tasks.yaml
Amitabhab's picture
Updating app to show venues on a map
1c19586
raw
history blame contribute delete
508 Bytes
address_compilation_task:
description: >
Extract the list of addresses from {text} in convert them to latitudes and longitudes.
expected_output: >
Output is expected in simple JSON format with three lists. The first list should contain the name of the venue or the name of the restaurant and should be indexed by the keyword "name". The second list should contain the latitudes and indexed with the keyword "lat". The third list should contain the longitudes and indexed with the keyword "lon".