LLMS
xAI / Grok v1.4.0
RESUMEN
What's Changed Add xai-sdk-version to the request metadata by @mark-xai in Remove double await in async interceptor by @Omar-V2 in * Add context manager support and proper channel cleanup to cl
Descripción Detallada
What's Changed Add xai-sdk-version to the request metadata by @mark-xai in Remove double await in async interceptor by @Omar-V2 in Add context manager support and proper channel cleanup to clients by @shawnthapa in Add ability to exclude sensitive attributes for traces by @Omar-V2 in Rename internal ChoiceChunk class to CompletionOutputChunk by @Omar-V2 in Add support for encrypted content in chat responses by @Omar-V2 in Add debug output support in chat responses by @Omar-V2 in Optimize streaming chat response memory usage with lazy buffering by @shawnthapa in Add option to use an insecure gRPC channel in clients by @Omar-V2 in Support `ToolCallType` in `ToolCall` by @mark-xai in Add util function for retrieving tool-call-type by @mark-xai in Add remote MCP tool by @gyang-xai in * Add SERVERSIDETOOLMCP and SERVERSIDETOOLCOLLECTIONS_SEARCH to usage enum b
Actualización importante de Grok v1.4.0 con cambios en la gestión de solicitudes y soporte para nuevos tipos de herramientas.
- Se agregó xai-sdk-version a los metadatos de la solicitud.
- Se eliminó un doble await en el interceptor asíncrono.
- Se añadió soporte para un gestor de contexto y limpieza de canales en clientes.
- Se renombró la clase interna ChoiceChunk a CompletionOutputChunk.
A quién le importa
Solo si usas Grok y necesitas mantener compatibilidad con versiones anteriores.
Generado por IA · puede contener errores
Releases Relacionados
LLMS
xAI / Grok v1.12.1
## What's Changed * Update the CHANGELOG with missing entries by @Omar-V2 in https://github.com/xai-org/xai-sdk-python/pull/135 * Add grok-4.3 to ChatModel by @shawnthapa in https://github.com/xai-org/xai-sdk-python/pull/137 * Bump version from 1.12.0 to 1.12.1 by @shawnthapa in https://github.com/x
LLMS
xAI / Grok v1.12.0
## What's Changed * docs: add video generation and extension documentation to README by @double-di in https://github.com/xai-org/xai-sdk-python/pull/127 * Add collection descriptions, field definition updates, and bytes chunking by @Omar-V2 in https://github.com/xai-org/xai-sdk-python/pull/130 * Add