mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 10:17:00 +00:00
fix(xai): fix routing of chat completions vs. responses apis during streaming (#34868)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user