mirror of
https://github.com/hwchase17/langchain.git
synced 2026-03-18 11:07:36 +00:00
Remove the redundant `lc_attributes` override from `ChatXAI`. The `xai_api_base` field is a declared Pydantic `Field`, so `Serializable.to_json()` already picks it up via its standard field iteration loop (line 225-232 in `serializable.py`). The override was a no-op — it re-inserted the same key with the same value that the base serialization already included.
FAQ
Looking for an integration not listed here? Check out the integrations documentation and the note in the libs/ README about third-party maintained packages.
Integration docs
For full documentation, see the primary and API reference docs for integrations.