Context: https://github.com/google/sec-gemini/blob/97939a8914578bf7d0e0dcc74bb970221c9ad3f9/sec-gemini-python/sec_gemini/session.py#L617-L631 Currently it seems that: - we do not yield error messages (which is not ideal as we are hiding important error information) - we yield local_tool-related messages (the idea was that we would not yield them, that seems an implementation bug)
Context:
sec-gemini/sec-gemini-python/sec_gemini/session.py
Lines 617 to 631 in 97939a8
Currently it seems that: