Vertex structured outputs (#3649)

This commit is contained in:
woody
2026-03-30 17:26:55 +08:00
committed by GitHub
parent 889ea67013
commit cd8ed99db5
4 changed files with 720 additions and 21 deletions

View File

@@ -196,6 +196,8 @@ func TestVertex(t *testing.T) {
test.RunVertexExpressModeOnHttpRequestBodyTests(t)
test.RunVertexExpressModeOnHttpResponseBodyTests(t)
test.RunVertexExpressModeOnStreamingResponseBodyTests(t)
test.RunVertexOpenAICompatibleModeOnHttpRequestHeadersTests(t)
test.RunVertexOpenAICompatibleModeOnHttpRequestBodyTests(t)
test.RunVertexExpressModeImageGenerationRequestBodyTests(t)
test.RunVertexExpressModeImageGenerationResponseBodyTests(t)
test.RunVertexExpressModeImageEditVariationRequestBodyTests(t)