feat(integration-xai): Add support for X.AI provider with chat and document processing capabilities.

This commit is contained in:
2025-02-05 14:09:06 +01:00
parent d0a4151a2b
commit 4fc1e029e4
5 changed files with 219 additions and 1 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-02-05 - 0.3.0 - feat(integration-xai)
Add support for X.AI provider with chat and document processing capabilities.
- Introduced XAIProvider class for integrating X.AI features.
- Implemented chat streaming and synchronous chat for X.AI.
- Enabled document processing capabilities with PDF conversion in X.AI.
## 2025-02-03 - 0.2.0 - feat(provider.anthropic)
Add support for vision and document processing in Anthropic provider