* 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.