-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codebugSomething isn't workingSomething isn't working
Description
Describe the bug
currently here: #12300 (#12257) labels were created with a string field, unfortunatly in the vertex ai api docs: https://cloud.google.com/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints/generateContent
they are a key value pair. @VladyslavLishchyna also asked the same question inside the merge request.
To Reproduce
create a small example that will set the labels and it will not work, since google only wants a key value pair.
Expected behavior
labels should be a dictionary<string, string>
Screenshots
If applicable, add screenshots to help explain your problem.
Platform
- Language: c#
- Source: latest preview
- AI model: Vertex AI Gemini Flash 2.5
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
.NETIssue or Pull requests regarding .NET codeIssue or Pull requests regarding .NET codebugSomething isn't workingSomething isn't working
Type
Projects
Status
Sprint: Done