Implement Vertex Raw mode support in AI Proxy (#3375)

This commit is contained in:
woody
2026-01-21 14:45:06 +08:00
committed by GitHub
parent 3a28a9b6a7
commit a2eb599eff
4 changed files with 403 additions and 12 deletions

View File

@@ -137,6 +137,10 @@ func TestVertex(t *testing.T) {
test.RunVertexExpressModeOnStreamingResponseBodyTests(t)
test.RunVertexExpressModeImageGenerationRequestBodyTests(t)
test.RunVertexExpressModeImageGenerationResponseBodyTests(t)
// Vertex Raw 模式测试
test.RunVertexRawModeOnHttpRequestHeadersTests(t)
test.RunVertexRawModeOnHttpRequestBodyTests(t)
test.RunVertexRawModeOnHttpResponseBodyTests(t)
}
func TestBedrock(t *testing.T) {