mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-04-12 22:12:37 +00:00
* Added a new utility function to remove OpenAI-specific fields from schemas, ensuring compatibility with Gemini and Bedrock APIs. * Updated BedrockCompletion and GeminiCompletion classes to utilize this function for cleaning parameters before API calls. * Introduced tests to validate the functionality of the new utility, ensuring it correctly strips incompatible fields while preserving required properties.