Files
crewAI/lib
Greyson LaLonde 1dc310844c refactor: route Gemini async paths through _get_async_client
`_ahandle_completion` and `_ahandle_streaming_completion` were calling
`_get_sync_client()` directly. The other native providers (OpenAI,
Anthropic, Azure) consistently route async code through
`_get_async_client()`; matching that abstraction here keeps the
contract consistent and lets a future async-specific override work
without re-touching call sites.
2026-04-12 05:08:32 +08:00
..
2026-04-10 21:51:51 +08:00