Step 1: f_select_row(row 4)
date |
visitor |
score |
home |
record |
april 7 |
detroit red wings |
1 - 2 |
chicago black hawks |
1 - 0 |
april 10 |
detroit red wings |
7 - 0 |
chicago black hawks |
1 - 1 |
april 12 |
chicago black hawks |
2 - 1 |
detroit red wings |
2 - 1 |
april 14 |
chicago black hawks |
1 - 5 |
detroit red wings |
2 - 2 |
april 17 |
detroit red wings |
5 - 3 |
chicago black hawks |
2 - 3 |
april 19 |
chicago black hawks |
2 - 3 |
detroit red wings |
2 - 4 |
Step 2: f_select_column(date, home, record)
date |
visitor |
score |
home |
record |
april 17 |
detroit red wings |
5 - 3 |
chicago black hawks |
2 - 3 |
Step 3: simple_query()
date |
home |
record |
april 17 |
chicago black hawks |
2 - 3 |
Prompting LLM for the final answer... >>>