Commit 02c5a30
fix(examples): use html_url in the large-list iteration taskflow
The repeat_prompt template referenced `result.url`, but the GitHub tool returns
pull request objects with `html_url` (no `url`), so rendering failed under
StrictUndefined. Reference `result.html_url` to match the tool output.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b70ebaf commit 02c5a30
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
0 commit comments