Skip to content

Conversation

@Mmadan128
Copy link

added google_genai_integration.py and modified init file for the same

setup_openai_interceptor,
)
_INTEGRATIONS_AVAILABLE["openai"] = True
except ImportError:

Check notice

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.
setup_genai_interceptor,
)
_INTEGRATIONS_AVAILABLE["genai"] = True
except ImportError:

Check notice

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.
# Wrapper classes not available, that's fine
pass
logger.debug(f"Some integrations not available: {e}")
pass

Check warning

Code scanning / CodeQL

Unnecessary pass Warning

Unnecessary 'pass' statement.
ChatSession.send_message_async = cls._original_methods[
"chat_send_message_async"
]
except (ImportError, AttributeError):

Check notice

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.
@Boburmirzo
Copy link
Contributor

added google_genai_integration.py and modified init file for the same

@Mmadan128 Thanks for the contribution! We will review this asap.

@devwdave
Copy link
Collaborator

devwdave commented Dec 4, 2025

@Mmadan128 Thanks for this contribution. We've recently released version 3 and this is unfortunately no longer applicable due to the major refactor to the code base.
With that said, I encourage you to take a look at version 3 and see if there are improvements you'd make there.
Your contributions are important to us and you help the Memori sdk improve!

@devwdave devwdave closed this Dec 4, 2025
@Mmadan128
Copy link
Author

No problem, thanks for letting me know. I will go through the v3 refactor and look for areas where I can help. Always happy to contribute.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants