- Fix issue #3317 where CrewAI injects stop sequences causing Bedrock GPT-OSS 400 errors
- Only set stop sequences when LLM supports them via use_stop_words flag
- Preserve existing stop sequences for unsupported models
- Add comprehensive tests covering the fix
- Add reproduction script to verify the issue and fix
Co-Authored-By: João <joao@crewai.com>