feat: add request/response dump support to aibridgeproxyd (#24837)

Closes https://github.com/coder/coder/issues/24335
This commit is contained in:
Marcin Tojek
2026-05-11 10:59:26 +02:00
committed by GitHub
parent fb60bb0c08
commit febabfb8b2
16 changed files with 277 additions and 24 deletions
+3
View File
@@ -14000,6 +14000,9 @@ const docTemplate = `{
"type": "string"
}
},
"api_dump_dir": {
"type": "string"
},
"cert_file": {
"type": "string"
},
+3
View File
@@ -12476,6 +12476,9 @@
"type": "string"
}
},
"api_dump_dir": {
"type": "string"
},
"cert_file": {
"type": "string"
},