Commit e4593b6
committed
fix: use correct 'content' key in sandbox code executor input files
Fixes #5500. The input file payload used 'contents' (plural) but the
Vertex AI SDK reads 'content' (singular), causing uploaded files to
arrive as zero bytes in the sandbox with no error raised.1 parent c87ee1e commit e4593b6
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
177 | | - | |
| 177 | + | |
178 | 178 | | |
179 | 179 | | |
180 | 180 | | |
| |||
0 commit comments