kittenkill

Results 3 comments of kittenkill

Hi!. I noticed this as well. It looks like there [is a change](https://docs.sqlalchemy.org/en/20/core/reflection.html#sqlalchemy.engine.reflection.Inspector.get_view_names) in the sql-alchemy ```Changed in version 2.0: For those dialects that previously included the names of materialized...

With this, we could add @hookable_method to https://github.com/microsoft/autogen/blob/main/autogen/oai/client.py#L416 to hook up what coming to and from LLM, right?... ref: https://github.com/microsoft/autogen/pull/1146

Yes, i saw that other PR too. I like, IMHO, this generic hook aproach as lets you decouple logic from the base-code. Maybe, one would even ENABLE_HOOKS="logging,other_ones", with already basic...