Commit f8d5b9e
authored
fix(ai): rename providerMetadata -> metadata in makeToolCall test helper (TanStack#546)
Follow-up to TanStack#459, which renamed ToolCall.providerMetadata to
ToolCall<TMetadata>.metadata across src/ but missed this test
helper. tsc fails on main with TS2339 on tests/middlewares/fake-otel.ts,
breaking pnpm test:ci and blocking the changesets release PR from
being created.1 parent 87f305c commit f8d5b9e
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
232 | | - | |
233 | | - | |
| 232 | + | |
| 233 | + | |
234 | 234 | | |
235 | 235 | | |
236 | 236 | | |
| |||
0 commit comments