mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-10 16:48:30 +00:00
- Added support for client_params in the GeminiCompletion class to allow for additional client configuration. - Refactored client initialization to use a dedicated method for retrieving client parameters, improving code organization and clarity. - Introduced comprehensive test cases to validate the functionality of the GeminiCompletion class, ensuring proper handling of tool use and parameter management.