New
0.6.1
Published 28 January 2026
Major Features
Block of changes:
- Converse API support in Bedrock LLM client: Added support for the Converse API in the Bedrock LLM client, enabling richer prompt-based interactions (KG-543, #1384)
- Tool choice heuristics: Introduced heuristic-based required tool selection via
LLMBasedToolCallFixProcessorfor models that do not support explicit tool choice (KG-200, #1389)
Improvements
- Prompt parameter preservation: Ensured that
LLMParamsfields are preserved after calling (#1194)