fix(xai): fix routing of chat completions vs. responses apis during streaming (#34868)

This commit is contained in:
Sholto Armstrong
2026-01-26 05:58:11 +02:00
committed by GitHub
parent f0ca2c4675
commit 666bb6fe53
2 changed files with 22 additions and 2 deletions

View File

@@ -65,6 +65,7 @@ docstring-code-line-length = 100
[tool.ruff.lint]
select = ["ALL"]
ignore = [
"ANN401", # Allow annotating `Any`
"COM812", # Messes with the formatter
"ISC001", # Messes with the formatter
"PERF203", # Rarely useful