Commit cbf1b01
fix: Update artifact parts access for ADK 0.17.0 type changes
The Part struct now has a direct File *FilePart field, and FilePart
has FileWithURI *string. Updated to access these fields directly with
nil checks instead of using type assertions.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 6e308bb commit cbf1b01
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
270 | | - | |
271 | | - | |
272 | | - | |
| 269 | + | |
| 270 | + | |
273 | 271 | | |
274 | 272 | | |
275 | 273 | | |
| |||
0 commit comments