Add Kling provider support (#3742)

Signed-off-by: wydream <yaodiwu618@gmail.com>
This commit is contained in:
woody
2026-05-14 16:18:00 +08:00
committed by GitHub
parent b032f344e6
commit a93847e07f
9 changed files with 1910 additions and 5 deletions

View File

@@ -314,6 +314,13 @@ func TestGeneric(t *testing.T) {
test.RunGenericOnHttpRequestBodyTests(t)
}
func TestKling(t *testing.T) {
test.RunKlingParseConfigTests(t)
test.RunKlingOnHttpRequestHeadersTests(t)
test.RunKlingOnHttpRequestBodyTests(t)
test.RunKlingOnHttpResponseBodyTests(t)
}
func TestVertex(t *testing.T) {
test.RunVertexParseConfigTests(t)
test.RunVertexExpressModeOnHttpRequestHeadersTests(t)