LLMに表を伝えやすいのはMarkdown KV
code:md
# Employee Database
## Record 1
`
id: 1
name: Charlie A0
age: 56
city: New York
department: Operations
salary: 67896
years_experience: 7
project_count: 1
`
## Record 2
`
id: 2
name: Grace B1
age: 59
city: Mumbai
department: Marketing
salary: 47248
years_experience: 0
project_count: 43
`
見た感じそれはそうmtane0412.icon
なのでワークフローの中でDBから読み取った値をmarkdownっぽく表現して渡すのが良さそう