1.14.5a2
📦 crewaiView on GitHub →
🐛 9 fixes🔧 3 symbols
Summary
This release focuses on bug fixes, improving output handling in various scenarios, and ensuring correct token counting. Key fixes involve output restoration, async flushing, and preventing incorrect final answers.
🐛 Bug Fixes
- Fixed task output restoration in finally block.
- Included `thoughts_token_count` in completion tokens.
- Preserved task outputs across async batch flush.
- Forwarded kwargs to loader calls in `CrewAIRagAdapter`.
- Prevented `result_as_answer` from returning hook-block message as final answer.
- Prevented `result_as_answer` from returning error as final answer.
- Used `acall` for output conversion in async paths.
- Prevented shared LLM stop words mutation across agents.
- Handled `BaseModel` input in `convert_to_model`.