Commit 5de5391
fix stale local variable name in quickstart example (issues → results)
The quickstart example used `issues` as the local collector variable, left
over from before the AgenticSession field was renamed to `getResults()` in round 2.
Rename to `results` so the example is consistent with the other SDK READMEs.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent f8345bb commit 5de5391
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments