Ash Srivastava
Results
2
issues of
Ash Srivastava
## Description of the change This change implements proper async function handling in the `GenerativeModel` class by modifying the `CallableFunctionDeclaration` and `FunctionLibrary` classes. The implementation adds support for detecting and...
type:feature request
status:awaiting review
status:triaged
component:python sdk
p3
## Description The current implementation of the `GenerativeModel` class doesn't properly handle async functions when passed as tools, resulting in coroutine objects never being awaited and causing runtime errors. ##...
type:feature request
status:triaged
component:python sdk