Commit 8781321
committed
fix: 🐛 forward labels parameter to Vertex AI API requests
This fix addresses the issue where the 'labels' parameter was not being
forwarded to Vertex AI API requests, preventing Google partnership labels
from being properly tracked.
Changes:
- Added 'labels' field to RequestBody TypedDict in vertex_ai.py
- Updated _transform_request_body to extract and pass labels to API
- Labels are now correctly included in the request body sent to Vertex AI
Fixes #136921 parent c0890e7 commit 8781321
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
495 | 495 | | |
496 | 496 | | |
497 | 497 | | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
498 | 503 | | |
499 | 504 | | |
500 | 505 | | |
| |||
0 commit comments