How to format point data?
#42
by
jtattershall
- opened
Based on paper: https://arxiv.org/pdf/2409.17146
user_prompt = (
f"What to do to pick the object at: "
f'<point x="{q_point.point.x}" y="{q_point.point.y}" alt="{q_point.subtask}">{q_point.subtask}</point>?'
)
is this correct?